* [Qemu-devel] [Bug 494500] Re: QEMU 0.12.0 does not support KVM with Kernel < 2.6.29, bug in ./configure and kvm-all.c
[not found] <20091209132347.795.21673.malonedeb@gangotri.canonical.com>
@ 2010-06-30 11:26 ` Jes Sorensen
2010-06-30 11:56 ` rowa
` (4 subsequent siblings)
5 siblings, 0 replies; 8+ messages in thread
From: Jes Sorensen @ 2010-06-30 11:26 UTC (permalink / raw)
To: qemu-devel
As pointed out repeatedly, this is _not_ a bug in QEMU
Stop reopening the bug!
** Changed in: qemu
Status: New => Invalid
--
QEMU 0.12.0 does not support KVM with Kernel < 2.6.29, bug in ./configure and kvm-all.c
https://bugs.launchpad.net/bugs/494500
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
Status in QEMU: Invalid
Bug 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
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Qemu-devel] [Bug 494500] Re: QEMU 0.12.0 does not support KVM with Kernel < 2.6.29, bug in ./configure and kvm-all.c
[not found] <20091209132347.795.21673.malonedeb@gangotri.canonical.com>
2010-06-30 11:26 ` [Qemu-devel] [Bug 494500] Re: QEMU 0.12.0 does not support KVM with Kernel < 2.6.29, bug in ./configure and kvm-all.c Jes Sorensen
@ 2010-06-30 11:56 ` rowa
2010-06-30 12:43 ` Iggy
` (3 subsequent siblings)
5 siblings, 0 replies; 8+ messages in thread
From: rowa @ 2010-06-30 11:56 UTC (permalink / raw)
To: qemu-devel
@Jes Sorensen
This is a bug in the script configure of qemu. So this is a bug in QEMU.
** Changed in: qemu
Status: Invalid => New
--
QEMU 0.12.0 does not support KVM with Kernel < 2.6.29, bug in ./configure and kvm-all.c
https://bugs.launchpad.net/bugs/494500
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
Status in QEMU: New
Bug 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
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Qemu-devel] [Bug 494500] Re: QEMU 0.12.0 does not support KVM with Kernel < 2.6.29, bug in ./configure and kvm-all.c
[not found] <20091209132347.795.21673.malonedeb@gangotri.canonical.com>
2010-06-30 11:26 ` [Qemu-devel] [Bug 494500] Re: QEMU 0.12.0 does not support KVM with Kernel < 2.6.29, bug in ./configure and kvm-all.c Jes Sorensen
2010-06-30 11:56 ` rowa
@ 2010-06-30 12:43 ` Iggy
2010-06-30 13:05 ` rowa
` (2 subsequent siblings)
5 siblings, 0 replies; 8+ messages in thread
From: Iggy @ 2010-06-30 12:43 UTC (permalink / raw)
To: qemu-devel
Recent kvm-kmod's install headers, so the text is actually correct now.
I'd say this bug can be closed now.
--
QEMU 0.12.0 does not support KVM with Kernel < 2.6.29, bug in ./configure and kvm-all.c
https://bugs.launchpad.net/bugs/494500
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
Status in QEMU: New
Bug 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
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Qemu-devel] [Bug 494500] Re: QEMU 0.12.0 does not support KVM with Kernel < 2.6.29, bug in ./configure and kvm-all.c
[not found] <20091209132347.795.21673.malonedeb@gangotri.canonical.com>
` (2 preceding siblings ...)
2010-06-30 12:43 ` Iggy
@ 2010-06-30 13:05 ` rowa
2010-07-01 7:04 ` [Qemu-devel] " Jan Kiszka
2010-07-12 10:55 ` [Qemu-devel] " rowa
2011-02-20 17:11 ` Aurelien Jarno
5 siblings, 1 reply; 8+ messages in thread
From: rowa @ 2010-06-30 13:05 UTC (permalink / raw)
To: qemu-devel
Does the _lastest_ kvm-kmod's install the right headers for the used
kernel, for example kernel 2.6.28-11?
As I wrote in this bug I had problems with a kernel 2.6.28-11 and the
_latest_ version of kvm-kmod. It works only with the right (not the
latest) version of kvm-kmod.
I'll check it in some days.
Thanks
--
QEMU 0.12.0 does not support KVM with Kernel < 2.6.29, bug in ./configure and kvm-all.c
https://bugs.launchpad.net/bugs/494500
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
Status in QEMU: New
Bug 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
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Qemu-devel] Re: [Bug 494500] Re: QEMU 0.12.0 does not support KVM with Kernel < 2.6.29, bug in ./configure and kvm-all.c
2010-06-30 13:05 ` rowa
@ 2010-07-01 7:04 ` Jan Kiszka
2010-07-01 9:47 ` Jes Sorensen
0 siblings, 1 reply; 8+ messages in thread
From: Jan Kiszka @ 2010-07-01 7:04 UTC (permalink / raw)
To: Bug 494500; +Cc: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 782 bytes --]
rowa wrote:
> Does the _lastest_ kvm-kmod's install the right headers for the used
> kernel, for example kernel 2.6.28-11?
It installs the headers required to build kvm support into the qemu that
allows full-featured kernel or kvm-kmod usage up to the version kvm-kmod
carries.
>
> As I wrote in this bug I had problems with a kernel 2.6.28-11 and the
> _latest_ version of kvm-kmod. It works only with the right (not the
> latest) version of kvm-kmod.
Once you properly installed the kernel headers that kvm-kmod delivers,
qemu should detect their presence during configure and succeed with this
step. Of course, you also have to install the kvm-kmod modules which
will disable those that come with 2.6.28 to actually run qemu in kvm
mode later on.
Jan
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 257 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] Re: [Bug 494500] Re: QEMU 0.12.0 does not support KVM with Kernel < 2.6.29, bug in ./configure and kvm-all.c
2010-07-01 7:04 ` [Qemu-devel] " Jan Kiszka
@ 2010-07-01 9:47 ` Jes Sorensen
0 siblings, 0 replies; 8+ messages in thread
From: Jes Sorensen @ 2010-07-01 9:47 UTC (permalink / raw)
To: Jan Kiszka; +Cc: Bug 494500, qemu-devel
On 07/01/10 09:04, Jan Kiszka wrote:
>> As I wrote in this bug I had problems with a kernel 2.6.28-11 and the
>> _latest_ version of kvm-kmod. It works only with the right (not the
>> latest) version of kvm-kmod.
>
> Once you properly installed the kernel headers that kvm-kmod delivers,
> qemu should detect their presence during configure and succeed with this
> step. Of course, you also have to install the kvm-kmod modules which
> will disable those that come with 2.6.28 to actually run qemu in kvm
> mode later on.
Hi Jan,
Actually I would like to apologize, I hadn't realized the situation
around mr Warnke's bug. Had I looked at this and the other bugs he
constantly reopens when it's clear they are not real bugs, I wouldn't
have posted to it in the first place.
I suggest we leave them and don't add anymore to these bugs to avoid
unescessary noise on the list.
Cheers,
Jes
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Qemu-devel] [Bug 494500] Re: QEMU 0.12.0 does not support KVM with Kernel < 2.6.29, bug in ./configure and kvm-all.c
[not found] <20091209132347.795.21673.malonedeb@gangotri.canonical.com>
` (3 preceding siblings ...)
2010-06-30 13:05 ` rowa
@ 2010-07-12 10:55 ` rowa
2011-02-20 17:11 ` Aurelien Jarno
5 siblings, 0 replies; 8+ messages in thread
From: rowa @ 2010-07-12 10:55 UTC (permalink / raw)
To: qemu-devel
It works now:
sudo apt-get remove kvm-source
wget \
http://download.savannah.gnu.org/releases/qemu/qemu-0.12.4.tar.gz
tar xzvf qemu-0.12.4.tar.gz
cd qemu-0.12.4
./configure --enable-kvm
make
sudo checkinstall --pkgname=qemu-self-compiled
qemu -monitor stdio -enable-kvm
(qemu) info kvm
** Changed in: qemu
Status: New => Fix Committed
--
QEMU 0.12.0 does not support KVM with Kernel < 2.6.29, bug in ./configure and kvm-all.c
https://bugs.launchpad.net/bugs/494500
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
Status in QEMU: Fix Committed
Bug 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
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Qemu-devel] [Bug 494500] Re: QEMU 0.12.0 does not support KVM with Kernel < 2.6.29, bug in ./configure and kvm-all.c
[not found] <20091209132347.795.21673.malonedeb@gangotri.canonical.com>
` (4 preceding siblings ...)
2010-07-12 10:55 ` [Qemu-devel] " rowa
@ 2011-02-20 17:11 ` Aurelien Jarno
5 siblings, 0 replies; 8+ messages in thread
From: Aurelien Jarno @ 2011-02-20 17:11 UTC (permalink / raw)
To: qemu-devel
** Changed in: qemu
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/494500
Title:
QEMU 0.12.0 does not support KVM with Kernel < 2.6.29, bug in
./configure and kvm-all.c
Status in QEMU:
Fix Released
Bug 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
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2011-02-20 17:21 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20091209132347.795.21673.malonedeb@gangotri.canonical.com>
2010-06-30 11:26 ` [Qemu-devel] [Bug 494500] Re: QEMU 0.12.0 does not support KVM with Kernel < 2.6.29, bug in ./configure and kvm-all.c Jes Sorensen
2010-06-30 11:56 ` rowa
2010-06-30 12:43 ` Iggy
2010-06-30 13:05 ` rowa
2010-07-01 7:04 ` [Qemu-devel] " Jan Kiszka
2010-07-01 9:47 ` Jes Sorensen
2010-07-12 10:55 ` [Qemu-devel] " rowa
2011-02-20 17:11 ` Aurelien Jarno
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).