Further to my earlier post, VGA remains broken with kvm-80 (exactly as
reported by Michael Tokarev), using XP0 guest and using X with vesa driver
under Linux guest.
I have:
1. Made sure I am using the kvm-80-built kernel drivers, as requested by
Avi to Michael.
2.Tried this patch:
--- a/qemu/hw/cirrus_vga.c
+++ b/qemu/hw/cirrus_vga.c
@@ -3366,6 +3366,7 @@ static void pci_cirrus_write_config(PCIDevice *d,
pci_default_write_config(d, address, val, len);
if (s->map_addr && pvs->dev.io_regions[0].addr == -1)
s->map_addr = 0;
+ cirrus_update_memory_access(s);
vga_dirty_log_start((VGAState *)s);
}
as requested by Jan to Michael.
Still broken (also broken with -vga std).
The screen refreshes if you switch to the KVM console and back, bu tthen
gets pretty much frozen at that point until you do it again ;-)
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html