mbox

[PULL,0/5] vga patch queue

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

Pull-request

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

Message

Gerd Hoffmann Jan. 11, 2017, 10:28 a.m. UTC
Hi,

Here comes the vga patch queue, with more bugfixes, one missed the
previously pull by mistake, the other ones are revent posts on the list.

please pull,
  Gerd

The following changes since commit b44486dfb9447c88e4b216e730adcc780190852c:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170110-1' into staging (2017-01-10 14:52:34 +0000)

are available in the git repository at:


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

for you to fetch changes up to a2056e09b02745e5d000351a8a7938fa8a292ba7:

  virtio-gpu: tag as not hotpluggable (2017-01-11 09:19:05 +0100)

----------------------------------------------------------------
vga: fixes for virtio-gpu and cirrus.

----------------------------------------------------------------
Bruce Rogers (1):
      display: cirrus: ignore source pitch value as needed in blit_is_unsafe

Gerd Hoffmann (1):
      virtio-gpu: tag as not hotpluggable

Li Qiang (1):
      virtio-gpu: fix information leak in capset get dispatch

Peter Maydell (2):
      virtio-gpu: Recalculate VirtIOGPU::hostmem on VM load
      virtio-gpu: Fix memory leak in virtio_gpu_load()

 hw/display/cirrus_vga.c    | 11 +++++++----
 hw/display/virtio-gpu-3d.c |  2 +-
 hw/display/virtio-gpu.c    | 18 ++++++++++++++++++
 3 files changed, 26 insertions(+), 5 deletions(-)

Comments

Peter Maydell Jan. 12, 2017, 6:29 p.m. UTC | #1
On 11 January 2017 at 10:28, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Here comes the vga patch queue, with more bugfixes, one missed the
> previously pull by mistake, the other ones are revent posts on the list.
>
> please pull,
>   Gerd
>
> The following changes since commit b44486dfb9447c88e4b216e730adcc780190852c:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170110-1' into staging (2017-01-10 14:52:34 +0000)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-vga-20170111-1
>
> for you to fetch changes up to a2056e09b02745e5d000351a8a7938fa8a292ba7:
>
>   virtio-gpu: tag as not hotpluggable (2017-01-11 09:19:05 +0100)
>
> ----------------------------------------------------------------
> vga: fixes for virtio-gpu and cirrus.
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM