Re: [RFC PATCH 00/11 Allow PR and HV KVM to coexist in one kernel

2013-10-01 Thread Aneesh Kumar K.V
Alexander Graf ag...@suse.de writes: On 09/30/2013 03:09 PM, Aneesh Kumar K.V wrote: Alexander Grafag...@suse.de writes: On 27.09.2013, at 12:52, Aneesh Kumar K.V wrote: Aneesh Kumar K.Vaneesh.ku...@linux.vnet.ibm.com writes: Hi All, This patch series support enabling HV and PR KVM

Re: [RFC PATCH 00/11 Allow PR and HV KVM to coexist in one kernel

2013-10-01 Thread Alexander Graf
On 10/01/2013 01:26 PM, Aneesh Kumar K.V wrote: Alexander Grafag...@suse.de writes: On 09/30/2013 03:09 PM, Aneesh Kumar K.V wrote: Alexander Grafag...@suse.de writes: On 27.09.2013, at 12:52, Aneesh Kumar K.V wrote: Aneesh Kumar K.Vaneesh.ku...@linux.vnet.ibm.com writes: Hi All,

Re: [RFC PATCH 00/11 Allow PR and HV KVM to coexist in one kernel

2013-10-01 Thread Paolo Bonzini
Il 01/10/2013 13:36, Alexander Graf ha scritto: Yes, so we should verify in the machine models that we're runnable with the currently selected type at least, to give the user a sensible error message. Something like the below I like that one a lot. Andreas, Paolo, what do you think? Yes,

Re: [RFC PATCH 00/11 Allow PR and HV KVM to coexist in one kernel

2013-10-01 Thread Alexander Graf
On 10/01/2013 01:36 PM, Alexander Graf wrote: On 10/01/2013 01:26 PM, Aneesh Kumar K.V wrote: Alexander Grafag...@suse.de writes: On 09/30/2013 03:09 PM, Aneesh Kumar K.V wrote: Alexander Grafag...@suse.de writes: On 27.09.2013, at 12:52, Aneesh Kumar K.V wrote: Aneesh Kumar

Re: [RFC PATCH 00/11 Allow PR and HV KVM to coexist in one kernel

2013-09-30 Thread Alexander Graf
On 27.09.2013, at 12:52, Aneesh Kumar K.V wrote: Aneesh Kumar K.V aneesh.ku...@linux.vnet.ibm.com writes: Hi All, This patch series support enabling HV and PR KVM together in the same kernel. We extend machine property with new property kvm_type. A value of 1 will force HV KVM and 2

Re: [RFC PATCH 00/11 Allow PR and HV KVM to coexist in one kernel

2013-09-30 Thread Aneesh Kumar K.V
Alexander Graf ag...@suse.de writes: On 27.09.2013, at 12:52, Aneesh Kumar K.V wrote: Aneesh Kumar K.V aneesh.ku...@linux.vnet.ibm.com writes: Hi All, This patch series support enabling HV and PR KVM together in the same kernel. We extend machine property with new property kvm_type. A

Re: [RFC PATCH 00/11 Allow PR and HV KVM to coexist in one kernel

2013-09-30 Thread Alexander Graf
On 09/30/2013 03:09 PM, Aneesh Kumar K.V wrote: Alexander Grafag...@suse.de writes: On 27.09.2013, at 12:52, Aneesh Kumar K.V wrote: Aneesh Kumar K.Vaneesh.ku...@linux.vnet.ibm.com writes: Hi All, This patch series support enabling HV and PR KVM together in the same kernel. We extend

[RFC PATCH 00/11 Allow PR and HV KVM to coexist in one kernel

2013-09-27 Thread Aneesh Kumar K.V
Hi All, This patch series support enabling HV and PR KVM together in the same kernel. We extend machine property with new property kvm_type. A value of 1 will force HV KVM and 2 PR KVM. The default value is 0 which will select the fastest KVM mode. ie, HV if that is supported otherwise PR. With

Re: [RFC PATCH 00/11 Allow PR and HV KVM to coexist in one kernel

2013-09-27 Thread Aneesh Kumar K.V
Aneesh Kumar K.V aneesh.ku...@linux.vnet.ibm.com writes: Hi All, This patch series support enabling HV and PR KVM together in the same kernel. We extend machine property with new property kvm_type. A value of 1 will force HV KVM and 2 PR KVM. The default value is 0 which will select the