Re: [Qemu-devel] [PATCH RFT v3 2/5] usb/hcd-ehci: Split off instance_init from realize

2013-02-19 Thread Gerd Hoffmann
On 02/17/13 17:48, Andreas Färber wrote: > This makes the mem MemoryRegion available to derived instance_inits. Breaks usb bus naming, it's always "usb-bus.0" instead if being derived from the device id. Easy reproducer: qemu -readconfig docs/ich9-ehci-uhci.cfg cheers, Gerd

[Qemu-devel] [PATCH RFT v3 2/5] usb/hcd-ehci: Split off instance_init from realize

2013-02-17 Thread Andreas Färber
This makes the mem MemoryRegion available to derived instance_inits. Signed-off-by: Andreas Färber --- hw/usb/hcd-ehci-pci.c| 19 ++- hw/usb/hcd-ehci-sysbus.c | 16 +--- hw/usb/hcd-ehci.c| 25 +++-- hw/usb/hcd-ehci.h|1