aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix mpstate reloadsAvi Kivity2009-08-311-0/+2
* kvm: fix set_ept_identity_addr() in paeSheng Yang2009-08-041-1/+1
* Remove useless wrappers around functionsGlauber Costa2009-08-041-1/+1
* Move EPT identity mapping pages to allow a larger BIOS imageJordan Justen2009-08-031-1/+1
* Move TSS pages to allow a larger BIOS imageJordan Justen2009-08-031-1/+1
* fix mce check extensionGlauber Costa2009-07-231-1/+1
* check extensionGlauber Costa2009-07-211-3/+3
* reuse kvm_ioctlGlauber Costa2009-07-211-22/+19
* reuse kvm_vm_ioctlGlauber Costa2009-07-211-39/+14
* kvm: allow qemu to set EPT identity mapping addressSheng Yang2009-07-211-0/+45
* Add MCE simulation support to qemu/kvmHuang Ying2009-07-201-0/+55
* qemu-kvm: x86: fix memleak if ioctl failsAmit Shah2009-07-141-1/+1
* use kvm_upstream sw_breakpoints structureGlauber Costa2009-07-141-2/+2
* fold libkvm-all into standard qemu headerGlauber Costa2009-07-141-1/+0
* replace malloc with qemu_mallocGlauber Costa2009-07-141-23/+8
* HPET support with kvmBeth Kon2009-07-121-0/+38
* Select irq0->irq2 override based on kernel gsi routing availabilityBeth Kon2009-07-121-1/+5
* Preserve the hypervisor bit while KVM trims the CPUID bitsAndre Przywara2009-07-071-0/+5
* Remove qemu-kvm callbacks structureGlauber Costa2009-07-071-11/+5
* Work around borken MSR_GET_INDEX_LISTJan Kiszka2009-07-061-1/+4
* Update registers after INIT/SIPIGleb Natapov2009-07-011-0/+2
* Fix KVMs GET_SUPPORTED_CPUID feature usageAndre Przywara2009-07-011-10/+11
* Use upstream QEMU apic init/sipi handlingGleb Natapov2009-06-291-39/+4
* Use cpu_is_bsp() to check for bsp cpuGleb Natapov2009-06-281-2/+3
* Move x86 specific code from qemu-kvm.c to qemu-kvm-x86.cGleb Natapov2009-06-281-0/+43
* Fold target-i386/libkvm.c into qemu-kvm-x86.cGlauber Costa2009-06-211-0/+652
* Remove env->exit_request use from kvm codeGleb Natapov2009-06-151-2/+1
* Drop unncessary setting of env->exception_indexGleb Natapov2009-06-151-2/+0
* Rename kvm_(load|save)_mpstate to kvm_arch_(load|save)_mpstateGleb Natapov2009-06-151-2/+2
* Fold libkvm-common.h into libkvm-all.hGlauber Costa2009-06-111-0/+2
* Do not use cpu_index in interface between libkvm and qemuGleb Natapov2009-06-041-24/+22
* Avoid harmless unhandled wrmsr 0xc0010117 messagesMarcelo Tosatti2009-05-311-4/+11
* Make sure kvm_vpu_init is the last thing called in cpu initializationGlauber Costa2009-05-311-0/+2
* Move kvm_trim_features where it belongsGlauber Costa2009-05-311-0/+23
* Copy libkvm into the qemu directory structureAvi Kivity2009-05-211-1/+1
* Fix ia64 build on kvm_arch_get_supported_cpuid()Jes Sorensen2009-05-111-0/+6
* Fix irq routing by moving it to the correct placeJes Sorensen2009-05-071-0/+31
* Merge branch 'qemu-cvs'Avi Kivity2009-03-081-1/+2
* Initialize entire cpuid2 structureGleb Natapov2009-02-031-0/+2
* Remove eflags conversion into emulator formatJan Kiszka2009-02-031-4/+0
* Kill some redundant declarationsMark McLoughlin2009-01-151-1/+0
* Fetch sub-leaf cpuid values for functions 4, 0xb, 0xd.Amit Shah2009-01-151-9/+28
* Remove duplicated functionality for cpuid processingAmit Shah2008-12-291-70/+0
* Separate TSC load from kvm_arch_load_regsMarcelo Tosatti2008-12-281-1/+12
* Enable nested SVM support in userspaceAlexander Graf2008-12-181-1/+6
* Switch to new guest debug interfaceJan Kiszka2008-12-171-0/+172
* Switch to KVM_CAP_USER_NMIJan Kiszka2008-12-141-0/+2
* Add '\0' at the end of the signature of CPUIDGuillaume Thouvenin2008-12-091-1/+1
* Cleanup user space NMI injectionJan Kiszka2008-11-261-10/+6
* kvm: libkvm: pass opague cpu state through libkvm instead of int vcpuJes Sorensen2008-11-181-6/+5