Files
android_kernel_xiaomi_sm8450/arch/x86/kvm
Will Auld 8fe8ab46be KVM: x86: Add code to track call origin for msr assignment
In order to track who initiated the call (host or guest) to modify an msr
value I have changed function call parameters along the call path. The
specific change is to add a struct pointer parameter that points to (index,
data, caller) information rather than having this information passed as
individual parameters.

The initial use for this capability is for updating the IA32_TSC_ADJUST msr
while setting the tsc value. It is anticipated that this capability is
useful for other tasks.

Signed-off-by: Will Auld <will.auld@intel.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
2012-11-30 18:26:12 -02:00
..
2012-09-05 12:41:09 +03:00
2010-10-24 10:53:14 +02:00
2012-09-10 11:10:03 +03:00
2012-11-27 23:29:11 -02:00
2012-09-20 15:05:26 +03:00
2012-08-06 16:04:57 +03:00
2012-09-20 13:00:09 +03:00
2012-07-26 11:54:21 +03:00