]> Git Repo - qemu.git/commit - hw/display/vmware_vga.c
VMware VGA: Only enable dirty log tracking when fifo is disabled
authorAnthony Liguori <[email protected]>
Thu, 17 Dec 2009 22:08:10 +0000 (08:08 +1000)
committerAnthony Liguori <[email protected]>
Fri, 18 Dec 2009 17:26:33 +0000 (11:26 -0600)
commitb5cc6e32baa9d98d50debe23229b303f89fe84f1
treeb0833ba96974237982becf03fe62370d32d95340
parenta6109ff1b5d7184a9d490c4ff94f175940232ebd
VMware VGA: Only enable dirty log tracking when fifo is disabled

This patch enables dirty log tracking whenever it's needed and disables it
when it is not.

We unconditionally enable dirty log tracking on reset, restart dirty log
tracking when PCI IO regions are remapped, and disable/enable it based on
commands from the guest.

Rebased-by: Dave Airlie <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
hw/vga.c
hw/vga_int.h
hw/vmware_vga.c
This page took 0.026782 seconds and 4 git commands to generate.