[Qemu-devel] [PULL for-2.9 0/3] bugfixes: xhci, input-linux and vnc

Gerd Hoffmann posted 3 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170403102803.31820-1-kraxel@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
hw/usb/hcd-xhci.c |  4 +++-
ui/input-linux.c  | 17 ++++++++++++-----
ui/vnc.c          |  8 ++++----
3 files changed, 19 insertions(+), 10 deletions(-)
[Qemu-devel] [PULL for-2.9 0/3] bugfixes: xhci, input-linux and vnc
Posted by Gerd Hoffmann 7 years ago
  Hi,

Bugfix collection for the next 2.9-rc.

please pull,
  Gerd

The following changes since commit 95b31d709ba343ad237c3630047ee7438bac4065:

  Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20170331.0' into staging (2017-03-31 18:06:13 +0100)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/pull-fixes-20170403-1

for you to fetch changes up to fa03cb7fd212bc07f0253db9ea436383ddc6c08f:

  vnc: allow to connect with add_client when -vnc none (2017-04-03 11:48:55 +0200)

----------------------------------------------------------------
bugfixes: xhci, input-linux and vnc

----------------------------------------------------------------
Gerd Hoffmann (1):
      xhci: flush dequeue pointer to endpoint context

Javier Celaya (1):
      Fix input-linux reading from device

Marc-André Lureau (1):
      vnc: allow to connect with add_client when -vnc none

 hw/usb/hcd-xhci.c |  4 +++-
 ui/input-linux.c  | 17 ++++++++++++-----
 ui/vnc.c          |  8 ++++----
 3 files changed, 19 insertions(+), 10 deletions(-)

Re: [Qemu-devel] [PULL for-2.9 0/3] bugfixes: xhci, input-linux and vnc
Posted by Peter Maydell 7 years ago
On 3 April 2017 at 11:28, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Bugfix collection for the next 2.9-rc.
>
> please pull,
>   Gerd
>
> The following changes since commit 95b31d709ba343ad237c3630047ee7438bac4065:
>
>   Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20170331.0' into staging (2017-03-31 18:06:13 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/pull-fixes-20170403-1
>
> for you to fetch changes up to fa03cb7fd212bc07f0253db9ea436383ddc6c08f:
>
>   vnc: allow to connect with add_client when -vnc none (2017-04-03 11:48:55 +0200)
>
> ----------------------------------------------------------------
> bugfixes: xhci, input-linux and vnc
>
> ----------------------------------------------------------------
> Gerd Hoffmann (1):
>       xhci: flush dequeue pointer to endpoint context
>
> Javier Celaya (1):
>       Fix input-linux reading from device
>
> Marc-André Lureau (1):
>       vnc: allow to connect with add_client when -vnc none

Applied, thanks.

-- PMM