Re: [Qemu-devel] [PATCH] usb-ehci: move device/vendor/class id to qdev

2011-06-15 Thread Gerd Hoffmann
On 06/14/11 19:40, Michael S. Tsirkin wrote: This is on top of my pci tree. Looks good. Wanna queue this up in your PCI tree, so all devices are switched over at once when this is merged? cheers, Gerd

Re: [Qemu-devel] [PATCH] usb-ehci: move device/vendor/class id to qdev

2011-06-15 Thread Michael S. Tsirkin
On Wed, Jun 15, 2011 at 08:32:50AM +0200, Gerd Hoffmann wrote: On 06/14/11 19:40, Michael S. Tsirkin wrote: This is on top of my pci tree. Looks good. Wanna queue this up in your PCI tree, so all devices are switched over at once when this is merged? cheers, Gerd Guess so, yes.

[Qemu-devel] [PATCH] usb-ehci: move device/vendor/class id to qdev

2011-06-14 Thread Michael S. Tsirkin
This is on top of my pci tree. Signed-off-by: Michael S. Tsirkin m...@redhat.com --- hw/usb-ehci.c |9 - 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/hw/usb-ehci.c b/hw/usb-ehci.c index f63519e..4d6989a 100644 --- a/hw/usb-ehci.c +++ b/hw/usb-ehci.c @@ -1945,6