bryce: none of the quirks you are mentioning are actually working in
qemu. The relevant part of dexconf that detects kvm is in line 271:
QEMU_KVM=$(grep "QEMU Virtual CPU" /proc/cpuinfo || true)
if [ -n "$QEMU_KVM" ]; then
DEVICE_DRIVER="cirrus"
fi
Only kvm reports that in /proc/cpuinfo. qemu reports "Pentium II
(Katmai)", which is the very reason why the hardy live cd works in kvm
but not in qemu.
TBH, I'd suggest to just strip the kvm quircks out of dexconf in
intrepid right now, and see if a daily livecd comes up. I'm pretty
confident that it does so.
--
dexconf specific quirks for kvm should be dropped
https://bugs.launchpad.net/bugs/237164
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs