Re: [PATCH v2 3/5] KVM: nVMX: Fix returned value of MSR_IA32_VMX_PROCBASED_CTLS

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 2014-06-16 18:56, Bandan Das wrote:
> Jan Kiszka <jan.kiszka@xxxxxxxxxxx> writes:
> 
>> SDM says bits 1, 4-6, 8, 13-16, and 26 have to be set.
>>
>> Signed-off-by: Jan Kiszka <jan.kiszka@xxxxxxxxxxx>
>> ---
>>  arch/x86/include/asm/vmx.h | 3 +++
>>  arch/x86/kvm/vmx.c         | 5 +++--
>>  2 files changed, 6 insertions(+), 2 deletions(-)
>>
>> diff --git a/arch/x86/include/asm/vmx.h b/arch/x86/include/asm/vmx.h
>> index d989829..bcbfade 100644
>> --- a/arch/x86/include/asm/vmx.h
>> +++ b/arch/x86/include/asm/vmx.h
>> @@ -51,6 +51,9 @@
>>  #define CPU_BASED_MONITOR_EXITING               0x20000000
>>  #define CPU_BASED_PAUSE_EXITING                 0x40000000
>>  #define CPU_BASED_ACTIVATE_SECONDARY_CONTROLS   0x80000000
>> +
>> +#define CPU_BASED_ALWAYSON_WITHOUT_TRUE_MSR	0x0401e172
>> +
> 
> Nit: Do we want to keep this consistent ? The previous defines have spaces,
> and you have introduced a tab

Old code used spaces, recent additions tabs - well...

Jan


Attachment: signature.asc
Description: OpenPGP digital signature


[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux