]> git.proxmox.com Git - qemu.git/commit - include/sysemu/sysemu.h
Clean up pci_drive_hot_add()'s use of BlockInterfaceType
authorMarkus Armbruster <armbru@redhat.com>
Thu, 22 Nov 2012 14:16:36 +0000 (15:16 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 7 Dec 2012 11:34:12 +0000 (12:34 +0100)
commit4dbd84e26f53d3283baa463f390f9623e8913e8f
tree40de5fd5f4e8bef6ec036f90761f325f97f77486
parent036f0f8356936dba36b952c16f477b3f04f54e37
Clean up pci_drive_hot_add()'s use of BlockInterfaceType

pci_drive_hot_add() parameter type has the wrong type: int instead of
BlockInterfaceType.  It's actually redundant, so we can just drop it.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
hw/device-hotplug.c
hw/pci-hotplug.c
sysemu.h