From: Andrey Smetanin Date: Fri, 3 Jul 2015 12:01:34 +0000 (+0300) Subject: kvm/x86: move Hyper-V MSR's/hypercall code into hyperv.c file X-Git-Tag: omap-for-v4.3/fixes-merge-window~47^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e83d58874ba1de74c13d3c6b05f95a023c860d25;p=pandora-kernel.git kvm/x86: move Hyper-V MSR's/hypercall code into hyperv.c file This patch introduce Hyper-V related source code file - hyperv.c and per vm and per vcpu hyperv context structures. All Hyper-V MSR's and hypercall code moved into hyperv.c. All Hyper-V kvm/vcpu fields moved into appropriate hyperv context structures. Copyrights and authors information copied from x86.c to hyperv.c. Signed-off-by: Andrey Smetanin Signed-off-by: Denis V. Lunev Reviewed-by: Peter Hornyack CC: Paolo Bonzini CC: Gleb Natapov Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed