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: How can I know

[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

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 installing

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

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: I

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.04 desktop

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

2007-08-14 Thread Koen de Jonge
Izik Eidus wrote: a reminder on how to remove and insert kernel modules 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

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

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

2007-08-14 Thread Avi Kivity
Koen de Jonge wrote: Izik Eidus wrote: a reminder on how to remove and insert kernel modules 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

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: a reminder on how to remove and insert kernel modules 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

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 title bar of

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 ? No one