aboutsummaryrefslogtreecommitdiffstats
path: root/target-i386
AgeCommit message (Expand)AuthorFilesLines
2012-02-08kvm: Implement kvm_irqchip_in_kernel like kvm_enabledJan Kiszka1-2/+2
2012-02-08kvm: Allow to set shadow MMU sizeJan Kiszka1-0/+13
2012-01-23hyperv: fix build on non-KVM hostsBlue Swirl1-1/+3
2012-01-19kvm: x86: Add user space part for in-kernel APICJan Kiszka1-0/+38
2012-01-19kvm: Introduce core services for in-kernel irqchip supportJan Kiszka1-0/+11
2012-01-19hyper-v: initialize Hyper-V CPUID leaves.Vadim Rozenfeld1-2/+63
2012-01-19hyper-v: introduce Hyper-V support infrastructure.Vadim Rozenfeld3-0/+121
2012-01-13target-i386: fix compilation with --enable-debug-tcgAurelien Jarno1-1/+2
2012-01-11target-i386: fix SSE rounding and flush to zeroAurelien Jarno3-11/+56
2012-01-11target-i386: fix dpps and dppd SSE2 instructionsAurelien Jarno1-14/+14
2012-01-11target-i386: fix round{pd,ps,sd,ss} SSE2 instructionsAurelien Jarno1-8/+8
2012-01-11target-i386: fix {min,max}{pd,ps,sd,ss} SSE2 instructionsAurelien Jarno2-3/+7
2012-01-03Merge remote-tracking branch 'qemu-kvm/memory/page_desc' into stagingAnthony Liguori1-4/+3
2011-12-22enable architectural PMU cpuid leaf for kvmGleb Natapov1-4/+13
2011-12-22kvm: x86: Drop redundant apic base and tpr update from kvm_get_sregsJan Kiszka1-3/+2
2011-12-22kvm: x86: Avoid runtime allocation of xsave bufferJan Kiszka2-9/+9
2011-12-22kvm: x86: Use symbols for all xsave fieldJan Kiszka1-6/+8
2011-12-20kvm: switch kvm slots to use host virtual address instead of ram_addr_tAvi Kivity1-4/+3
2011-12-12target-i386: fix cmpxchg instruction emulationAndreas Gustafsson1-4/+7
2011-11-28x86/cpuid: Tighten parsing of tsc_freq=FREQMarkus Armbruster1-1/+1
2011-11-28Revert "i386: derive '-cpu host' from KVM_GET_SUPPORTED_CPUID"Anthony Liguori1-4/+23
2011-11-21Merge remote-tracking branch 'origin/master' into stagingAnthony Liguori1-4/+8
2011-11-19x86: fix pcmpestrm and pcmpistrmBlue Swirl1-4/+8
2011-11-17Fix typo: runnning -> runningVagrant Cascadian1-1/+1
2011-11-10x86/cpuid: Fix crash on -cpu ""Markus Armbruster1-2/+2
2011-11-10x86/cpuid: Plug memory leak in cpudef_setfield()Markus Armbruster1-0/+1
2011-11-10x86/cpuid: Convert remaining strdup() to g_strdup()Markus Armbruster1-4/+4
2011-11-09i386: derive '-cpu host' from KVM_GET_SUPPORTED_CPUIDAvi Kivity1-23/+4
2011-11-02Fix X86 CPU topology in KVM modeBharata B Rao1-0/+1
2011-10-24i386: wire up MSR_IA32_MISC_ENABLEAvi Kivity5-0/+48
2011-10-24kvm: support TSC deadline MSR with subsectionLiu, Jinsong3-0/+37
2011-10-24Revert "kvm: support TSC deadline MSR"Marcelo Tosatti3-18/+1
2011-10-03kvm: support TSC deadline MSRLiu, Jinsong3-1/+18
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl1-4/+3
2011-10-01target-i386: Remove redundant word mask in port out instructionsJan Kiszka1-2/+0
2011-09-21target-i386: Remove data type CCTableStefan Weil2-10/+0
2011-09-20Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori1-2/+2
2011-09-17target-i386: Fix several SSE3 instructions.Max Reitz1-18/+18
2011-09-15Drop the vm_running global variableLuiz Capitulino1-1/+1
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino1-1/+1
2011-09-10kvm: remove unnecessary assignmentsBlue Swirl1-1/+1
2011-09-08Merge remote-tracking branch 'origin/master' into stagingAnthony Liguori1-29/+43
2011-09-08target-i386: Compute all flag data inside %cl != 0 test.Richard Henderson1-29/+43
2011-09-08Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-3/+3
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil2-5/+5
2011-09-02x86: fix daa opcode for al register values higher than 0xf9Boris Figovsky1-3/+3
2011-08-25Fix up some style nits of last uq/master mergeJan Kiszka1-2/+3
2011-08-20Use glib memory allocation and free functionsAnthony Liguori3-13/+13
2011-08-08Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori3-1/+29
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl3-4/+4