mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -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
|
@ -410,7 +410,7 @@ static TypeInfo s390_virtio_serial = {
|
|||
.class_init = s390_virtio_serial_class_init,
|
||||
};
|
||||
|
||||
static int s390_virtio_busdev_init(DeviceState *dev, DeviceInfo *info)
|
||||
static int s390_virtio_busdev_init(DeviceState *dev)
|
||||
{
|
||||
VirtIOS390Device *_dev = (VirtIOS390Device *)dev;
|
||||
VirtIOS390DeviceClass *_info = VIRTIO_S390_DEVICE_GET_CLASS(dev);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue