Re: [libvirt] How to config my VM to use KVM with libvirt?

2009-07-22 Thread Daniel Veillard
On Tue, Jul 21, 2009 at 05:28:27PM -0400, Jim Paris wrote: > Daniel P. Berrange wrote: > > On Tue, Jul 21, 2009 at 09:46:17AM -0400, Jim Paris wrote: > > > Speaking of this, I've noticed that > > > > > > > > > > > > hvm > > > > > > > > > > > > runs WITH kvm on an x86_64 system. Is th

Re: [libvirt] How to config my VM to use KVM with libvirt?

2009-07-22 Thread Daniel P. Berrange
On Tue, Jul 21, 2009 at 05:28:27PM -0400, Jim Paris wrote: > Daniel P. Berrange wrote: > > On Tue, Jul 21, 2009 at 09:46:17AM -0400, Jim Paris wrote: > > > Speaking of this, I've noticed that > > > > > > > > > > > > hvm > > > > > > > > > > > > runs WITH kvm on an x86_64 system. Is th

Re: [libvirt] How to config my VM to use KVM with libvirt?

2009-07-21 Thread Jim Paris
Daniel P. Berrange wrote: > On Tue, Jul 21, 2009 at 09:46:17AM -0400, Jim Paris wrote: > > Speaking of this, I've noticed that > > > > > > > > hvm > > > > > > > > runs WITH kvm on an x86_64 system. Is that intended? > > No, its not intended ! ... > I'm actually wondering why we both

Re: [libvirt] How to config my VM to use KVM with libvirt?

2009-07-21 Thread Daniel P. Berrange
On Tue, Jul 21, 2009 at 09:46:17AM -0400, Jim Paris wrote: > Daniel P. Berrange wrote: > > On Tue, Jul 21, 2009 at 05:47:15PM +0900, Jun Koi wrote: > > > Hi, > > > > > > I have a VM running under libvirt, and it is currently run with > > > -no-kvm option (I saw that in "ps" output). > > > Now I wa

Re: [libvirt] How to config my VM to use KVM with libvirt?

2009-07-21 Thread Jim Paris
Daniel P. Berrange wrote: > On Tue, Jul 21, 2009 at 05:47:15PM +0900, Jun Koi wrote: > > Hi, > > > > I have a VM running under libvirt, and it is currently run with > > -no-kvm option (I saw that in "ps" output). > > Now I want to run this VM with KVM. How can I reconfigure it for that? > > > > I

Re: [libvirt] How to config my VM to use KVM with libvirt?

2009-07-21 Thread Jun Koi
On Tue, Jul 21, 2009 at 7:14 PM, Daniel P. Berrange wrote: > On Tue, Jul 21, 2009 at 05:47:15PM +0900, Jun Koi wrote: >> Hi, >> >> I have a VM running under libvirt, and it is currently run with >> -no-kvm option (I saw that in "ps" output). >> Now I want to run this VM with KVM. How can I reconfig

Re: [libvirt] How to config my VM to use KVM with libvirt?

2009-07-21 Thread Daniel P. Berrange
On Tue, Jul 21, 2009 at 05:47:15PM +0900, Jun Koi wrote: > Hi, > > I have a VM running under libvirt, and it is currently run with > -no-kvm option (I saw that in "ps" output). > Now I want to run this VM with KVM. How can I reconfigure it for that? > > I looked into its configuration file under

[libvirt] How to config my VM to use KVM with libvirt?

2009-07-21 Thread Jun Koi
Hi, I have a VM running under libvirt, and it is currently run with -no-kvm option (I saw that in "ps" output). Now I want to run this VM with KVM. How can I reconfigure it for that? I looked into its configuration file under /etc/libvirt/qemu, but didnt see any option to turn KVM on. Thanks, J