summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2010-05-03 07:31:37 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2010-05-03 07:31:37 -0500
commita6dac6a9ab81b1052e052876a67b9fc483b8b337 (patch)
tree9375d632231c158fb8f14e03c82de18f76751ad0 /hw
parentace22f6917849de28d8ba96b7426a0ea64f95369 (diff)
parent8369e01ce418edb26a6e1f65406cac650563b3da (diff)
downloadqemu-a6dac6a9ab81b1052e052876a67b9fc483b8b337.tar.gz
Merge remote branch 'qemu-kvm/uq/master' into HEAD
Diffstat (limited to 'hw')
-rw-r--r--hw/vga.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/vga.c b/hw/vga.c
index 845dbcc3ba..db72115442 100644
--- a/hw/vga.c
+++ b/hw/vga.c
@@ -1618,8 +1618,8 @@ void vga_dirty_log_stop(VGACommonState *s)
kvm_log_stop(s->map_addr, s->map_end - s->map_addr);
if (kvm_enabled() && s->lfb_vram_mapped) {
- kvm_log_stop(isa_mem_base + 0xa0000, 0x80000);
- kvm_log_stop(isa_mem_base + 0xa8000, 0x80000);
+ kvm_log_stop(isa_mem_base + 0xa0000, 0x8000);
+ kvm_log_stop(isa_mem_base + 0xa8000, 0x8000);
}
#ifdef CONFIG_BOCHS_VBE