Hi all,
a late response of my part, but I got it partially working under slackware 13.0 with the qemu-kvm-0.11.0.tar.gz (it compiles now without errors.)
When I start my virtual machine in *windowed mode* it boots fine,It installs the OS I want but everything is black around the windowed screen, it seems like it started up in full screen but minimized ? I can't access my KDE 4 desktop anymore, switching with the rebooting the VM or closing it is impossible, I have to reboot my whole system. :-/
Help would be appreciated. # uname -aLinux r2d2 2.6.31.5 #1 SMP Wed Oct 28 12:10:47 CET 2009 x86_64 Intel(R) Core(TM)2 Duo CPU P8400 @ 2.26GHz GenuineIntel GNU/Linux
I used the following to boot it (selfmade rc script:
source vars.sh (containing the variables)
/sbin/modprobe kvm_intel
/sbin/modprobe kvm
vm_start() {
ARGS="-hda $IMG \
-cdrom $CD \
-boot d \
-m $MEM \
-smp $CPU \
-localtime \
-no-acpi \
-no-reboot \
-pidfile $PID \
-full-screen \
-k nl-be"
Michael Tokarev wrote:
Jorge Lucángeli Obes wrote:2009/10/21 Michael Tokarev <[email protected]>:Jorge Lucángeli Obes wrote: []See this thread: http://www.mail-archive.com/[email protected]/msg22775.html I believe the patches have already been applied, but there have not been any releases since then.qemu-kvm-0.11.0 is out for a long time.It's true, I was actually refering to the kvm-XX snapshots. Does qemu-kvm-0.11.0 include Jan's patches? I figured they would be on the kvm-kmod side.2.6.31 kernel includes more recent bits than kvm-kmod-88.. ;) /mjt
-- 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
