aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-10-14 10:45:29 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-10-14 10:45:29 +0100
commit39f97ffa298bba63e727ecce0117db95f0bb17f7 (patch)
treecde5f544991c3de8f56384cf12ce139fe8c87ee5 /xen/arch/x86/hvm/Makefile
parentb525c05cf95fa9528cfb83ecc120087881013980 (diff)
downloadxen-39f97ffa298bba63e727ecce0117db95f0bb17f7.tar.gz
xen-39f97ffa298bba63e727ecce0117db95f0bb17f7.tar.bz2
xen-39f97ffa298bba63e727ecce0117db95f0bb17f7.zip
x86, hvm: Hyper-V guest interface support with small set of enlightenments
A minimal implementation of the Viridian (Hyper-V) guest interface. The only enlightenments advertised and supported are vAPIC MSRs and long-spin-wait notifications. The set of enlightenments can easily be extended in future, as they are found to provide a performance win, and configured via an extended HVM_PARAM_VIRIDIAN hvm parameter. Signed-off-by: Peter Johnston <peter.johnston@citrix.com> Signed-off-by: Tim Deegan <tim.deegan@citrix.com> Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/arch/x86/hvm/Makefile')
-rw-r--r--xen/arch/x86/hvm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/arch/x86/hvm/Makefile b/xen/arch/x86/hvm/Makefile
index 39d2f72919..f950f1d2a5 100644
--- a/xen/arch/x86/hvm/Makefile
+++ b/xen/arch/x86/hvm/Makefile
@@ -18,3 +18,4 @@ obj-y += vpic.o
obj-y += save.o
obj-y += vmsi.o
obj-y += stdvga.o
+obj-y += viridian.o