mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
qdev: kill off DeviceInfo
It is no longer used in the tree since everything is done natively through QEMU Object Model. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
39bffca203
commit
d307af795d
15 changed files with 15 additions and 114 deletions
|
@ -105,7 +105,7 @@ void sysbus_init_ioports(SysBusDevice *dev, pio_addr_t ioport, pio_addr_t size)
|
|||
}
|
||||
}
|
||||
|
||||
static int sysbus_device_init(DeviceState *dev, DeviceInfo *base)
|
||||
static int sysbus_device_init(DeviceState *dev)
|
||||
{
|
||||
SysBusDevice *sd = SYS_BUS_DEVICE(dev);
|
||||
SysBusDeviceClass *sbc = SYS_BUS_DEVICE_GET_CLASS(sd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue