[Qemu-devel] [PULL 0/1] Usb 20170621 patches

Gerd Hoffmann posted 1 patch 8 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170621154347.32084-1-kraxel@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
hw/usb/host-libusb.c | 24 ++++++++++++++----------
1 file changed, 14 insertions(+), 10 deletions(-)
[Qemu-devel] [PULL 0/1] Usb 20170621 patches
Posted by Gerd Hoffmann 8 years, 4 months ago
The following changes since commit 8dfaf23ae1f2273a9730a9b309cc8471269bb524:

  tcg/tci: fix tcg-interpreter build (2017-06-20 18:39:15 +0100)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/usb-20170621-pull-request

for you to fetch changes up to 896b6757f9c4d176ce4439238efea223a2952411:

  usb-host: support devices with sparse/non-sequential USB interfaces (2017-06-21 15:30:08 +0200)

----------------------------------------------------------------

----------------------------------------------------------------

Samuel Brian (1):
  usb-host: support devices with sparse/non-sequential USB interfaces

 hw/usb/host-libusb.c | 24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/1] Usb 20170621 patches
Posted by Peter Maydell 8 years, 4 months ago
On 21 June 2017 at 16:43, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit 8dfaf23ae1f2273a9730a9b309cc8471269bb524:
>
>   tcg/tci: fix tcg-interpreter build (2017-06-20 18:39:15 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/usb-20170621-pull-request
>
> for you to fetch changes up to 896b6757f9c4d176ce4439238efea223a2952411:
>
>   usb-host: support devices with sparse/non-sequential USB interfaces (2017-06-21 15:30:08 +0200)
>
> ----------------------------------------------------------------
>
> ----------------------------------------------------------------
>
> Samuel Brian (1):
>   usb-host: support devices with sparse/non-sequential USB interfaces
>
>  hw/usb/host-libusb.c | 24 ++++++++++++++----------
>  1 file changed, 14 insertions(+), 10 deletions(-)

Applied, thanks.

-- PMM