Age | Commit message (Expand) | Author | Files | Lines |
2008-01-30 | KVM: Move arch dependent files to new directory arch/x86/kvm/ | Avi Kivity | 1 | -289/+0 |
2008-01-30 | KVM: Portability: Move kvm_vm_stat to x86.h | Zhang Xiantao | 1 | -10/+0 |
2008-01-30 | KVM: Portability: Move round_robin_prev_vcpu and tss_addr to kvm_arch | Zhang Xiantao | 1 | -3/+0 |
2008-01-30 | KVM: Portability: move vpic and vioapic to kvm_arch | Zhang Xiantao | 1 | -2/+0 |
2008-01-30 | KVM: Portability: Move mmu-related fields to kvm_arch | Zhang Xiantao | 1 | -8/+0 |
2008-01-30 | KVM: Portability: Move memslot aliases to new struct kvm_arch | Zhang Xiantao | 1 | -9/+1 |
2008-01-30 | KVM: Portability: Move kvm_vcpu_stat to x86.h | Zhang Xiantao | 1 | -22/+0 |
2008-01-30 | KVM: Portability: Expand the KVM_VCPU_COMM in kvm_vcpu structure. | Zhang Xiantao | 1 | -31/+22 |
2008-01-30 | KVM: Portability: Move kvm_vcpu definition back to kvm.h | Zhang Xiantao | 1 | -105/+8 |
2008-01-30 | KVM: Portability: Split mmu-related static inline functions to mmu.h | Zhang Xiantao | 1 | -0/+1 |
2008-01-30 | KVM: Portability: Move kvm{pic,ioapic} accesors to x86 specific code | Zhang Xiantao | 1 | -15/+3 |
2008-01-30 | KVM: MMU: Fix inherited permissions for emulated guest pte updates | Avi Kivity | 1 | -2/+2 |
2008-01-30 | KVM: Portability: Stop including x86-specific headers in kvm_main.c | Hollis Blanchard | 1 | -5/+4 |
2008-01-30 | KVM: Portability: Move IO device definitions to its own header file | Hollis Blanchard | 1 | -42/+0 |
2008-01-30 | KVM: Portability: Move address types to their own header file | Hollis Blanchard | 1 | -19/+2 |
2008-01-30 | KVM: Disallow fork() and similar games when using a VM | Avi Kivity | 1 | -0/+1 |
2008-01-30 | KVM: Remove gpa_to_hpa() | Avi Kivity | 1 | -1/+0 |
2008-01-30 | KVM: MMU: Remove gva_to_hpa() | Avi Kivity | 1 | -1/+0 |
2008-01-30 | KVM: MMU: Introduce gfn_to_gpa() | Avi Kivity | 1 | -0/+4 |
2008-01-30 | KVM: Add statistic for remote tlb flushes | Avi Kivity | 1 | -0/+1 |
2008-01-30 | KVM: Split vcpu creation to avoid vcpu_load() before preemption setup | Avi Kivity | 1 | -0/+1 |
2008-01-30 | KVM: Portability: Split kvm_set_memory_region() to have an arch callout | Zhang Xiantao | 1 | -0/+4 |
2008-01-30 | KVM: MMU: Selectively set PageDirty when releasing guest memory | Izik Eidus | 1 | -1/+2 |
2008-01-30 | KVM: Move misplaced comment | Hollis Blanchard | 1 | -4/+4 |
2008-01-30 | KVM: Correct consistent typo: "destory" -> "destroy" | Hollis Blanchard | 1 | -1/+1 |
2008-01-30 | KVM: Remove unused "rmap_overflow" variable | Hollis Blanchard | 1 | -1/+0 |
2008-01-30 | KVM: Portability: Move some function declarations to x86.h | Zhang Xiantao | 1 | -84/+0 |
2008-01-30 | KVM: Move some static inline functions out from kvm.h into x86.h | Zhang Xiantao | 1 | -109/+0 |
2008-01-30 | KVM: Portability: Move vcpu regs enumeration definition to x86.h | Zhang Xiantao | 1 | -35/+0 |
2008-01-30 | KVM: Portability: Move struct kvm_x86_ops definition to x86.h | Zhang Xiantao | 1 | -69/+0 |
2008-01-30 | KVM: Portability: Move some macro definitions from kvm.h to x86.h | Zhang Xiantao | 1 | -33/+0 |
2008-01-30 | KVM: Portability: Move kvm_vcpu_ioctl_get_dirty_log to arch-specific file | Zhang Xiantao | 1 | -0/+5 |
2008-01-30 | KVM: MMU: Add some mmu statistics | Avi Kivity | 1 | -0/+6 |
2008-01-30 | KVM: Extend stats support for VM stats | Avi Kivity | 1 | -2/+12 |
2008-01-30 | KVM: Add instruction emulation statistics | Avi Kivity | 1 | -0/+2 |
2008-01-30 | KVM: Add fpu_reload counter | Avi Kivity | 1 | -0/+1 |
2008-01-30 | KVM: Replace 'light_exits' stat with 'host_state_reload' | Avi Kivity | 1 | -1/+1 |
2008-01-30 | KVM: Portability: Add two hooks to handle kvm_create and destroy vm | Zhang Xiantao | 1 | -0/+4 |
2008-01-30 | KVM: Remove ptr comparisons to 0 | Joe Perches | 1 | -1/+1 |
2008-01-30 | KVM: Portability: Make kvm_vcpu_ioctl_translate arch dependent | Zhang Xiantao | 1 | -0/+3 |
2008-01-30 | KVM: Portability: move KVM_CHECK_EXTENSION | Zhang Xiantao | 1 | -0/+3 |
2008-01-30 | KVM: Portability: Move x86 specific code from kvm_init() to kvm_arch() | Zhang Xiantao | 1 | -2/+3 |
2008-01-30 | KVM: Portability: Combine kvm_init and kvm_init_x86 | Zhang Xiantao | 1 | -2/+2 |
2008-01-30 | KVM: Portability: Add vcpu and hardware management arch hooks | Zhang Xiantao | 1 | -0/+19 |
2008-01-30 | KVM: add kvm_is_error_hva() | Izik Eidus | 1 | -0/+1 |
2008-01-30 | KVM: Portability: Move x86 vcpu ioctl handlers to x86.c | Hollis Blanchard | 1 | -0/+10 |
2008-01-30 | KVM: Portability: Move x86 FPU handling to x86.c | Hollis Blanchard | 1 | -0/+3 |
2008-01-30 | KVM: Portability: Move x86 instruction emulation code to x86.c | Hollis Blanchard | 1 | -0/+1 |
2008-01-30 | KVM: Portability: Make exported debugfs data architecture-specific | Hollis Blanchard | 1 | -0/+7 |
2008-01-30 | KVM: VMX: Enable memory mapped TPR shadow (FlexPriority) | Sheng Yang | 1 | -0/+4 |