diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2010-05-03 07:31:37 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-05-03 07:31:37 -0500 |
commit | a6dac6a9ab81b1052e052876a67b9fc483b8b337 (patch) | |
tree | 9375d632231c158fb8f14e03c82de18f76751ad0 /hw | |
parent | ace22f6917849de28d8ba96b7426a0ea64f95369 (diff) | |
parent | 8369e01ce418edb26a6e1f65406cac650563b3da (diff) |
Merge remote branch 'qemu-kvm/uq/master' into HEAD
Diffstat (limited to 'hw')
-rw-r--r-- | hw/vga.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |