Re: [Qemu-devel] [PULL] usb patch queue

2012-02-29 Thread Anthony Liguori
On 02/28/2012 04:20 AM, Gerd Hoffmann wrote: Hi, Next batch of usb updates. This one brings packet queuing for uhci and xhci, so we have per-endpoint queues at usb-bus level now. Need to bring those to the usb drivers as next step, so they (especially usb-host) can pipeline requests. Also

[Qemu-devel] [PULL] usb patch queue

2012-02-28 Thread Gerd Hoffmann
Hi, Next batch of usb updates. This one brings packet queuing for uhci and xhci, so we have per-endpoint queues at usb-bus level now. Need to bring those to the usb drivers as next step, so they (especially usb-host) can pipeline requests. Also a bunch of bugfixes in ehci, smartcard

[Qemu-devel] [PULL] usb patch queue

2011-11-01 Thread Gerd Hoffmann
Hi, Three little usb patches for 1.0. please pull, Gerd The following changes since commit ff74c5a9a91c6dbf1017195462aa4176f7381240: Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging (2011-10-31 15:05:40 -0500) are available in the git repository at:

Re: [Qemu-devel] [PULL] usb patch queue

2011-11-01 Thread Anthony Liguori
On 11/01/2011 09:56 AM, Gerd Hoffmann wrote: Hi, Three little usb patches for 1.0. please pull, Gerd The following changes since commit ff74c5a9a91c6dbf1017195462aa4176f7381240: Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging (2011-10-31 15:05:40 -0500)

Re: [Qemu-devel] [PULL] usb patch queue

2011-10-14 Thread Anthony Liguori
On 10/13/2011 06:08 AM, Gerd Hoffmann wrote: Hi, Here comes the usb patch queue with a bunch of bug fixes. Check the individual patches for details. please pull, Gerd Pulled. Thanks. Regards, Anthony Liguori The following changes since commit

[Qemu-devel] [PULL] usb patch queue

2011-10-13 Thread Gerd Hoffmann
Hi, Here comes the usb patch queue with a bunch of bug fixes. Check the individual patches for details. please pull, Gerd The following changes since commit ebffe2afceb1a17b5d134b5debf553955fe5ea1a: Merge remote-tracking branch 'qmp/queue/qmp' into staging (2011-10-10 08:21:46 -0500)

Re: [Qemu-devel] [PULL] usb patch queue

2011-09-08 Thread Anthony Liguori
On 09/02/2011 04:56 AM, Gerd Hoffmann wrote: Hi, This is the current use patch queue with the following changes: * musb improvements (qdev windup) * fix ehci emulation for FreeBSD guests. * a bunch if usb-host fixes. * misc minir tweaks. please pull, Gerd Pulled. Thanks.

Re: [Qemu-devel] [PULL] usb patch queue

2011-09-07 Thread Gerd Hoffmann
Hi, are available in the git repository at: git://git.kraxel.org/qemu usb.25 Pushed new branch usb.26. Rebased to latest master, solved conflicts due to tracing merge, adapted to tracing changes (disabled not needed any more in trace-events). Squashed in a warning fix (init port

[Qemu-devel] [PULL] usb patch queue

2011-09-02 Thread Gerd Hoffmann
Hi, This is the current use patch queue with the following changes: * musb improvements (qdev windup) * fix ehci emulation for FreeBSD guests. * a bunch if usb-host fixes. * misc minir tweaks. please pull, Gerd Gerd Hoffmann (15): usb-host: start tracing support usb-host:

Re: [Qemu-devel] [PULL] usb patch queue

2011-08-12 Thread Michael Tokarev
11.08.2011 11:03, Gerd Hoffmann wrote: Hi, More usb and hid bits. Fixes a usb tablet regression with windows xp. milkymist goes use the new, splitted hid code directly instead of (ab-)using the usb-kbd device, which in turn allows to kill the usb_hid_datain_cb callback as no users are

Re: [Qemu-devel] [PULL] usb patch queue

2011-08-12 Thread Gerd Hoffmann
On 08/12/11 09:02, Michael Tokarev wrote: 11.08.2011 11:03, Gerd Hoffmann wrote: Hi, More usb and hid bits. Fixes a usb tablet regression with windows xp. milkymist goes use the new, splitted hid code directly instead of (ab-)using the usb-kbd device, which in turn allows to kill the

Re: [Qemu-devel] [PULL] usb patch queue

2011-08-12 Thread Anthony Liguori
On 08/11/2011 02:03 AM, Gerd Hoffmann wrote: Hi, More usb and hid bits. Fixes a usb tablet regression with windows xp. milkymist goes use the new, splitted hid code directly instead of (ab-)using the usb-kbd device, which in turn allows to kill the usb_hid_datain_cb callback as no users are

[Qemu-devel] [PULL] usb patch queue

2011-08-11 Thread Gerd Hoffmann
Hi, More usb and hid bits. Fixes a usb tablet regression with windows xp. milkymist goes use the new, splitted hid code directly instead of (ab-)using the usb-kbd device, which in turn allows to kill the usb_hid_datain_cb callback as no users are left. please pull, Gerd The following

[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

[Qemu-devel] [PULL] usb patch queue

2011-07-20 Thread Gerd Hoffmann
Hi, Tiny usb patch queue with two small fixes. please pull for 0.15, Gerd The following changes since commit 03ff09580ef6cbc4a893b6e3e6bbff33180ec70a: Merge remote-tracking branch 'agraf/xen-next' into staging (2011-07-19 08:04:35 -0500) are available in the git repository at:

Re: [Qemu-devel] [PULL] usb patch queue

2011-07-19 Thread Anthony Liguori
On 07/08/2011 04:50 AM, Gerd Hoffmann wrote: Hi, Here is the current usb patch queue. Most noteworthy is the usb companion controller support added. There are also a bunch of bug fixes, some from Hans which he found while doing the companion controller work and some have been found in

Re: [Qemu-devel] [PULL] usb patch queue

2011-07-12 Thread Gerd Hoffmann
On 07/08/11 11:50, Gerd Hoffmann wrote: Hi, Here is the current usb patch queue. Most noteworthy is the usb companion controller support added. There are also a bunch of bug fixes, some from Hans which he found while doing the companion controller work and some have been found in patch

[Qemu-devel] [PULL] usb patch queue

2011-07-08 Thread Gerd Hoffmann
Hi, Here is the current usb patch queue. Most noteworthy is the usb companion controller support added. There are also a bunch of bug fixes, some from Hans which he found while doing the companion controller work and some have been found in patch review. please pull, Gerd The following

Re: [Qemu-devel] [PULL] usb patch queue

2011-06-27 Thread Anthony Liguori
On 06/24/2011 05:59 AM, Gerd Hoffmann wrote: Hi, Here comes the USB patch queue. Nothing major, just a bunch of little fixes and improvements. please pull, Pulled. Thanks. Regards, Anthony Liguori Gerd The following changes since commit 48e2faf222cbf4abab7c8e4b3f44229ec98eae7f:

[Qemu-devel] [PULL] usb patch queue

2011-06-24 Thread Gerd Hoffmann
Hi, Here comes the USB patch queue. Nothing major, just a bunch of little fixes and improvements. please pull, Gerd The following changes since commit 48e2faf222cbf4abab7c8e4b3f44229ec98eae7f: net: Warn about -net nic options which were ignored (2011-06-22 07:18:39 -0500) are

Re: [Qemu-devel] [PULL] usb patch queue

2011-06-24 Thread Hans de Goede
Hi, Entire series looks good to me, including my own patches ;) Ack series. Regards, Hans On 06/24/2011 12:59 PM, Gerd Hoffmann wrote: Hi, Here comes the USB patch queue. Nothing major, just a bunch of little fixes and improvements. please pull, Gerd The following changes since

Re: [Qemu-devel] [PULL] usb patch queue

2011-06-15 Thread Anthony Liguori
On 06/14/2011 06:05 AM, Gerd Hoffmann wrote: Hi, The USB patch queue has been rebased, got a minor fix (wrong comment in patch #8, spotted by David Ahern) and three new patches. I'm just posting the three new patches to avoid spamming the list with 30 identical patches ... please pull,

[Qemu-devel] [PULL] usb patch queue

2011-06-14 Thread Gerd Hoffmann
Hi, The USB patch queue has been rebased, got a minor fix (wrong comment in patch #8, spotted by David Ahern) and three new patches. I'm just posting the three new patches to avoid spamming the list with 30 identical patches ... please pull, Gerd The following changes since commit

Re: [Qemu-devel] [PULL] usb patch queue: initial usb 2.0 support.

2011-05-31 Thread Anthony Liguori
On 05/26/2011 05:13 AM, Gerd Hoffmann wrote: On 05/23/11 11:43, Gerd Hoffmann wrote: Hi, Here is the usb patch queue, with EHCI support being the outstanding new feature. Most patches are unmodified. Patch #5 got a better commit message. The EHCI patch now lists all contributes in the commit

Re: [Qemu-devel] [PULL] usb patch queue: initial usb 2.0 support.

2011-05-26 Thread Gerd Hoffmann
On 05/23/11 11:43, Gerd Hoffmann wrote: Hi, Here is the usb patch queue, with EHCI support being the outstanding new feature. Most patches are unmodified. Patch #5 got a better commit message. The EHCI patch now lists all contributes in the commit message too (they where listed in the

[Qemu-devel] [PULL] usb patch queue: initial usb 2.0 support.

2011-05-23 Thread Gerd Hoffmann
Hi, Here is the usb patch queue, with EHCI support being the outstanding new feature. Most patches are unmodified. Patch #5 got a better commit message. The EHCI patch now lists all contributes in the commit message too (they where listed in the source code only before), I hope everybody is

Re: [Qemu-devel] [PULL] usb patch queue

2011-05-05 Thread Anthony Liguori
On 05/04/2011 10:41 AM, Gerd Hoffmann wrote: Hi, The USB patch queue is back! I'm still busy catching up with the backlog, I know I didn't pick up everything from the list yet. If in doubt it doesn't hurt to resend usb related patches, with me being Cc'ed. This pull brings old stuff, most

[Qemu-devel] [PULL] usb patch queue

2011-05-04 Thread Gerd Hoffmann
Hi, The USB patch queue is back! I'm still busy catching up with the backlog, I know I didn't pick up everything from the list yet. If in doubt it doesn't hurt to resend usb related patches, with me being Cc'ed. This pull brings old stuff, most of the patches are several months old already.