Re: [PATCH 11/13] Revert "KVM: x86: add pcommit support"

2016-06-06 Thread Dan Williams
On Mon, Jun 6, 2016 at 8:14 AM, Paolo Bonzini wrote: > > > On 04/06/2016 22:53, Dan Williams wrote: >> This reverts commit 8b3e34e46aca9b6d349b331cd9cf71ccbdc91b2e. >> >> Given the deprecation of the pcommit instruction, revert its usage as a >> vm exit source in kvm. >> >> Cc: Xiao Guangrong >>

Re: [PATCH 11/13] Revert "KVM: x86: add pcommit support"

2016-06-06 Thread Paolo Bonzini
On 04/06/2016 22:53, Dan Williams wrote: > This reverts commit 8b3e34e46aca9b6d349b331cd9cf71ccbdc91b2e. > > Given the deprecation of the pcommit instruction, revert its usage as a > vm exit source in kvm. > > Cc: Xiao Guangrong > Cc: Paolo Bonzini > Cc: Ross Zwisler > Signed-off-by: Dan Wil

[PATCH 11/13] Revert "KVM: x86: add pcommit support"

2016-06-04 Thread Dan Williams
This reverts commit 8b3e34e46aca9b6d349b331cd9cf71ccbdc91b2e. Given the deprecation of the pcommit instruction, revert its usage as a vm exit source in kvm. Cc: Xiao Guangrong Cc: Paolo Bonzini Cc: Ross Zwisler Signed-off-by: Dan Williams --- arch/x86/include/asm/vmx.h |1 - arch/x8