]> git.proxmox.com Git - mirror_qemu.git/commit - hw/arm/aspeed.c
hw/i2c: Rename i2c_try_create_slave() as i2c_slave_new()
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 5 Jul 2020 22:41:51 +0000 (00:41 +0200)
committerCorey Minyard <cminyard@mvista.com>
Thu, 16 Jul 2020 17:30:54 +0000 (12:30 -0500)
commitdb437ca6dfc8db3d91ee75babc4b1fee8c95e9ab
tree68a574d5e92e1092eac41f187a42927f54a1479f
parent7a204cbdc280fd9ab6c8d34a01f112ea5e809f70
hw/i2c: Rename i2c_try_create_slave() as i2c_slave_new()

We use "new" names for functions that allocate and initialize
device objects: pci_new(), isa_new(), usb_new().
Let's call this one i2c_slave_new(). Since we have to update
all the callers, also let it return a I2CSlave object.

Suggested-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20200705224154.16917-3-f4bug@amsat.org>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
hw/arm/aspeed.c
hw/i2c/core.c
include/hw/i2c/i2c.h