* [Qemu-devel] QEMU 0.15.1 Linux
@ 2011-11-03 18:59 Gus Zernial
2011-11-03 22:00 ` Jernej Simončič
2011-11-04 19:56 ` Gus Zernial
0 siblings, 2 replies; 4+ messages in thread
From: Gus Zernial @ 2011-11-03 18:59 UTC (permalink / raw)
To: qemu-devel@nongnu.org
I have Kubuntu 11.10 Oneiric with standard 3.0.0-12-generic kernel on an AMD Phenom II X6 box.
I've been running Windows 7 guest under qemu ....
$ /usr/bin/qemu-system-x86_64 -version
QEMU emulator version 0.14.1 (qemu-kvm-0.14.1), Copyright (c) 2003-2008 Fabrice Bellard
$ sudo /usr/bin/qemu-system-x86_64 -boot c -drive
file=~/Win7.img,if=virtio -m 4096 -smp 1,cores-6 -net
nic,vlan=0,macaddr=52:54:db:7f:0c:3d,model=virtio -net tap -vga cirrus
-soundhw hda -cdrom /dev/sr0
This boots the Windows 7 client, no problems
Then I installed qemu-0.15.1, compiled and installed from source and ran the same qemu startup command
line with the new version
$ /usr/local/bin/qemu-system-x86_64 -version
QEMU emulator version 0.15.1, Copyright (c) 2003-2008 Fabrice Bellard
$ sudo /usr/local/bin/qemu-system-x86_64 -boot c -drive
file=~/Win7.img,if=virtio -m 4096 -smp 1,cores-6 -net
nic,vlan=0,macaddr=52:54:db:7f:0c:3d,model=virtio -net tap -vga cirrus
-soundhw hda -cdrom /dev/sr0
This results in Windows BSOD. I tried installing libvirt-bin_0.9.6~oneiric-2ubuntu5_amd64 to see if that would
help, but it didn't. It's possible there's some prerequisite or compile option for the new version, not sure?
Can someone tell me what's wrong and/or how to fix?
Thx, Gus
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] QEMU 0.15.1 Linux
2011-11-03 18:59 [Qemu-devel] QEMU 0.15.1 Linux Gus Zernial
@ 2011-11-03 22:00 ` Jernej Simončič
2011-11-04 19:56 ` Gus Zernial
1 sibling, 0 replies; 4+ messages in thread
From: Jernej Simončič @ 2011-11-03 22:00 UTC (permalink / raw)
To: Gus Zernial on [qemu-devel]
On Thursday, November 3, 2011, 19:59:37, Gus Zernial wrote:
> $ /usr/bin/qemu-system-x86_64 -version
> QEMU emulator version 0.14.1 (qemu-kvm-0.14.1), Copyright (c) 2003-2008 Fabrice Bellard
^^^
This part is important - you had qemu-kvm, which is slightly different
from...
> $ /usr/local/bin/qemu-system-x86_64 -version
> QEMU emulator version 0.15.1, Copyright (c) 2003-2008 Fabrice Bellard
...plain qemu you compiled. Download qemu-kvm from
<http://sourceforge.net/projects/kvm/files/qemu-kvm/>
--
< Jernej Simončič ><><><><>< http://eternallybored.org/ >
If it should exist, it doesn't.
-- Arnold's First Law of Documentation
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [Qemu-devel] QEMU 0.15.1 Linux
2011-11-03 18:59 [Qemu-devel] QEMU 0.15.1 Linux Gus Zernial
2011-11-03 22:00 ` Jernej Simončič
@ 2011-11-04 19:56 ` Gus Zernial
2011-11-04 21:15 ` [Qemu-devel] [spam] " Jernej Simončič
1 sibling, 1 reply; 4+ messages in thread
From: Gus Zernial @ 2011-11-04 19:56 UTC (permalink / raw)
To: qemu-devel@nongnu.org
First of all, thanks to Jernej Simon for the response which pointed out my mistake
regards qemu vs qemu-kvm, and the pointer to the correct version. This solved my
problem.
I have another question regards graphics driver for the Win7 client. I would like to
use the VMware SVGA 3D (WDDM) driver on the client, which would give me Windows
Aero and potentially better graphics performance, but when I install it in Windows I get
the bang symbol in the device manager, and the message that the driver has been
turned off.
Is this driver supported in QEMU 0.15.1, and if so how do I get it to work? If not,
is there some alternative with the capability I mention?
Thx, Gus
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [spam] QEMU 0.15.1 Linux
2011-11-04 19:56 ` Gus Zernial
@ 2011-11-04 21:15 ` Jernej Simončič
0 siblings, 0 replies; 4+ messages in thread
From: Jernej Simončič @ 2011-11-04 21:15 UTC (permalink / raw)
To: Gus Zernial on [qemu-devel]
On Friday, November 4, 2011, 20:56:05, Gus Zernial wrote:
> Is this driver supported in QEMU 0.15.1, and if so how do I get it to work? If not,
> is there some alternative with the capability I mention?
The VMWare SVGA driver is reverse-engineered from the Linux/X VMWare
driver, and as such only supports what the X driver does. There's no
3D acceleration, and while at least the VMWare SVGA driver for XP does
load, it has graphical glitches, and is in my experience actually
slower than plain VESA driver.
--
< Jernej Simončič ><><><><>< http://eternallybored.org/ >
Seven eighths of everything can't be seen.
-- Marshall's Generalized Iceberg Theorem
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-11-04 21:15 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-03 18:59 [Qemu-devel] QEMU 0.15.1 Linux Gus Zernial
2011-11-03 22:00 ` Jernej Simončič
2011-11-04 19:56 ` Gus Zernial
2011-11-04 21:15 ` [Qemu-devel] [spam] " Jernej Simončič
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).