Re: [kvm-devel] kvm for Ubuntu 7.04 (was Re: a (bad) kvm story from a plain user)

2007-08-16 Thread Slohm Gadaburi
hi.. so I've compiled kvm-35 on Ubuntu 7.04. i really had NO troubles, thanks to Koen and his great apt-get list. and indeed now when I was running, I had the QEMU\KVM banner. so I reinstalled RH9.0. On 8/15/07, Koen de Jonge (ProcoliX) [EMAIL PROTECTED] wrote: Please let us know the results.

Re: [kvm-devel] kvm for Ubuntu 7.04 (was Re: a (bad) kvm story from a plain user)

2007-08-16 Thread Jorge Lucángeli Obes
maybe if i could slip in a last question - can I share a folder between the host and the guest ? If you use -net user (which is the default) and you have Samba installed in the host, you can use -smb path to the shared folder and see that folder in: \\10.0.2.4\qemu Check QEMU command line

Re: [kvm-devel] kvm for Ubuntu 7.04 (was Re: a (bad) kvm story from a plain user)

2007-08-16 Thread Avi Kivity
Jorge Lucángeli Obes wrote: maybe if i could slip in a last question - can I share a folder between the host and the guest ? If you use -net user (which is the default) and you have Samba installed in the host, you can use -smb path to the shared folder and see that folder in:

Re: [kvm-devel] kvm for Ubuntu 7.04 (was Re: a (bad) kvm story from a plain user)

2007-08-16 Thread Koen de Jonge
Slohm Gadaburi wrote: hi.. so I've compiled kvm-35 on Ubuntu 7.04. i really had NO troubles, thanks to Koen and his great apt-get list. and indeed now when I was running, I had the QEMU\KVM banner. so I reinstalled RH9.0. On 8/15/07, Koen de Jonge (ProcoliX) [EMAIL PROTECTED] wrote:

Re: [kvm-devel] kvm for Ubuntu 7.04 (was Re: a (bad) kvm story from a plain user)

2007-08-16 Thread Cam Macdonell
Avi Kivity wrote: Jorge Lucángeli Obes wrote: Thanks for the help, that compiled the userspace part. I need the new kernel module (kvm-intel.ko), can I take it from the kernel tree some way or do I have to use the whole KVM kernel? You should be able to compile it without having to

Re: [kvm-devel] kvm for Ubuntu 7.04 (was Re: a (bad) kvm story from a plain user)

2007-08-16 Thread Avi Kivity
Cam Macdonell wrote: Avi Kivity wrote: Jorge Lucángeli Obes wrote: Thanks for the help, that compiled the userspace part. I need the new kernel module (kvm-intel.ko), can I take it from the kernel tree some way or do I have to use the whole KVM kernel? You should be able to compile

[kvm-devel] kvm for Ubuntu 7.04 (was Re: a (bad) kvm story from a plain user)

2007-08-15 Thread Slohm Gadaburi
hi ppl, I am grateful for the help and tips I've been given here on the earlier thread. I just want to summarize the bits I've collected, please confirm :) On an up-to-date Ubuntu 7.04 machine: - install kvm+qemu packages - install the gcc-3.4 package (hopefully it will not overwrite my gcc 4.x

Re: [kvm-devel] kvm for Ubuntu 7.04 (was Re: a (bad) kvm story from a plain user)

2007-08-15 Thread Jorge Lucángeli Obes
On 8/15/07, Cam Macdonell [EMAIL PROTECTED] wrote: Koen de Jonge (ProcoliX) wrote: Slohm Gadaburi wrote: hi ppl, I am grateful for the help and tips I've been given here on the earlier thread. I just want to summarize the bits I've collected, please confirm :) On an up-to-date

Re: [kvm-devel] kvm for Ubuntu 7.04 (was Re: a (bad) kvm story from a plain user)

2007-08-15 Thread Jorge Lucángeli Obes
Thanks for the help, that compiled the userspace part. I need the new kernel module (kvm-intel.ko), can I take it from the kernel tree some way or do I have to use the whole KVM kernel? You should be able to compile it without having to compile the whole kernel. That's what one does with

Re: [kvm-devel] kvm for Ubuntu 7.04 (was Re: a (bad) kvm story from a plain user)

2007-08-15 Thread Luca
On 8/16/07, Cam Macdonell [EMAIL PROTECTED] wrote: Koen de Jonge (ProcoliX) wrote: Slohm Gadaburi wrote: hi ppl, I am grateful for the help and tips I've been given here on the earlier thread. I just want to summarize the bits I've collected, please confirm :) On an up-to-date

Re: [kvm-devel] kvm for Ubuntu 7.04 (was Re: a (bad) kvm story from a plain user)

2007-08-15 Thread Cam Macdonell
Jorge Lucángeli Obes wrote: On 8/15/07, Cam Macdonell [EMAIL PROTECTED] wrote: Koen de Jonge (ProcoliX) wrote: Slohm Gadaburi wrote: hi ppl, I am grateful for the help and tips I've been given here on the earlier thread. I just want to summarize the bits I've collected, please confirm :)

Re: [kvm-devel] kvm for Ubuntu 7.04 (was Re: a (bad) kvm story from a plain user)

2007-08-15 Thread Avi Kivity
Jorge Lucángeli Obes wrote: Thanks for the help, that compiled the userspace part. I need the new kernel module (kvm-intel.ko), can I take it from the kernel tree some way or do I have to use the whole KVM kernel? You should be able to compile it without having to compile the whole