2011/2/15 Torsten Förtsch <torsten.foert...@gmx.net>: > I am trying out the opensuse kvm rpm from the Virtualization repository: > > http://download.opensuse.org/repositories/Virtualization/openSUSE_11.3/x86_64/kvm-0.14.0.rc1-67.1.x86_64.rpm > > I have installed winxp and run the machine as "/usr/bin/qemu-kvm -name xp.home > -m 768 ...".
Are you able to try QEMU 0.14.0-rc2 from source? $ git clone git://git.qemu.org/qemu.git $ git checkout v0.14.0-rc2 $ ./configure --target-list=x86_64-softmmu --enable-io-thread --disable-strip --prefix=/usr $ make $ x86_64-softmmu/qemu-system-x86_64 -enable-kvm -m 768 -name xp.home ... Also, please post your full KVM command-line so we know what devices and features you have enabled. Stefan