[Qemu-devel] [PULL 0/6] Vga 20170913 patches

Gerd Hoffmann posted 6 patches 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170913074140.5160-1-kraxel@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
hw/display/vga-helpers.h | 202 ++++++++++++++++++++++++++---------------------
hw/display/vga_int.h     |   1 +
hw/display/qxl-render.c  |  45 +++++++----
hw/display/vga.c         |  16 +++-
hw/display/virtio-gpu.c  |  12 ---
5 files changed, 152 insertions(+), 124 deletions(-)
[Qemu-devel] [PULL 0/6] Vga 20170913 patches
Posted by Gerd Hoffmann 6 years, 7 months ago
The following changes since commit 223cd0e13f2e46078d7b573f0b8402bfbee339be:

  Merge remote-tracking branch 'remotes/elmarco/tags/tidy-pull-request' into staging (2017-08-31 15:52:43 +0100)

are available in the git repository at:

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

for you to fetch changes up to 79d16c21a565927943486b26789caa62413ff371:

  virtio-gpu: don't clear QemuUIInfo information on reset (2017-09-13 09:39:32 +0200)

----------------------------------------------------------------
vga: bugfixes.
qxl: chunked cursor support.

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

Dr. David Alan Gilbert (1):
  vga/migration: Update memory map in post_load

Gerd Hoffmann (5):
  vga: fix display update region calculation (split screen)
  vga: stop passing pointers to vga_draw_line* functions
  qxl: drop mono cursor support
  qxl: add support for chunked cursors.
  virtio-gpu: don't clear QemuUIInfo information on reset

 hw/display/vga-helpers.h | 202 ++++++++++++++++++++++++++---------------------
 hw/display/vga_int.h     |   1 +
 hw/display/qxl-render.c  |  45 +++++++----
 hw/display/vga.c         |  16 +++-
 hw/display/virtio-gpu.c  |  12 ---
 5 files changed, 152 insertions(+), 124 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/6] Vga 20170913 patches
Posted by Peter Maydell 6 years, 7 months ago
On 13 September 2017 at 08:41, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit 223cd0e13f2e46078d7b573f0b8402bfbee339be:
>
>   Merge remote-tracking branch 'remotes/elmarco/tags/tidy-pull-request' into staging (2017-08-31 15:52:43 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/vga-20170913-pull-request
>
> for you to fetch changes up to 79d16c21a565927943486b26789caa62413ff371:
>
>   virtio-gpu: don't clear QemuUIInfo information on reset (2017-09-13 09:39:32 +0200)
>
> ----------------------------------------------------------------
> vga: bugfixes.
> qxl: chunked cursor support.
>

Applied, thanks.

-- PMM