[Qemu-devel] [PULL 0/6] vga patch queue

Gerd Hoffmann posted 6 patches 7 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1486973851-21645-1-git-send-email-kraxel@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
hw/display/cirrus_vga.c    | 71 +++++++++++++++++++++++++++-------------------
hw/display/trace-events    | 12 ++++++++
hw/display/vga.c           | 27 +++---------------
hw/display/virtio-gpu-3d.c |  8 ++++++
hw/display/virtio-gpu.c    |  1 +
5 files changed, 67 insertions(+), 52 deletions(-)
[Qemu-devel] [PULL 0/6] vga patch queue
Posted by Gerd Hoffmann 7 years, 2 months ago
  Hi,

Here comes the vga patch queue, bringing bugfixes
for cirrus and virtio-gpu.

please pull,
  Gerd

The following changes since commit 33d076ebd05491d9f7cace682b4ed70c33263f12:

  Merge remote-tracking branch 'remotes/stsquad/tags/pull-travis-10022017-1' into staging (2017-02-10 15:05:37 +0000)

are available in the git repository at:


  git://git.kraxel.org/qemu tags/pull-vga-20170213-1

for you to fetch changes up to 12e97ec39931e5321645fd483ab761319d48bf16:

  Revert "cirrus: allow zero source pitch in pattern fill rops" (2017-02-10 16:49:45 +0100)

----------------------------------------------------------------
vga: bugfixes for cirrus and virtio-gpu

----------------------------------------------------------------
Gerd Hoffmann (5):
      virtio-gpu: fix resource leak in virgl_cmd_resource_unref
      vga: replace debug printf with trace points
      cirrus: replace debug printf with trace points
      cirrus: fix patterncopy checks
      Revert "cirrus: allow zero source pitch in pattern fill rops"

Li Qiang (1):
      virtio-gpu: fix memory leak in set scanout

 hw/display/cirrus_vga.c    | 71 +++++++++++++++++++++++++++-------------------
 hw/display/trace-events    | 12 ++++++++
 hw/display/vga.c           | 27 +++---------------
 hw/display/virtio-gpu-3d.c |  8 ++++++
 hw/display/virtio-gpu.c    |  1 +
 5 files changed, 67 insertions(+), 52 deletions(-)

Re: [Qemu-devel] [PULL 0/6] vga patch queue
Posted by Peter Maydell 7 years, 2 months ago
On 13 February 2017 at 08:17, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Here comes the vga patch queue, bringing bugfixes
> for cirrus and virtio-gpu.
>
> please pull,
>   Gerd
>
> The following changes since commit 33d076ebd05491d9f7cace682b4ed70c33263f12:
>
>   Merge remote-tracking branch 'remotes/stsquad/tags/pull-travis-10022017-1' into staging (2017-02-10 15:05:37 +0000)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-vga-20170213-1
>
> for you to fetch changes up to 12e97ec39931e5321645fd483ab761319d48bf16:
>
>   Revert "cirrus: allow zero source pitch in pattern fill rops" (2017-02-10 16:49:45 +0100)
>
> ----------------------------------------------------------------
> vga: bugfixes for cirrus and virtio-gpu
>

Applied, thanks.

-- PMM