original_kernel/arch/x86/kvm
Gleb Natapov 776e58ea3d KVM: unbreak userspace that does not sets tss address
Commit 6440e5967bc broke old userspaces that do not set tss address
before entering vcpu. Unbreak it by setting tss address to a safe
value on the first vcpu entry. New userspaces should set tss address,
so print warning in case it doesn't.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
2011-03-17 13:08:35 -03:00
..
Kconfig
Makefile
emulate.c KVM: emulator: Fix permission checking in io permission bitmap 2011-03-17 13:08:33 -03:00
i8254.c
i8254.h
i8259.c KVM: remove isr_ack logic from PIC 2011-03-17 13:08:30 -03:00
irq.c
irq.h
kvm_cache_regs.h KVM: Fetch guest cr3 from hardware on demand 2011-01-12 11:31:16 +02:00
kvm_timer.h
lapic.c KVM: x86: Remove useless regs_page pointer from kvm_lapic 2011-03-17 13:08:33 -03:00
lapic.h KVM: x86: Remove useless regs_page pointer from kvm_lapic 2011-03-17 13:08:33 -03:00
mmu.c KVM: MMU: cleanup pte write path 2011-03-17 13:08:35 -03:00
mmu.h
mmu_audit.c KVM: MMU: audit: allow audit more guests at the same time 2011-01-12 11:31:17 +02:00
mmutrace.h
paging_tmpl.h KVM: MMU: cleanup pte write path 2011-03-17 13:08:35 -03:00
svm.c KVM: SVM: Load %gs earlier if CONFIG_X86_32_LAZY_GS=n 2011-03-17 13:08:33 -03:00
timer.c
trace.h tracing: Fix event alignment: kvm:kvm_hv_hypercall 2011-03-10 10:34:24 -05:00
tss.h
vmx.c KVM: unbreak userspace that does not sets tss address 2011-03-17 13:08:35 -03:00
x86.c KVM: fix kvmclock regression due to missing clock update 2011-03-17 13:08:33 -03:00
x86.h