Re: [PATCH KVM VMX 2/2] KVM: VMX: Support Unrestricted Guest feature

2009-06-06 Thread Avi Kivity
Nitin A Kamble wrote: "Unrestricted Guest" feature is added in the VMX specification. Intel Westmere and onwards processors will support this feature. It allows kvm guests to run real mode and unpaged mode code natively in the VMX mode when EPT is turned on. With the unrestricted guest there

[PATCH KVM VMX 2/2] KVM: VMX: Support Unrestricted Guest feature

2009-06-04 Thread Nitin A Kamble
"Unrestricted Guest" feature is added in the VMX specification. Intel Westmere and onwards processors will support this feature. It allows kvm guests to run real mode and unpaged mode code natively in the VMX mode when EPT is turned on. With the unrestricted guest there is no need to emulate t