mbox

[PULL,v2,0/6] vga patch queue

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

Pull-request

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

Message

Gerd Hoffmann June 6, 2016, 7:06 a.m. UTC
Hi,

vga patch queue brings some security fixes for vmware vga
and live migration support (in 2d mode) for virtio-gpu.

v2: add qemu-stable to cc for the security fixes.

please pull,
  Gerd

The following changes since commit 2c107d7684f9e3c4db4780d0756bbf35b06aec07:

  Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging (2016-06-02 14:26:57 +0100)

are available in the git repository at:


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

for you to fetch changes up to 0c244e50ee12311037efd507ee37df0e846e4a18:

  virtio-gpu: add live migration support (2016-06-06 09:04:34 +0200)

----------------------------------------------------------------
virtio-gpu: scanout fix, live migration support
vmsvga: security fixes

----------------------------------------------------------------
Gerd Hoffmann (6):
      virtio-gpu: fix scanout rectangles
      vmsvga: move fifo sanity checks to vmsvga_fifo_length
      vmsvga: add more fifo checks
      vmsvga: shadow fifo registers
      vmsvga: don't process more than 1024 fifo commands at once
      virtio-gpu: add live migration support

 hw/display/virtio-gpu-3d.c     |   2 +-
 hw/display/virtio-gpu.c        | 202 +++++++++++++++++++++++++++++++++++++++--
 hw/display/virtio-vga.c        |  12 +++
 hw/display/vmware_vga.c        |  78 ++++++++--------
 include/hw/virtio/virtio-gpu.h |   4 +-
 5 files changed, 252 insertions(+), 46 deletions(-)

Comments

Peter Maydell June 6, 2016, 2:17 p.m. UTC | #1
On 6 June 2016 at 08:06, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> vga patch queue brings some security fixes for vmware vga
> and live migration support (in 2d mode) for virtio-gpu.
>
> v2: add qemu-stable to cc for the security fixes.
>
> please pull,
>   Gerd
>
> The following changes since commit 2c107d7684f9e3c4db4780d0756bbf35b06aec07:
>
>   Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging (2016-06-02 14:26:57 +0100)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-vga-20160606-1
>
> for you to fetch changes up to 0c244e50ee12311037efd507ee37df0e846e4a18:
>
>   virtio-gpu: add live migration support (2016-06-06 09:04:34 +0200)
>
> ----------------------------------------------------------------
> virtio-gpu: scanout fix, live migration support
> vmsvga: security fixes
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM