Re: [Qemu-devel] [PATCH 26/26] ehci: use realize for ehci

2013-06-30 Thread Andreas Färber
Am 22.06.2013 12:38, schrieb Andreas Färber: > Am 22.06.2013 10:50, schrieb Hu Tao: >> Cc: Gerd Hoffmann >> Signed-off-by: Hu Tao >> --- >> hw/usb/hcd-ehci-sysbus.c | 11 +-- >> 1 file changed, 5 insertions(+), 6 deletions(-) > > I had already done this iirc, it should be in Gerd's USB

Re: [Qemu-devel] [PATCH 26/26] ehci: use realize for ehci

2013-06-22 Thread Andreas Färber
Am 22.06.2013 10:50, schrieb Hu Tao: > Cc: Gerd Hoffmann > Signed-off-by: Hu Tao > --- > hw/usb/hcd-ehci-sysbus.c | 11 +-- > 1 file changed, 5 insertions(+), 6 deletions(-) I had already done this iirc, it should be in Gerd's USB queue, which I was waiting for to be merged to continue

[Qemu-devel] [PATCH 26/26] ehci: use realize for ehci

2013-06-22 Thread Hu Tao
Cc: Gerd Hoffmann Signed-off-by: Hu Tao --- hw/usb/hcd-ehci-sysbus.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/hw/usb/hcd-ehci-sysbus.c b/hw/usb/hcd-ehci-sysbus.c index b68a66a..8cb594d 100644 --- a/hw/usb/hcd-ehci-sysbus.c +++ b/hw/usb/hcd-ehci-sysbus.c @@