Carsten Otte
|
bbd9b64e37
KVM: Portability: Move x86 emulation and mmio device hook to x86.c
|
17 years ago |
Carsten Otte
|
15c4a6406f
KVM: Portability: Move kvm_get/set_msr[_common] to x86.c
|
17 years ago |
Anthony Liguori
|
aab61cc0d2
KVM: Fix gfn_to_page() acquiring mmap_sem twice
|
17 years ago |
Sheng Yang
|
f78e0e2ee4
KVM: VMX: Enable memory mapped TPR shadow (FlexPriority)
|
17 years ago |
Carsten Otte
|
a03490ed29
KVM: Portability: Move control register helper functions to x86.c
|
17 years ago |
Carsten Otte
|
6866b83ed7
KVM: Portability: move get/set_apic_base to x86.c
|
17 years ago |
Carsten Otte
|
5fb76f9be1
KVM: Portability: Move memory segmentation to x86.c
|
17 years ago |
Carsten Otte
|
1fe779f8ec
KVM: Portability: Split kvm_vm_ioctl v3
|
17 years ago |
Izik Eidus
|
cbc9402297
KVM: Add ioctl to tss address from userspace,
|
17 years ago |
Izik Eidus
|
e0d62c7f48
KVM: Add kernel-internal memory slots
|
17 years ago |
Izik Eidus
|
210c7c4d7f
KVM: Export memory slot allocation mechanism
|
17 years ago |
Izik Eidus
|
80b14b5b32
KVM: Unmap kernel-allocated memory on slot destruction
|
17 years ago |
Avi Kivity
|
60395224d9
KVM: Add a might_sleep() annotation to gfn_to_page()
|
17 years ago |
Avi Kivity
|
e00c8cf29b
KVM: Move vmx_vcpu_reset() out of vmx_vcpu_setup()
|
17 years ago |
Zhang Xiantao
|
34c16eecf7
KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (part 1)
|
17 years ago |
Anthony Liguori
|
8d4e1288eb
KVM: Allocate userspace memory for older userspace
|
17 years ago |
Izik Eidus
|
8a7ae055f3
KVM: MMU: Partial swapping of guest memory
|
17 years ago |
Izik Eidus
|
cea7bb2128
KVM: MMU: Make gfn_to_page() always safe
|
17 years ago |
Avi Kivity
|
3176bc3e59
KVM: Rename KVM_TLB_FLUSH to KVM_REQ_TLB_FLUSH
|
17 years ago |
Avi Kivity
|
ab6ef34b90
KVM: Move apic timer interrupt backlog processing to common code
|
17 years ago |
Carsten Otte
|
313a3dc75d
KVM: Portability: split kvm_vcpu_ioctl
|
17 years ago |
Carsten Otte
|
043405e100
KVM: Move x86 msr handling to new files x86.[ch]
|
17 years ago |
Izik Eidus
|
6fc138d227
KVM: Support assigning userspace memory to the guest
|
17 years ago |
Mike Day
|
d77c26fce9
KVM: CodingStyle cleanup
|
17 years ago |
Rusty Russell
|
76fafa5e22
KVM: Hoist kvm_create_lapic() into kvm_vcpu_init()
|
17 years ago |
Rusty Russell
|
d589444e92
KVM: Add kvm_free_lapic() to pair with kvm_create_lapic()
|
17 years ago |
Izik Eidus
|
82ce2c9683
KVM: Allow dynamic allocation of the mmu shadow cache size
|
17 years ago |
Izik Eidus
|
195aefde9c
KVM: Add general accessors to read and write guest memory
|
17 years ago |
Izik Eidus
|
290fc38da8
KVM: Remove the usage of page->private field by rmap
|
18 years ago |
Laurent Vivier
|
a22436b7b8
KVM: Purify x86_decode_insn() error case management
|
18 years ago |