android_kernel_motorola_sm6225/arch/x86/kvm
Avi Kivity 99f85a28a7 KVM: SVM: Remove port 80 passthrough
KVM optimizes guest port 80 accesses by passthing them through to the host.
Some AMD machines die on port 80 writes, allowing the guest to hard-lock the
host.

Remove the port passthrough to avoid the problem.

Cc: stable@kernel.org
Reported-by: Piotr Jaroszyński <p.jaroszynski@gmail.com>
Tested-by: Piotr Jaroszyński <p.jaroszynski@gmail.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
2009-05-11 14:40:51 +03:00
..
i8254.c
i8254.h
i8259.c
irq.c
irq.h
Kconfig
kvm_cache_regs.h
kvm_svm.h
lapic.c
lapic.h
Makefile
mmu.c KVM: MMU: disable global page optimization 2009-04-22 13:52:09 +03:00
mmu.h
paging_tmpl.h
svm.c KVM: SVM: Remove port 80 passthrough 2009-05-11 14:40:51 +03:00
tss.h
vmx.c
x86.c KVM: Make EFER reads safe when EFER does not exist 2009-05-11 11:19:00 +03:00
x86.h
x86_emulate.c