vmsvga: fix vmsvga_update_display
commit104bd1dc707649fe39d0d1405ba7268ebc26edd5
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 21 Apr 2017 09:16:31 +0000 (21 11:16 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 24 Apr 2017 08:12:28 +0000 (24 10:12 +0200)
treebb94e1104175e0c20543b37f8243450e13cd76c4
parent7fcf0c24e754cb493a1b34ceaa8b0aa1d66e91c7
vmsvga: fix vmsvga_update_display

Fix standard vga mode check:  Both s->config and s->enabled must be set
to enable vmware command fifo processing.

Drop dirty tracking code from the fifo rendering code path, it isn't
used anyway because vmsvga turns off dirty tracking when leaving
standard vga mode.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20170421091632.30900-9-kraxel@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/display/vmware_vga.c