| Commit message (Expand) | Author | Age | Files | Lines |
* | KVM: Move arch dependent files to new directory arch/x86/kvm/ | Avi Kivity | 2008-01-30 | 1 | -196/+0 |
* | KVM: Portability: move vpic and vioapic to kvm_arch | Zhang Xiantao | 2008-01-30 | 1 | -2/+2 |
* | KVM: Portability: Move kvm_vcpu definition back to kvm.h | Zhang Xiantao | 2008-01-30 | 1 | -1/+1 |
* | KVM: Portability: Move kvm{pic,ioapic} accesors to x86 specific code | Zhang Xiantao | 2008-01-30 | 1 | -2/+16 |
* | KVM: Portability: Stop including x86-specific headers in kvm_main.c | Hollis Blanchard | 2008-01-30 | 1 | -1/+6 |
* | KVM: Portability: Move IO device definitions to its own header file | Hollis Blanchard | 2008-01-30 | 1 | -0/+1 |
* | KVM: Replace dest_Lowest_Prio and dest_Fixed with self-defined macros | Zhang Xiantao | 2008-01-30 | 1 | -0/+8 |
* | KVM: Replace kvm_lapic with kvm_vcpu in ioapic/lapic interface | Zhang Xiantao | 2008-01-30 | 1 | -2/+3 |
* | KVM: Split IOAPIC reset function and export for kernel RESET | Eddie Dong | 2008-01-30 | 1 | -0/+1 |
* | KVM: Export PIC reset for kernel device reset | Eddie Dong | 2008-01-30 | 1 | -0/+1 |
* | KVM: Add kvm_free_lapic() to pair with kvm_create_lapic() | Rusty Russell | 2008-01-30 | 1 | -1/+1 |
* | KVM: enable in-kernel APIC INIT/SIPI handling | He, Qing | 2007-10-13 | 1 | -0/+1 |
* | KVM: deliver PIC interrupt only to vcpu0 | Qing He | 2007-10-13 | 1 | -0/+1 |
* | KVM: Migrate lapic hrtimer when vcpu moves to another cpu | Eddie Dong | 2007-10-13 | 1 | -0/+1 |
* | KVM: Keep track of missed timer irq injections | Eddie Dong | 2007-10-13 | 1 | -0/+4 |
* | KVM: VMX: Use shadow TPR/cr8 for 64-bits guests | Yang, Sheng | 2007-10-13 | 1 | -0/+2 |
* | KVM: in-kernel LAPIC save and restore support | Eddie Dong | 2007-10-13 | 1 | -0/+1 |
* | KVM: in-kernel IOAPIC save and restore support | He, Qing | 2007-10-13 | 1 | -1/+1 |
* | KVM: Add get/set irqchip ioctls for in-kernel PIC live migration support | He, Qing | 2007-10-13 | 1 | -0/+1 |
* | KVM: In-kernel I/O APIC model | Eddie Dong | 2007-10-13 | 1 | -0/+51 |
* | KVM: Emulate local APIC in kernel | Eddie Dong | 2007-10-13 | 1 | -1/+40 |
* | KVM: Add support for in-kernel PIC emulation | Eddie Dong | 2007-10-13 | 1 | -0/+64 |