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

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

  Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2017-07-18-2' into staging (2017-07-19 20:45:37 +0100)

are available in the git repository at:

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

for you to fetch changes up to 121829cb2160e9cd82482c1542699fa589688106:

  usb: Fix build with newer gcc (2017-07-20 10:02:11 +0200)

----------------------------------------------------------------
usb: Fix build with newer gcc

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

Eric Blake (1):
  usb: Fix build with newer gcc

 hw/usb/bus.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/1] Usb 20170720 patches
Posted by Peter Maydell 6 years, 9 months ago
On 20 July 2017 at 09:45, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit d4e59218ab80e86015753782fb5378767a51ccd0:
>
>   Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2017-07-18-2' into staging (2017-07-19 20:45:37 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/usb-20170720-pull-request
>
> for you to fetch changes up to 121829cb2160e9cd82482c1542699fa589688106:
>
>   usb: Fix build with newer gcc (2017-07-20 10:02:11 +0200)
>
> ----------------------------------------------------------------
> usb: Fix build with newer gcc
>
> ----------------------------------------------------------------
>
> Eric Blake (1):
>   usb: Fix build with newer gcc
>
>  hw/usb/bus.c | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)

Applied, thanks.

-- PMM