[Qemu-devel] [PULL 0/3] Vga 20171110 patches

Gerd Hoffmann posted 3 patches 6 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171110132644.8069-1-kraxel@redhat.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
hw/display/vga.c        |  4 ++--
hw/display/virtio-gpu.c | 16 ++++++++++++++--
hw/display/vmware_vga.c |  5 ++---
3 files changed, 18 insertions(+), 7 deletions(-)
[Qemu-devel] [PULL 0/3] Vga 20171110 patches
Posted by Gerd Hoffmann 6 years, 5 months ago
The following changes since commit b0fbe46ad82982b289a44ee2495b59b0bad8a842:

  Update version for v2.11.0-rc0 release (2017-11-07 16:05:28 +0000)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/vga-20171110-pull-request

for you to fetch changes up to cf7040e284069fc235172c187551b268c66d8553:

  vmsvga: use ARRAY_SIZE macro (2017-11-10 14:25:56 +0100)

----------------------------------------------------------------
vga: bugfixes for 2.11

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

Gerd Hoffmann (1):
  vga: fix region checks in wraparound case

Philippe Mathieu-Daudé (1):
  vmsvga: use ARRAY_SIZE macro

Tao Wu (1):
  virtio-gpu: fix bug in host memory calculation.

 hw/display/vga.c        |  4 ++--
 hw/display/virtio-gpu.c | 16 ++++++++++++++--
 hw/display/vmware_vga.c |  5 ++---
 3 files changed, 18 insertions(+), 7 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/3] Vga 20171110 patches
Posted by Peter Maydell 6 years, 5 months ago
On 10 November 2017 at 13:26, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit b0fbe46ad82982b289a44ee2495b59b0bad8a842:
>
>   Update version for v2.11.0-rc0 release (2017-11-07 16:05:28 +0000)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/vga-20171110-pull-request
>
> for you to fetch changes up to cf7040e284069fc235172c187551b268c66d8553:
>
>   vmsvga: use ARRAY_SIZE macro (2017-11-10 14:25:56 +0100)
>
> ----------------------------------------------------------------
> vga: bugfixes for 2.11
>
> ----------------------------------------------------------------
>
> Gerd Hoffmann (1):
>   vga: fix region checks in wraparound case
>
> Philippe Mathieu-Daudé (1):
>   vmsvga: use ARRAY_SIZE macro
>
> Tao Wu (1):
>   virtio-gpu: fix bug in host memory calculation.
>
>  hw/display/vga.c        |  4 ++--
>  hw/display/virtio-gpu.c | 16 ++++++++++++++--
>  hw/display/vmware_vga.c |  5 ++---
>  3 files changed, 18 insertions(+), 7 deletions(-)
>
Applied, thanks.

-- PMM