]> git.proxmox.com Git - qemu.git/commit - usb-linux.c
Check return value of qdev_init()
authorMarkus Armbruster <armbru@redhat.com>
Tue, 6 Oct 2009 23:15:57 +0000 (01:15 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 7 Oct 2009 13:54:54 +0000 (08:54 -0500)
commit33e66b86d89040f0a9e99aa53deb74ce8936a649
treea356cfe20774dbc9e6107d8824414c1ea75599ce
parent18cfeb52d17825dddadfc74e99255530aa889136
Check return value of qdev_init()

But do so only where it may actually fail.  Leave the rest for the
next commit.

Patchworks-ID: 35167
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/pci-hotplug.c
hw/pci.c
hw/scsi-bus.c
hw/usb-msd.c
usb-linux.c