Activity log for bug #494500

Date Who What changed Old value New value Message
2009-12-09 13:23:47 rowa bug added bug
2009-12-12 16:15:13 rowa description I tryed to compile QEMU 0.12.0-rc1 with KVM support without success. Here my configuration: uname -a Linux bla 2.6.28-11-server #42-Ubuntu SMP Fri Apr 17 02:45:36 UTC 2009 x86_64 GNU/Linux dpkg -l | grep kvm ii kvm 1:84+dfsg-0ubuntu11 This KVM modul works fine. I've installed this packets: sudo apt-get install make wget zlib1g-dev libsdl-gfx1.2-dev sudo apt-get install gcc libsdl1.2-dev zlib1g-dev libasound2-dev linux-kernel-headers-`uname-r` pkg-config libgnutls-dev libpci-dev The compiling of QEMU 0.12.0-rc1 wihout KVM support was OK. ./configure --enable-kvm #error Missing KVM capability KVM_CAP_DESTROY_MEMORY_REGION_WORKS NOTE: To enable KVM support, update your kernel to 2.6.29+ or install recent kvm-kmod from http://sourceforge.net/projects/kvm. ERROR ERROR: User requested feature kvm ERROR: configure was not able to find it ERROR I can't change the kernel because Ubuntu 9.10 are too buggy. So I tryed to install the latest kvm modul. wget \ http://sourceforge.net/projects/kvm/files/kvm-kmod/2.6.32/kvm-kmod-2.6.32.tar.bz2/download tar xjvf kvm-kmod-2.6.32.tar.bz2 cd kvm-kmod-2.6.32 ./configure && make sudo make install sudo rmmod kvm_intel kvm_adm kvm sudo make install sudo rmmod kvm_intel kvm sudo modprobe kvm_intel dmesg | grep kvm [81811.678377] loaded kvm module (kvm-kmod-2.6.32) I tryed to compile QEMU with kvm support but I got the same error. ./configure --enable-kvm #error Missing KVM capability KVM_CAP_DESTROY_MEMORY_REGION_WORKS NOTE: To enable KVM support, update your kernel to 2.6.29+ or install recent kvm-kmod from http://sourceforge.net/projects/kvm. ERROR ERROR: User requested feature kvm ERROR: configure was not able to find it ERROR What is wrong? See also http://qemu-buch.de/de/index.php/QEMU-KVM-Buch/_Installation I tryed to compile QEMU 0.12.0-rc1 with KVM support without success. Here my configuration: uname -a Linux bla 2.6.28-11-server #42-Ubuntu SMP Fri Apr 17 02:45:36 UTC 2009 x86_64 GNU/Linux dpkg -l | grep kvm ii kvm 1:84+dfsg-0ubuntu11 This KVM modul works fine. I've installed this packets: sudo apt-get install make wget zlib1g-dev libsdl-gfx1.2-dev sudo apt-get install gcc libsdl1.2-dev zlib1g-dev libasound2-dev linux-kernel-headers-`uname-r` pkg-config libgnutls-dev libpci-dev The compiling of QEMU 0.12.0-rc1 wihout KVM support was OK. ./configure --enable-kvm #error Missing KVM capability KVM_CAP_DESTROY_MEMORY_REGION_WORKS       NOTE: To enable KVM support, update your kernel to 2.6.29+ or install recent kvm-kmod from http://sourceforge.net/projects/kvm. ERROR ERROR: User requested feature kvm ERROR: configure was not able to find it ERROR I can't change the kernel because Ubuntu 9.10 are too buggy. So I tryed to install the latest kvm modul. wget \ http://sourceforge.net/projects/kvm/files/kvm-kmod/2.6.32/kvm-kmod-2.6.32.tar.bz2/download tar xjvf kvm-kmod-2.6.32.tar.bz2 cd kvm-kmod-2.6.32 ./configure && make sudo make install sudo rmmod kvm_intel kvm_adm kvm sudo make install sudo rmmod kvm_intel kvm sudo modprobe kvm_intel dmesg | grep kvm [81811.678377] loaded kvm module (kvm-kmod-2.6.32) I tryed to compile QEMU with kvm support but I got the same error. ./configure --enable-kvm #error Missing KVM capability KVM_CAP_DESTROY_MEMORY_REGION_WORKS       NOTE: To enable KVM support, update your kernel to 2.6.29+ or install recent kvm-kmod from http://sourceforge.net/projects/kvm. ERROR ERROR: User requested feature kvm ERROR: configure was not able to find it ERROR What is wrong? See also http://qemu-buch.de/de/index.php/QEMU-KVM-Buch/_Installation
2009-12-13 00:41:09 Anthony Liguori qemu: status New Invalid
2009-12-13 08:20:37 rowa qemu: status Invalid New
2009-12-13 13:28:57 Anthony Liguori qemu: status New Won't Fix
2009-12-13 13:34:47 Anthony Liguori qemu: status Won't Fix Invalid
2009-12-13 14:20:43 rowa qemu: status Invalid New
2009-12-16 07:05:46 rowa summary QEMU 0.12.0-rc1 does not support KVM QEMU 0.12.0-rc2 does not support KVM with Kernel < 2.6.29, bug in ./configure and kvm-all.c
2009-12-18 07:51:58 rowa qemu: assignee Anthony Liguori (anthony-codemonkey)
2009-12-18 14:29:48 Anthony Liguori qemu: status New Won't Fix
2009-12-18 15:07:15 rowa qemu: status Won't Fix New
2009-12-20 07:45:25 rowa summary QEMU 0.12.0-rc2 does not support KVM with Kernel < 2.6.29, bug in ./configure and kvm-all.c QEMU 0.12.0 does not support KVM with Kernel < 2.6.29, bug in ./configure and kvm-all.c
2010-01-27 23:42:25 Anthony Liguori qemu: status New Won't Fix
2010-01-28 06:00:22 rowa qemu: status Won't Fix New
2010-01-28 19:50:16 Dustin Kirkland  qemu: status New Won't Fix
2010-01-28 19:50:18 Dustin Kirkland  qemu: assignee Anthony Liguori (anthony-codemonkey)
2010-01-29 06:19:30 rowa qemu: status Won't Fix New
2010-01-29 14:59:18 Dustin Kirkland  qemu: status New Won't Fix
2010-01-30 09:17:41 rowa qemu: status Won't Fix New
2010-01-30 15:42:32 Anthony Liguori qemu: status New Invalid
2010-01-30 17:43:53 rowa qemu: status Invalid New
2010-06-30 11:26:39 Jes Sorensen qemu: status New Invalid
2010-06-30 11:54:16 rowa qemu: status Invalid New
2010-07-12 10:55:56 rowa qemu: status New Fix Committed
2011-02-20 17:11:21 Aurelien Jarno qemu: status Fix Committed Fix Released