mbox

[PULL,0/5] virtio-gpu: misc bugfixes.

Message ID 1483455154-8106-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

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

Message

Gerd Hoffmann Jan. 3, 2017, 2:52 p.m. UTC
Hi,

New year, new pull request.  Here comes the vga patch queue with
a collection of virtio-gpu fixes.

please pull,
  Gerd

The following changes since commit 6a928d25b6d8bc3729c3d28326c6db13b9481059:

  Update version for v2.8.0-rc4 release (2016-12-15 07:36:03 +0000)

are available in the git repository at:

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

for you to fetch changes up to 204f01b30975923c64006f8067f0937b91eea68b:

  virtio-gpu: fix memory leak in resource attach backing (2017-01-03 15:47:21 +0100)

----------------------------------------------------------------
virtio-gpu: misc bugfixes.

----------------------------------------------------------------
Gerd Hoffmann (1):
      virtio-gpu: track and limit host memory allocations

Li Qiang (3):
      virtio-gpu: call cleanup mapping function in resource destroy
      virtio-gpu-3d: fix memory leak in resource attach backing
      virtio-gpu: fix memory leak in resource attach backing

Prasad J Pandit (1):
      display: virtio-gpu-3d: check virgl capabilities max_size

 hw/display/virtio-gpu-3d.c     | 13 ++++++++++---
 hw/display/virtio-gpu.c        | 24 ++++++++++++++++++++----
 include/hw/virtio/virtio-gpu.h |  3 +++
 3 files changed, 33 insertions(+), 7 deletions(-)

Comments

Peter Maydell Jan. 5, 2017, 10:53 a.m. UTC | #1
On 3 January 2017 at 14:52, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> New year, new pull request.  Here comes the vga patch queue with
> a collection of virtio-gpu fixes.
>
> please pull,
>   Gerd
>
> The following changes since commit 6a928d25b6d8bc3729c3d28326c6db13b9481059:
>
>   Update version for v2.8.0-rc4 release (2016-12-15 07:36:03 +0000)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/pull-vga-20170103-1
>
> for you to fetch changes up to 204f01b30975923c64006f8067f0937b91eea68b:
>
>   virtio-gpu: fix memory leak in resource attach backing (2017-01-03 15:47:21 +0100)
>
> ----------------------------------------------------------------
> virtio-gpu: misc bugfixes.
>
Applied, thanks.

-- PMM