Re: [PATCH] KVM: nVMX: Add support for activity state HLT

2013-12-09 Thread Jan Kiszka
On 2013-12-06 13:49, Jan Kiszka wrote: On 2013-12-05 10:52, Paolo Bonzini wrote: Il 04/12/2013 08:58, Jan Kiszka ha scritto: We can easily emulate the HLT activity state for L1: If it decides that L2 shall be halted on entry, just invoke the normal emulation of halt after switching to L2. We

Re: [PATCH] KVM: nVMX: Add support for activity state HLT

2013-12-06 Thread Jan Kiszka
On 2013-12-05 10:52, Paolo Bonzini wrote: Il 04/12/2013 08:58, Jan Kiszka ha scritto: We can easily emulate the HLT activity state for L1: If it decides that L2 shall be halted on entry, just invoke the normal emulation of halt after switching to L2. We do not depend on specific host features

Re: [PATCH] KVM: nVMX: Add support for activity state HLT

2013-12-05 Thread Paolo Bonzini
Il 04/12/2013 08:58, Jan Kiszka ha scritto: We can easily emulate the HLT activity state for L1: If it decides that L2 shall be halted on entry, just invoke the normal emulation of halt after switching to L2. We do not depend on specific host features to provide this, so we can expose the

[PATCH] KVM: nVMX: Add support for activity state HLT

2013-12-03 Thread Jan Kiszka
We can easily emulate the HLT activity state for L1: If it decides that L2 shall be halted on entry, just invoke the normal emulation of halt after switching to L2. We do not depend on specific host features to provide this, so we can expose the capability unconditionally. Signed-off-by: Jan