aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-06-16 13:52:13 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-06-16 13:52:13 +0100
commit360f174b3da63282f239c4c6f2a3a07d2a0751d6 (patch)
tree398b5a77ae4158c89da113301f6590b60d793854 /xen/arch/x86/hvm/Makefile
parent767d7a478a86cb1a77f58bf0686a2df212d5a755 (diff)
downloadxen-360f174b3da63282f239c4c6f2a3a07d2a0751d6.tar.gz
xen-360f174b3da63282f239c4c6f2a3a07d2a0751d6.tar.bz2
xen-360f174b3da63282f239c4c6f2a3a07d2a0751d6.zip
x86/hvm: don't pass through port 0x80 in a few special cases
In a recent commit (99f85a28a78e96d28907fe036e1671a218fee597), KVM disabled the passthrough of this port due to known problems on certain HP laptops (see http://lkml.indiana.edu/hypermail/linux/kernel/0712.3/0872.html and http://lkml.indiana.edu/hypermail/linux/kernel/0801.0/2388.html). For Xen, don't do this globally, but rather based on a DMI black list. Signed-off-by: Jan Beulich <jbeulich@novell.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 f950f1d2a5..7d8fad698b 100644
--- a/xen/arch/x86/hvm/Makefile
+++ b/xen/arch/x86/hvm/Makefile
@@ -9,6 +9,7 @@ obj-y += io.o
obj-y += irq.o
obj-y += mtrr.o
obj-y += pmtimer.o
+obj-y += quirks.o
obj-y += rtc.o
obj-y += hpet.o
obj-y += vpt.o