From: Will Auld Date: Thu, 29 Nov 2012 20:42:12 +0000 (-0800) Subject: KVM: x86: Add code to track call origin for msr assignment X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~27^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fe8ab46be06fcd9abfe6fe9928fd95b54ab079a;p=pandora-kernel.git 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 Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed