mbox

[PULL,0/3] Vga 20171110 patches

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

Pull-request

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

Message

Gerd Hoffmann Nov. 10, 2017, 1:26 p.m. UTC
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(-)

Comments

Peter Maydell Nov. 13, 2017, 11:24 p.m. UTC | #1
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