[Qemu-devel] [PULL 0/4] Usb 20170913 patches

Gerd Hoffmann posted 4 patches 6 years, 7 months ago
Failed in applying to current master (apply log)
Test checkpatch passed
Test docker passed
Test s390x passed
configure            | 7 -------
hw/usb/hcd-xhci.c    | 4 ++--
MAINTAINERS          | 1 +
hw/usb/Makefile.objs | 6 +++++-
4 files changed, 8 insertions(+), 10 deletions(-)
[Qemu-devel] [PULL 0/4] Usb 20170913 patches
Posted by Gerd Hoffmann 6 years, 7 months ago
The following changes since commit 619c200f6ce2f44fbc8a5732174530c3b4782aab:

  Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' into staging (2017-09-11 11:44:30 +0100)

are available in the git repository at:

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

for you to fetch changes up to 2041649f0b04f61869589571ddf5ecd4f0695ea2:

  usb: only build usb-host with CONFIG_USB=y (2017-09-13 10:44:49 +0200)

----------------------------------------------------------------
usb: misc small fixes.

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

Alexey Kardashevskiy (1):
  xhci: Avoid DMA when ERSTBA is set to zero

Gerd Hoffmann (2):
  usb: drop HOST_USB
  usb: only build usb-host with CONFIG_USB=y

Philippe Mathieu-Daudé (1):
  MAINTAINERS: add missing USB entry

 configure            | 7 -------
 hw/usb/hcd-xhci.c    | 4 ++--
 MAINTAINERS          | 1 +
 hw/usb/Makefile.objs | 6 +++++-
 4 files changed, 8 insertions(+), 10 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/4] Usb 20170913 patches
Posted by Peter Maydell 6 years, 7 months ago
On 13 September 2017 at 10:32, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit 619c200f6ce2f44fbc8a5732174530c3b4782aab:
>
>   Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' into staging (2017-09-11 11:44:30 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/usb-20170913-pull-request
>
> for you to fetch changes up to 2041649f0b04f61869589571ddf5ecd4f0695ea2:
>
>   usb: only build usb-host with CONFIG_USB=y (2017-09-13 10:44:49 +0200)
>
> ----------------------------------------------------------------
> usb: misc small fixes.
>

Applied, thanks.

-- PMM