mbox

[PULL,0/1] Usb 20180312 patches

Message ID 20180312110532.30967-1-kraxel@redhat.com
State New
Headers show

Pull-request

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

Message

Gerd Hoffmann March 12, 2018, 11:05 a.m. UTC
The following changes since commit e4ae62b802cec437f877f2cadc4ef059cc0eca76:

  Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2018-03-09 17:28:16 +0000)

are available in the git repository at:

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

for you to fetch changes up to c7ac1ab0201d47d12b75e1c98d79869bcdad5732:

  usbredir: reorder fields in USBRedirDevice to reduce padding (2018-03-12 11:43:49 +0100)

----------------------------------------------------------------
usbredir: reorder fields in USBRedirDevice to reduce padding

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

zhenwei.pi (1):
  usbredir: reorder fields in USBRedirDevice to reduce padding

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

Comments

Peter Maydell March 13, 2018, 9:43 a.m. UTC | #1
On 12 March 2018 at 11:05, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit e4ae62b802cec437f877f2cadc4ef059cc0eca76:
>
>   Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2018-03-09 17:28:16 +0000)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/usb-20180312-pull-request
>
> for you to fetch changes up to c7ac1ab0201d47d12b75e1c98d79869bcdad5732:
>
>   usbredir: reorder fields in USBRedirDevice to reduce padding (2018-03-12 11:43:49 +0100)
>
> ----------------------------------------------------------------
> usbredir: reorder fields in USBRedirDevice to reduce padding
>
> ----------------------------------------------------------------
>
> zhenwei.pi (1):
>   usbredir: reorder fields in USBRedirDevice to reduce padding
>
>  hw/usb/redirect.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied, thanks.

-- PMM