Re: [Qemu-devel] [PATCH 2/8] usb-redir: Store interrupt receiving status in the bufp-queue

2012-11-07 Thread Paolo Bonzini
Il 06/11/2012 15:08, Hans de Goede ha scritto: > Since we handle interrupt out async, and not buffered like iso-out, there is > no need for a separate status flag, instead store any reported error status > into the bufp queue. > > Signed-off-by: Hans de Goede > --- > hw/usb/redirect.c | 24 +

[Qemu-devel] [PATCH 2/8] usb-redir: Store interrupt receiving status in the bufp-queue

2012-11-06 Thread Hans de Goede
Since we handle interrupt out async, and not buffered like iso-out, there is no need for a separate status flag, instead store any reported error status into the bufp queue. Signed-off-by: Hans de Goede --- hw/usb/redirect.c | 24 +--- 1 file changed, 9 insertions(+), 15 dele