Re: XP blue screen with qemu-kvm-0.11.0

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Michael Tokarev
Date: Wednesday, November 4, 2009 - 3:20 am

Ross Boylan wrote:
[]

Which device you think KDE grabs?
OSS device (/dev/dsp) can only be opened once, subsequent attempts will
return EBUSY.  But alsa devices can be opened multiple times.  "Grabbing"
alsa devices is not supported.

For alsa usage in kvm, see -audio-help option.  My package (from corpit.ru)
is built with alsa being the default driver.


Ok.


That's semi-expected after a crash.  Unlike with real hardware, when
everything including the sound card gets reset by the bios right after
a crash, your host continues running and your sound card continues
executing the commands.


-vga std creates a generic but 100% fake video card in guest.  The
card understands standard VESA/VGA commands and modes, but windows
does not know who the vendor is, since it does not try to emulate
any real device (like cirrus for example).  It's an "unnamed" device
of class "VGA device".  No doubt windows can't find a driver for a
non-existing device, even in internet.  But the thing is that the
default generic video driver works with this adaptor just fine.
But windows thinks is't not the most appropriate driver and marks
this device in the device tree.

But this all has nothing to do with your issues.  Audio, VGA and
straceing - it's all ok.  Your main problem appears to be the
broken disk image.  May be it's kvm's fault, maybe windows -
it's very difficult to say by now.

/mjt

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
XP blue screen with qemu-kvm-0.11.0, Ross Boylan, (Fri Oct 30, 7:46 pm)
Re: XP blue screen with qemu-kvm-0.11.0, Michael Tokarev, (Sat Oct 31, 5:21 am)
Re: XP blue screen with qemu-kvm-0.11.0, Ross Boylan, (Sat Oct 31, 10:23 am)
Re: XP blue screen with qemu-kvm-0.11.0, Michael Tokarev, (Sat Oct 31, 10:31 am)
Re: XP blue screen with qemu-kvm-0.11.0, Ross Boylan, (Tue Nov 3, 7:06 pm)
Re: XP blue screen with qemu-kvm-0.11.0, Michael Tokarev, (Wed Nov 4, 3:20 am)