Re: [PATCH 0/3] kvm-unit-tests: Check CPUID level/xlevel before using CPUID data

2014-08-29 Thread Paolo Bonzini
Il 28/08/2014 20:02, Eduardo Habkost ha scritto: > Change the kvm-unit-tests x86 code to always check CPUID level/xlevel before > looking at CPUID data. Otherwise, the test code will be looking at bogus data. > > Eduardo Habkost (3): > x86: apic: Look up MAXPHYADDR on CPUID correctly > x86: vm

[PATCH 0/3] kvm-unit-tests: Check CPUID level/xlevel before using CPUID data

2014-08-28 Thread Eduardo Habkost
Change the kvm-unit-tests x86 code to always check CPUID level/xlevel before looking at CPUID data. Otherwise, the test code will be looking at bogus data. Eduardo Habkost (3): x86: apic: Look up MAXPHYADDR on CPUID correctly x86: vmx: Use cpuid_maxphyaddr() x86: Check level, xlevel before r