Re: [Qemu-devel] [PULL 00/54] usb patch queue

2012-09-11 Thread Aurelien Jarno
On Tue, Sep 11, 2012 at 07:46:13AM +0200, Gerd Hoffmann wrote: > On 09/10/12 19:49, Anthony Liguori wrote: > > Andreas Färber writes: > > > >> Am 10.09.2012 15:37, schrieb Gerd Hoffmann: > >>> Hi, > >>> > | hw/usb/hcd-xhci.c: In function ‘xhci_fire_ctl_transfer’: > | hw/usb/hcd-xhci.c

Re: [Qemu-devel] [PULL 00/54] usb patch queue

2012-09-10 Thread Gerd Hoffmann
On 09/10/12 19:49, Anthony Liguori wrote: > Andreas Färber writes: > >> Am 10.09.2012 15:37, schrieb Gerd Hoffmann: >>> Hi, >>> | hw/usb/hcd-xhci.c: In function ‘xhci_fire_ctl_transfer’: | hw/usb/hcd-xhci.c:1508:14: error: variable ‘wLength’ set but not used [-Werror=unused-but-

Re: [Qemu-devel] [PULL 00/54] usb patch queue

2012-09-10 Thread Anthony Liguori
Andreas Färber writes: > Am 10.09.2012 15:37, schrieb Gerd Hoffmann: >> Hi, >> >>> | hw/usb/hcd-xhci.c: In function ‘xhci_fire_ctl_transfer’: >>> | hw/usb/hcd-xhci.c:1508:14: error: variable ‘wLength’ set but not used >>> [-Werror=unused-but-set-variable] >> >> Pushed updated branch usb.63 (

Re: [Qemu-devel] [PULL 00/54] usb patch queue

2012-09-10 Thread Andreas Färber
Am 10.09.2012 15:37, schrieb Gerd Hoffmann: > Hi, > >> | hw/usb/hcd-xhci.c: In function ‘xhci_fire_ctl_transfer’: >> | hw/usb/hcd-xhci.c:1508:14: error: variable ‘wLength’ set but not used >> [-Werror=unused-but-set-variable] > > Pushed updated branch usb.63 (same as usb.62 + one incremental f

Re: [Qemu-devel] [PULL 00/54] usb patch queue

2012-09-10 Thread Aurelien Jarno
On Thu, Sep 06, 2012 at 09:12:01AM +0200, Gerd Hoffmann wrote: > Hi, > > Here comes the usb patch queue with a bunch of new goodies accumulated > while qemu was in freeze for the 1.2 release: > > * ehci gets more tracepoints & improvements in the queuing code and >minor bugfixes (the impor

Re: [Qemu-devel] [PULL 00/54] usb patch queue

2012-09-10 Thread Gerd Hoffmann
Hi, > | hw/usb/hcd-xhci.c: In function ‘xhci_fire_ctl_transfer’: > | hw/usb/hcd-xhci.c:1508:14: error: variable ‘wLength’ set but not used > [-Werror=unused-but-set-variable] Pushed updated branch usb.63 (same as usb.62 + one incremental fix). cheers, Gerd

[Qemu-devel] [PULL 00/54] usb patch queue

2012-09-06 Thread Gerd Hoffmann
Hi, Here comes the usb patch queue with a bunch of new goodies accumulated while qemu was in freeze for the 1.2 release: * ehci gets more tracepoints & improvements in the queuing code and minor bugfixes (the important fixes where a last minute 1.2 pull). * usbredir goes make use of the ne