Re: [Qemu-devel] [PATCH 7/7] PPC: Don't use legacy -usbdevice support for setting up board

2015-02-04 Thread Alexander Graf
On 04.02.15 13:28, Markus Armbruster wrote: > 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 > Cc: qemu-...@nongnu.org > Signed-off-by: Markus Armbrus

[Qemu-devel] [PATCH 7/7] PPC: Don't use legacy -usbdevice support for setting up board

2015-02-04 Thread Markus Armbruster
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 Cc: qemu-...@nongnu.org Signed-off-by: Markus Armbruster --- hw/ppc/mac_newworld.c | 7 +-- hw/ppc/spapr.c