summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* hyperv: fix build on non-KVM hostsBlue Swirl2012-01-231-1/+3
* kvm: x86: Add user space part for in-kernel APICJan Kiszka2012-01-191-0/+38
* kvm: Introduce core services for in-kernel irqchip supportJan Kiszka2012-01-191-0/+11
* hyper-v: initialize Hyper-V CPUID leaves.Vadim Rozenfeld2012-01-191-2/+63
* hyper-v: introduce Hyper-V support infrastructure.Vadim Rozenfeld2012-01-193-0/+121
* target-i386: fix compilation with --enable-debug-tcgAurelien Jarno2012-01-131-1/+2
* target-i386: fix SSE rounding and flush to zeroAurelien Jarno2012-01-113-11/+56
* target-i386: fix dpps and dppd SSE2 instructionsAurelien Jarno2012-01-111-14/+14
* target-i386: fix round{pd,ps,sd,ss} SSE2 instructionsAurelien Jarno2012-01-111-8/+8
* target-i386: fix {min,max}{pd,ps,sd,ss} SSE2 instructionsAurelien Jarno2012-01-112-3/+7
* Merge remote-tracking branch 'qemu-kvm/memory/page_desc' into stagingAnthony Liguori2012-01-031-4/+3
|\
| * kvm: switch kvm slots to use host virtual address instead of ram_addr_tAvi Kivity2011-12-201-4/+3
* | enable architectural PMU cpuid leaf for kvmGleb Natapov2011-12-221-4/+13
* | kvm: x86: Drop redundant apic base and tpr update from kvm_get_sregsJan Kiszka2011-12-221-3/+2
* | kvm: x86: Avoid runtime allocation of xsave bufferJan Kiszka2011-12-222-9/+9
* | kvm: x86: Use symbols for all xsave fieldJan Kiszka2011-12-221-6/+8
|/
* target-i386: fix cmpxchg instruction emulationAndreas Gustafsson2011-12-121-4/+7
* x86/cpuid: Tighten parsing of tsc_freq=FREQMarkus Armbruster2011-11-281-1/+1
* Revert "i386: derive '-cpu host' from KVM_GET_SUPPORTED_CPUID"Anthony Liguori2011-11-281-4/+23
* Merge remote-tracking branch 'origin/master' into stagingAnthony Liguori2011-11-211-4/+8
|\
| * x86: fix pcmpestrm and pcmpistrmBlue Swirl2011-11-191-4/+8
* | Fix typo: runnning -> runningVagrant Cascadian2011-11-171-1/+1
|/
* x86/cpuid: Fix crash on -cpu ""Markus Armbruster2011-11-101-2/+2
* x86/cpuid: Plug memory leak in cpudef_setfield()Markus Armbruster2011-11-101-0/+1
* x86/cpuid: Convert remaining strdup() to g_strdup()Markus Armbruster2011-11-101-4/+4
* i386: derive '-cpu host' from KVM_GET_SUPPORTED_CPUIDAvi Kivity2011-11-091-23/+4
* Fix X86 CPU topology in KVM modeBharata B Rao2011-11-021-0/+1
* i386: wire up MSR_IA32_MISC_ENABLEAvi Kivity2011-10-245-0/+48
* kvm: support TSC deadline MSR with subsectionLiu, Jinsong2011-10-243-0/+37
* Revert "kvm: support TSC deadline MSR"Marcelo Tosatti2011-10-243-18/+1
* kvm: support TSC deadline MSRLiu, Jinsong2011-10-033-1/+18
* softmmu_header: pass CPUState to tlb_fillBlue Swirl2011-10-011-4/+3
* target-i386: Remove redundant word mask in port out instructionsJan Kiszka2011-10-011-2/+0
* target-i386: Remove data type CCTableStefan Weil2011-09-212-10/+0
* Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori2011-09-201-2/+2
|\
| * Drop the vm_running global variableLuiz Capitulino2011-09-151-1/+1
| * Replace the VMSTOP macros with a proper state typeLuiz Capitulino2011-09-151-1/+1
* | target-i386: Fix several SSE3 instructions.Max Reitz2011-09-171-18/+18
|/
* kvm: remove unnecessary assignmentsBlue Swirl2011-09-101-1/+1
* Merge remote-tracking branch 'origin/master' into stagingAnthony Liguori2011-09-081-29/+43
|\
| * target-i386: Compute all flag data inside %cl != 0 test.Richard Henderson2011-09-081-29/+43
* | Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2011-09-081-3/+3
|\ \ | |/ |/|
| * x86: fix daa opcode for al register values higher than 0xf9Boris Figovsky2011-09-021-3/+3
* | Use new macro QEMU_PACKED for packed structuresStefan Weil2011-09-032-5/+5
|/
* Fix up some style nits of last uq/master mergeJan Kiszka2011-08-251-2/+3
* Use glib memory allocation and free functionsAnthony Liguori2011-08-203-13/+13
* Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2011-08-083-1/+29
|\
| * Remove #ifdef KVM_CAP_TSC_CONTROLMarcelo Tosatti2011-08-051-2/+0
| * qemu-x86: Set tsc_khz in kvm when supportedJoerg Roedel2011-08-051-1/+17
| * qemu-x86: Add tsc_freq option to -cpuJoerg Roedel2011-08-052-0/+14