aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kvm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-03-03KVM: Make the supported cpuid list a host property rather than a vm propertyAvi Kivity1-2/+2
2008-01-30KVM: Portability: Move kvm_fpu to asm-x86/kvm.hChristian Ehrhardt1-17/+0
2008-01-30KVM: Accelerated apic supportAvi Kivity1-0/+7
2008-01-30KVM: local APIC TPR access reporting facilityAvi Kivity1-0/+17
2008-01-30KVM: Expose ioapic to ia64 save/restore APIsZhang Xiantao1-0/+2
2008-01-30KVM: Add ifdef in irqchip struct for x86 only structuresJerone Young1-0/+2
2008-01-30KVM: Enhance guest cpuid managementDan Kenigsberg1-0/+4
2008-01-30KVM: Portability: Move cpuid structures to <asm/kvm.h>Jerone Young1-16/+0
2008-01-30KVM: Portability: Move kvm_sregs and msr structures to <asm/kvm.h>Jerone Young1-36/+0
2008-01-30KVM: Portability: Move kvm_segment & kvm_dtable structure to <asm/kvm.h>Jerone Young1-15/+0
2008-01-30KVM: Portability: Move structure lapic_state to <asm/kvm.h>Jerone Young1-5/+0
2008-01-30KVM: Portability: Move kvm_regs to <asm/kvm.h>Jerone Young1-9/+0
2008-01-30KVM: Portability: Move x86 pic strutcturesJerone Young1-48/+0
2008-01-30KVM: Portability: Move kvm_memory_alias to asm/kvm.hJerone Young1-7/+1
2008-01-30KVM: Add ioctl to tss address from userspace,Izik Eidus1-0/+2
2008-01-30KVM: Support assigning userspace memory to the guestIzik Eidus1-0/+12
2008-01-30KVM: Allow dynamic allocation of the mmu shadow cache sizeIzik Eidus1-0/+3
2007-10-13KVM: Replace enum by #defineAvi Kivity1-19/+15
2007-10-13KVM: in-kernel LAPIC save and restore supportEddie Dong1-0/+8
2007-10-13KVM: in-kernel IOAPIC save and restore supportHe, Qing1-1/+28
2007-10-13KVM: Add get/set irqchip ioctls for in-kernel PIC live migration supportHe, Qing1-0/+36
2007-10-13KVM: Emulate hlt in the kernelEddie Dong1-0/+1
2007-10-13KVM: Emulate local APIC in kernelEddie Dong1-2/+2
2007-10-13KVM: Add support for in-kernel PIC emulationEddie Dong1-0/+19
2007-10-13KVM: Communicate cr8 changes to userspaceYang, Sheng1-0/+1
2007-10-13KVM: add hypercall nr to kvm_runJeff Dike1-0/+1
2007-10-13KVM: Trivial: Use standard BITMAP macros, open-code userspace-exposed headerRusty Russell1-8/+2
2007-10-13KVM: Trivial: /dev/kvm interface is no longer experimental.Rusty Russell1-2/+1
2007-10-13KVM: Future-proof the exit information union ABIAvi Kivity1-0/+2
2007-05-03KVM: Remove unused 'instruction_length'Avi Kivity1-3/+2
2007-05-03KVM: Don't require explicit indication of completion of mmio or pioAvi Kivity1-3/+2
2007-05-03KVM: Add fpu get/set operationsAvi Kivity1-0/+17
2007-05-03KVM: Add physical memory aliasing featureAvi Kivity1-1/+9
2007-05-03KVM: Avoid guest virtual addresses in string pio userspace interfaceAvi Kivity1-9/+2
2007-05-03KVM: Allow kernel to select size of mmap() bufferAvi Kivity1-0/+4
2007-05-03KVM: Add guest mode signal maskAvi Kivity1-0/+7
2007-05-03KVM: Add a special exit reason when exiting due to an interruptAvi Kivity1-1/+2
2007-05-03KVM: Fold kvm_run::exit_type into kvm_run::exit_reasonAvi Kivity1-7/+8
2007-05-03KVM: Allow userspace to process hypercalls which have no kernel handlerAvi Kivity1-1/+9
2007-05-03KVM: Add method to check for backwards-compatible API extensionsAvi Kivity1-0/+5
2007-05-03KVM: Renumber ioctlsAvi Kivity1-17/+17
2007-05-03KVM: Remove minor wart from KVM_CREATE_VCPU ioctlAvi Kivity1-1/+1
2007-05-03KVM: Remove the 'emulated' field from the userspace interfaceAvi Kivity1-2/+1
2007-05-03KVM: Handle cpuid in the kernel instead of punting to userspaceAvi Kivity1-1/+17
2007-05-03KVM: Do not communicate to userspace through cpu registers during PIOAvi Kivity1-3/+3
2007-05-03KVM: Use a shared page for kernel/user communication when runing a vcpuAvi Kivity1-3/+3
2007-03-04KVM: Bump API versionAvi Kivity1-1/+1
2007-03-04KVM: Per-vcpu inodesAvi Kivity1-21/+17
2007-03-04KVM: Create an inode per virtual machineAvi Kivity1-1/+9
2007-02-12[PATCH] kvm: Fix mismatch between 32-bit and 64-bit abiAvi Kivity1-1/+2