[Qemu-devel] [PULL for-2.9 0/5] fixes for 2.9: vga, egl, cirrus, virtio-input.

Gerd Hoffmann posted 5 patches 7 years ago
Failed in applying to current master (apply log)
Test s390x passed
hw/display/cirrus_vga_rop2.h     |  4 +--
hw/input/virtio-input.c          | 33 ++++++++++++-----------
include/hw/virtio/virtio-input.h |  5 +++-
ui/egl-helpers.c                 | 58 +++++++++++++++++++++++++++++++++++-----
ui/vnc.c                         | 17 +++++++-----
5 files changed, 85 insertions(+), 32 deletions(-)
[Qemu-devel] [PULL for-2.9 0/5] fixes for 2.9: vga, egl, cirrus, virtio-input.
Posted by Gerd Hoffmann 7 years ago
  Hi,

Bugfix collection for 2.9, ui, vga, input.

please pull,
  Gerd

The following changes since commit ea2afcf5b6727a577cf561fd8fe0d8c397ecc927:

  Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging (2017-03-24 14:14:18 +0000)

are available in the git repository at:


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

for you to fetch changes up to e5766eb40453b1d22815fc5482802688ff184006:

  vnc: fix reverse mode (2017-03-27 12:16:02 +0200)

----------------------------------------------------------------
fixes for 2.9: vga, egl, cirrus, virtio-input.

----------------------------------------------------------------
Gerd Hoffmann (3):
      cirrus: fix PUTPIXEL macro
      ui/egl-helpers: fix egl 1.5 display init
      vnc: fix reverse mode

Ladi Prosek (2):
      virtio-input: free event queue when finalizing
      virtio-input: fix eventq batching

 hw/display/cirrus_vga_rop2.h     |  4 +--
 hw/input/virtio-input.c          | 33 ++++++++++++-----------
 include/hw/virtio/virtio-input.h |  5 +++-
 ui/egl-helpers.c                 | 58 +++++++++++++++++++++++++++++++++++-----
 ui/vnc.c                         | 17 +++++++-----
 5 files changed, 85 insertions(+), 32 deletions(-)

Re: [Qemu-devel] [PULL for-2.9 0/5] fixes for 2.9: vga, egl, cirrus, virtio-input.
Posted by Peter Maydell 7 years ago
On 27 March 2017 at 14:28, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Bugfix collection for 2.9, ui, vga, input.
>
> please pull,
>   Gerd
>
> The following changes since commit ea2afcf5b6727a577cf561fd8fe0d8c397ecc927:
>
>   Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging (2017-03-24 14:14:18 +0000)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-fixes-20170327-1
>
> for you to fetch changes up to e5766eb40453b1d22815fc5482802688ff184006:
>
>   vnc: fix reverse mode (2017-03-27 12:16:02 +0200)
>
> ----------------------------------------------------------------
> fixes for 2.9: vga, egl, cirrus, virtio-input.
>
> ----------------------------------------------------------------
> Gerd Hoffmann (3):
>       cirrus: fix PUTPIXEL macro
>       ui/egl-helpers: fix egl 1.5 display init
>       vnc: fix reverse mode
>
> Ladi Prosek (2):
>       virtio-input: free event queue when finalizing
>       virtio-input: fix eventq batching

Applied, thanks.

-- PMM