PPC: Don't use legacy -usbdevice support for setting up board
commitc86580b889a0c22deba3afd4672472f23a1249d0
authorMarkus Armbruster <armbru@redhat.com>
Wed, 4 Feb 2015 12:28:14 +0000 (4 13:28 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 18 Feb 2015 09:53:10 +0000 (18 10:53 +0100)
tree8cc23a26092c0a51daf3856febc28be06580acd0
parent456dcd8ab45a83dd51cca357cd9aa6ad337dc20d
PPC: Don't use legacy -usbdevice support for setting up board

It's tempting, because usbdevice_create() is so simple to use.  But
there's a lot of unwanted complexity behind the simple interface.
Switch to usb_create_simple().

Cc: Alexander Graf <agraf@suse.de>
Cc: qemu-ppc@nongnu.org
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/ppc/mac_newworld.c
hw/ppc/spapr.c