Re: [kvm-devel] a (bad) kvm story from a plain user

2007-08-15 Thread Jorge Lucángeli Obes
On 8/15/07, Daniel P. Berrange <[EMAIL PROTECTED]> wrote: > On Wed, Aug 15, 2007 at 01:43:58AM -0300, Jorge Luc?ngeli Obes wrote: > > On 8/15/07, Daniel P. Berrange <[EMAIL PROTECTED]> wrote: > > Just today I was trying virt-manager and libvirt. I got this error > > when creating a VM: > > > > Unab

Re: [kvm-devel] a (bad) kvm story from a plain user

2007-08-15 Thread Daniel P. Berrange
On Wed, Aug 15, 2007 at 01:43:58AM -0300, Jorge Luc?ngeli Obes wrote: > On 8/15/07, Daniel P. Berrange <[EMAIL PROTECTED]> wrote: > > On Tue, Aug 14, 2007 at 10:26:24PM -0500, Anthony Liguori wrote: > > > > > > On Wed, 2007-08-15 at 05:44 +0300, Avi Kivity wrote: > > > > Slohm Gadaburi wrote: > > >

Re: [kvm-devel] a (bad) kvm story from a plain user

2007-08-14 Thread Jorge Lucángeli Obes
On 8/15/07, Daniel P. Berrange <[EMAIL PROTECTED]> wrote: > On Tue, Aug 14, 2007 at 10:26:24PM -0500, Anthony Liguori wrote: > > > > On Wed, 2007-08-15 at 05:44 +0300, Avi Kivity wrote: > > > Slohm Gadaburi wrote: > > > > How can I know if the qemu I ran took advantage of the kvm module ? > > > > >

Re: [kvm-devel] a (bad) kvm story from a plain user

2007-08-14 Thread Daniel P. Berrange
On Tue, Aug 14, 2007 at 10:26:24PM -0500, Anthony Liguori wrote: > > On Wed, 2007-08-15 at 05:44 +0300, Avi Kivity wrote: > > Slohm Gadaburi wrote: > > > How can I know if the qemu I ran took advantage of the kvm module ? > > > > > > > No one mentioned my favorite: when kvm is in control, the

Re: [kvm-devel] a (bad) kvm story from a plain user

2007-08-14 Thread Anthony Liguori
On Wed, 2007-08-15 at 05:44 +0300, Avi Kivity wrote: > Slohm Gadaburi wrote: > > How can I know if the qemu I ran took advantage of the kvm module ? > > > > No one mentioned my favorite: when kvm is in control, the title bar of > the guest console window changes to "QEMU/KVM". > > > I ran /us

Re: [kvm-devel] a (bad) kvm story from a plain user

2007-08-14 Thread Anthony Liguori
On Tue, 2007-08-14 at 23:48 +0200, Koen de Jonge wrote: > Izik Eidus wrote: > > > > On Tue, 2007-08-14 at 23:20 +0200, Koen de Jonge wrote: > > > >> Can anyone tell me: > >> - what is the linux host OS flavour and version the developers use? > >> - what is the latest kvm-version that 'just wo

Re: [kvm-devel] a (bad) kvm story from a plain user

2007-08-14 Thread Avi Kivity
Koen de Jonge wrote: > Izik Eidus wrote: > > > >> On Tue, 2007-08-14 at 23:20 +0200, Koen de Jonge wrote: >> >> >>> Can anyone tell me: >>> - what is the linux host OS flavour and version the developers use? >>> - what is the latest kvm-version that 'just works' on a ubuntu 7.04 >>> de

Re: [kvm-devel] a (bad) kvm story from a plain user

2007-08-14 Thread Avi Kivity
Slohm Gadaburi wrote: > How can I know if the qemu I ran took advantage of the kvm module ? > No one mentioned my favorite: when kvm is in control, the title bar of the guest console window changes to "QEMU/KVM". > I ran /usr/bin/qemu as I didn't have /usr/local/kvm/bin/qemu like the HOWTO > m

Re: [kvm-devel] a (bad) kvm story from a plain user

2007-08-14 Thread Koen de Jonge
Izik Eidus wrote: > On Tue, 2007-08-14 at 23:20 +0200, Koen de Jonge wrote: > >> Can anyone tell me: >> - what is the linux host OS flavour and version the developers use? >> - what is the latest kvm-version that 'just works' on a ubuntu 7.04 >> desktop release? >> I still like to know t

Re: [kvm-devel] a (bad) kvm story from a plain user

2007-08-14 Thread Koen de Jonge
Izik Eidus wrote: > this seems like you didnt load your new modules > try to do: > rmmod kvm_amd > rmmod kvm > > and then load the moudles in your compiling dir: > like: > cd kvm-34/kernel > insmod kvm.ko > insmod kvm-amd.ko > > and then try > That did help (a lot), now it is running on ubuntu 7

Re: [kvm-devel] a (bad) kvm story from a plain user

2007-08-14 Thread Izik Eidus
this seems like you didnt load your new modules try to do: rmmod kvm_amd rmmod kvm and then load the moudles in your compiling dir: like: cd kvm-34/kernel insmod kvm.ko insmod kvm-amd.ko and then try On Tue, 2007-08-14 at 23:20 +0200, Koen de Jonge wrote: > Glauber de Oliveira Costa wrote: > >>

Re: [kvm-devel] a (bad) kvm story from a plain user

2007-08-14 Thread Koen de Jonge
Glauber de Oliveira Costa wrote: >> I even tried to compile the kvm bundle myself (i took the one that >> is recommended for kernel 2.6.20, as the wiki says), >> but alas, the ./configure shouted I don't have gcc 3.x >> (which is indeed true as an up-to-date system today have gcc 4.x). >> > It

Re: [kvm-devel] a (bad) kvm story from a plain user

2007-08-14 Thread Izik Eidus
one easy way to check if the qemu binary you ran had kvm support at all is: run /usr/bin/qemu --help | grep kvm if you see there something like: -no-kvm disable KVM hardware... this is patched qemu with support to kvm. after this run: lsmod | grep kvm and check if the kvm driver is loaded if it i

Re: [kvm-devel] a (bad) kvm story from a plain user

2007-08-14 Thread Luca
On 8/14/07, Slohm Gadaburi <[EMAIL PROTECTED]> wrote: > I did apt-get installed kvm (which gave me the kvm-amd.ko module), > and qemu packages. > > I modprobed kvm-adm.ko with no hassle. > > and then I followed the HOWTO page on the kvm wiki - > created an qemu image and booted off a cd for install

Re: [kvm-devel] a (bad) kvm story from a plain user

2007-08-14 Thread Glauber de Oliveira Costa
> How can I know if the qemu I ran took advantage of the kvm module ? By the time you reported, probably did not. > I even tried to compile the kvm bundle myself (i took the one that > is recommended for kernel 2.6.20, as the wiki says), > but alas, the ./configure shouted I don't have gcc 3.x > (

[kvm-devel] a (bad) kvm story from a plain user

2007-08-14 Thread Slohm Gadaburi
Hello list. I want to share my first kvm experience with you and ask for your advice. I run up-to-date Ubuntu 7.04 (kernel 2.6.20) on AMD processor. I did apt-get installed kvm (which gave me the kvm-amd.ko module), and qemu packages. I modprobed kvm-adm.ko with no hassle. and then I followed