Hi, vga patch queue brings some security fixes for vmware vga and live migration support (in 2d mode) for virtio-gpu.
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-20160603-1 for you to fetch changes up to 8d0cc96d0dc18931494437ffa68655c0e11dc8fe: virtio-gpu: add live migration support (2016-06-03 09:06:37 +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(-)