Avi Kivity
|
d39dba54ce
KVM: X86 emulator: fix 'push reg' writeback
|
18 years ago |
Izik Eidus
|
2e2c618dad
KVM: Support more memory slots
|
18 years ago |
Izik Eidus
|
33f5fa1664
KVM: VMX: allow rmode_tss_base() to work with >2G of guest memory
|
18 years ago |
Nitin A Kamble
|
7e778161fb
KVM: x86 emulator: implement 'push reg' (opcodes 0x50-0x57)
|
18 years ago |
Nitin A Kamble
|
c53ce170a9
KVM: x86 emulator: Implement 'jmp rel short' instruction (opcode 0xeb)
|
18 years ago |
Nitin A Kamble
|
098c937ba3
KVM: x86 emulator: implement 'jmp rel' instruction (opcode 0xe9)
|
18 years ago |
Nitin A Kamble
|
19eb938e01
KVM: x86 emulator: implement 'and $imm, %{al|ax|eax}'
|
18 years ago |
Yang, Sheng
|
253abdee5e
KVM: Communicate cr8 changes to userspace
|
18 years ago |
Avi Kivity
|
7e66f350cf
KVM: Close minor race in signal handling
|
18 years ago |
Laurent Vivier
|
3090dd7377
KVM: Clean up kvm_setup_pio()
|
18 years ago |
Laurent Vivier
|
e70669abd4
KVM: Cleanup string I/O instruction emulation
|
18 years ago |
Laurent Vivier
|
9fdaaac38e
KVM: Remove useless assignment
|
18 years ago |
Li, Xin B
|
1e4e6e0013
KVM: VMX: Remove a duplicated ia32e mode vm entry control
|
18 years ago |
Rusty Russell
|
a477034750
KVM: Use kmem_cache_free for kmem_cache_zalloc'ed objects
|
18 years ago |
Rusty Russell
|
f02424785a
KVM: Add and use pr_unimpl for standard formatting of unimplemented features
|
18 years ago |
Rusty Russell
|
33830b4f5b
KVM: Remove unneeded kvm_dev_open and kvm_dev_release functions.
|
18 years ago |
Rusty Russell
|
3dea7ca716
KVM: Remove stat_set from debugfs
|
18 years ago |
Gabriel C
|
54e11fa1f8
KVM: Fix defined but not used warning in drivers/kvm/vmx.c
|
18 years ago |
Rusty Russell
|
37c00051b5
KVM: Remove redundant alloc_vmcs_cpu declaration
|
18 years ago |
Rusty Russell
|
bfc733a7a3
KVM: SVM: Make set_msr_interception more reliable
|
18 years ago |
Rusty Russell
|
7e9d619d2a
KVM: Cleanup mark_page_dirty
|
18 years ago |
Rusty Russell
|
fb76441649
KVM: Don't assign vcpu->cr3 if it's invalid: check first, set last
|
18 years ago |
Yang, Sheng
|
002c7f7c32
KVM: VMX: Add cpu consistency check
|
18 years ago |
Rusty Russell
|
39214915f5
KVM: kvm_vm_ioctl_get_dirty_log restore "nothing dirty" optimization
|
18 years ago |
Rusty Russell
|
b114b0804d
KVM: Use alignment properties of vcpu to simplify FPU ops
|
18 years ago |
Rusty Russell
|
c16f862d02
KVM: Use kmem cache for allocating vcpus
|
18 years ago |
Laurent Vivier
|
e7d5d76cae
KVM: Remove kvm_{read,write}_guest()
|
18 years ago |
Laurent Vivier
|
cebff02b11
KVM: Change the emulator_{read,write,cmpxchg}_* functions to take a vcpu
|
18 years ago |
Rusty Russell
|
0e5017d4ae
KVM: SVM: internal function name cleanup
|
18 years ago |
Rusty Russell
|
e756fc626d
KVM: SVM: de-containization
|
18 years ago |