Re: [Qemu-devel] [PULL for usb-next]: Move usb-redir over to using more usb-core infra + misc ehci fixes

2012-09-04 Thread Gerd Hoffmann
Hi, I've made a tree with my current usb-redir work for upstream here: including some more ehci fixes is here, can you please add the patches from there to your usb-next tree? In general it is better to work against master not usb-next as usb-next is a moving target. A little hard in this

Re: [Qemu-devel] [PULL for usb-next]: Move usb-redir over to using more usb-core infra + misc ehci fixes

2012-09-04 Thread Hans de Goede
Hi, On 09/04/2012 10:36 AM, Gerd Hoffmann wrote: Hi, I've made a tree with my current usb-redir work for upstream here: including some more ehci fixes is here, can you please add the patches from there to your usb-next tree? In general it is better to work against master not usb-next as

Re: [Qemu-devel] [PULL for usb-next]: Move usb-redir over to using more usb-core infra + misc ehci fixes

2012-09-04 Thread Gerd Hoffmann
Hi, Fulfilling your request would mean wrapping 90% of all function prototypes in hw/usb/redirect.c with #ifdef magic. Which I find rather ugly. If you prefer the ifdef's over the hard version requirement, I can do the ifdef-s, but my preference is to just put the hard version dependency

[Qemu-devel] [PULL for usb-next]: Move usb-redir over to using more usb-core infra + misc ehci fixes

2012-09-03 Thread Hans de Goede
Hi Gerd, I've made a tree with my current usb-redir work for upstream here: including some more ehci fixes is here, can you please add the patches from there to your usb-next tree? The following changes since commit 7bfc5ef800fe9f578892d6ea5038796d32aba17d: xhci: pick target interrupter