]> xenbits.xensource.com Git - qemu-xen-3.3-testing.git/commit
ioemu: fix vram tracking when !s->lfb_addr
authorKeir Fraser <kfraser@endor.localdomain>
Tue, 22 Jul 2008 14:58:20 +0000 (15:58 +0100)
committerKeir Fraser <kfraser@endor.localdomain>
Tue, 22 Jul 2008 14:58:20 +0000 (15:58 +0100)
commitea82e51eb3044b58768c994f3ae3308476733ab4
tree91664b841802c7ff7a9234eb872accc353994afb
parenta7104be2d6a521dfdcf1ce9f82ae40525e223775
ioemu: fix vram tracking when !s->lfb_addr

When we don't have an LFB (standard VGA), we can not and do not need
vram tracking at all since we always get explicit dirtying.

Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
hw/vga.c