aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge branch 'qemu-cvs'Avi Kivity2008-11-091-2/+2
* Move x86 specific calls introduced by device assignement to x86 filesEhrhardt Christian2008-11-041-0/+7
* Provide a kvm_qemu_memory_alias() functionGlauber Costa2008-10-021-0/+12
* Enable NMI support for user space irqchipJan Kiszka2008-10-011-3/+23
* Remove env->ready_for_interrupt_injectionGlauber Costa2008-06-121-3/+1
* Merge branch 'qemu-cvs'Avi Kivity2008-06-051-2/+2
* Fix compilation w/out KVM_CAP_MP_STATEChris Wright2008-05-211-5/+5
* Fix guest resettingJan Kiszka2008-05-181-0/+16
* Remove hacking the segment attributes on resetAvi Kivity2008-05-111-18/+0
* Disable 3dnow!Avi Kivity2008-05-061-0/+4
* Set "hypervisor present" cpuid bitAvi Kivity2008-04-221-0/+3
* Save and load mp stateMarcelo Tosatti2008-04-131-0/+27
* Properly copy the in-kernel apicbase valueMarcelo Tosatti2008-04-131-7/+2
* Make kvm_arch_load_regs() aware of in kernel APICMarcelo Tosatti2008-04-051-2/+8
* Use ARRAY_SIZE macro as provided by osdep.hCarlo Marcelo Arenas Belon2008-03-301-2/+0
* Report paravirt features on cpuidMarcelo Tosatti2008-03-171-7/+34
* Compile on kernels without paravirt clocksourceAvi Kivity2008-03-041-0/+2
* Use a simpler assembly sequence for host_cpuid()Avi Kivity2008-02-251-27/+14
* Revert "kvm: qemu: fix host_cpuid() on x86_64"Avi Kivity2008-02-251-10/+27
* Fix host_cpuid() on x86_64Alexander Graf2008-02-211-27/+10
* Fill cpuid with clock informationGlauber de Oliveira Costa2008-02-171-1/+5
* Add kvm_para.h header to qemu-kvm-x86.cGlauber de Oliveira Costa2008-02-171-0/+1
* Add copyright noticesAvi Kivity2008-02-101-0/+7
* Clean up KVM/QEMU interactionAnthony Liguori2008-01-301-7/+0
* Initialize lm_capable_kernel early (kvm_arch_qemu_create_context)Uri Lublin2008-01-301-3/+5
* Use the vcpu_info structure as the per-thread variableAvi Kivity2008-01-271-2/+1