Re: [Qemu-devel] [PULL] usb patch queue: iovecs, hid split, misc fixes

2011-08-04 Thread Anthony Liguori
On 08/04/2011 10:10 AM, Gerd Hoffmann wrote: Hi, Major changes in the USB patch queue: * The USBPacket payload is represented as iovec instead of a linear buffer. This allows to kill some copying and buffering. * The HID code is splitted into hw/hid.[ch], keeping only the usb in

[Qemu-devel] [PULL] usb patch queue: iovecs, hid split, misc fixes

2011-08-04 Thread Gerd Hoffmann
Hi, Major changes in the USB patch queue: * The USBPacket payload is represented as iovec instead of a linear buffer. This allows to kill some copying and buffering. * The HID code is splitted into hw/hid.[ch], keeping only the usb interfaacing in hw/usb-hid.c. This allows easy reuse