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 Graf writes: On 09/30/2013 03:09 PM, Aneesh Kumar K.V wrote: Alexander Graf writes: On 27.09.2013, at 12:52, Aneesh Kumar K.V wrote: "Aneesh Kumar K.V" writes: Hi All, This patc

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 y

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 Graf writes: On 09/30/2013 03:09 PM, Aneesh Kumar K.V wrote: Alexander Graf writes: On 27.09.2013, at 12:52, Aneesh Kumar K.V wrote: "Aneesh Kumar K.V" writes: Hi All, This patch series support enabling HV and PR KVM togethe

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 writes: > On 09/30/2013 03:09 PM, Aneesh Kumar K.V wrote: >> Alexander Graf writes: >> >>> On 27.09.2013, at 12:52, Aneesh Kumar K.V wrote: >>> "Aneesh Kumar K.V" writes: > Hi All, > > This patch series support enabling HV and PR KVM together in the same >>

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 Graf writes: On 27.09.2013, at 12:52, Aneesh Kumar K.V wrote: "Aneesh Kumar K.V" 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"

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 writes: > On 27.09.2013, at 12:52, Aneesh Kumar K.V wrote: > >> "Aneesh Kumar K.V" 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 >>

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" 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

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" 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 fastest KVM > mode.

[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