On 3 July 2018 at 10:45, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit ab08440a4ee09032d1a9cb22fdcab23bc7e1c656:
>
>   Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180702' into staging (2018-07-02 17:57:46 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/vga-20180703-pull-request
>
> for you to fetch changes up to 1fcfdc435a3e25ab9037f6f7b8ab4bdf89ba1269:
>
>   vga: disable global_vmstate for 3.0+ machine types (2018-07-03 11:19:49 +0200)
>
> ----------------------------------------------------------------
> vga: disable global_vmstate, virtio-gpu scanout tracking fixes.
>
> ----------------------------------------------------------------
>
> Gerd Hoffmann (4):
>   virtio-gpu: tweak scanout disable.
>   virtio-gpu: update old resource too.
>   virtio-gpu: disable scanout when backing resource is destroyed
>   vga: disable global_vmstate for 3.0+ machine types
>
>  hw/display/vga_int.h    |  3 ++-
>  include/hw/compat.h     | 16 +++++++++++++
>  hw/display/cirrus_vga.c |  9 ++++---
>  hw/display/qxl.c        |  3 ++-
>  hw/display/vga-isa-mm.c |  3 ++-
>  hw/display/vga-isa.c    |  3 ++-
>  hw/display/vga-pci.c    |  5 ++--
>  hw/display/vga.c        |  4 ++--
>  hw/display/virtio-gpu.c | 64 ++++++++++++++++++++++++++++++++++---------------
>  hw/display/virtio-vga.c |  2 +-
>  hw/display/vmware_vga.c |  4 +++-
>  11 files changed, 84 insertions(+), 32 deletions(-)
Applied, thanks.
-- PMM