aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/Makefile
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-09-25 10:22:17 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-09-25 10:22:17 +0100
commite3ec96309bd2c56e87505738b77040c575954f16 (patch)
tree4289d791d8261ffaab393e19436053316643bffb /xen/arch/x86/hvm/Makefile
parent3bcf69a3b6fe4ce4f9cb36f69015a4b2f78c864e (diff)
downloadxen-e3ec96309bd2c56e87505738b77040c575954f16.tar.gz
xen-e3ec96309bd2c56e87505738b77040c575954f16.tar.bz2
xen-e3ec96309bd2c56e87505738b77040c575954f16.zip
[HVM] Use AMD's isntruction-length decoder for VMX as well as SVM
MMIO decode. The VMX-defined instruction-length info field is not valid for use during most page faults. Hence we have to obtain the instruction length the slow-and-stupid way. This *will* go away when we throw away the wretched MMIO emulator. Signed-off-by: Keir Fraser <keir@xensource.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 bc2cc1bf18..0f6e80f644 100644
--- a/xen/arch/x86/hvm/Makefile
+++ b/xen/arch/x86/hvm/Makefile
@@ -4,6 +4,7 @@ subdir-y += vmx
obj-y += hvm.o
obj-y += i8254.o
obj-y += i8259.o
+obj-y += instrlen.o
obj-y += intercept.o
obj-y += io.o
obj-y += platform.o