aboutsummaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)Author
2012-01-11target-i386: fix {min,max}{pd,ps,sd,ss} SSE2 instructionsAurelien Jarno
2012-01-03Merge remote-tracking branch 'qemu-kvm/memory/page_desc' into stagingAnthony Liguori
2011-12-22enable architectural PMU cpuid leaf for kvmGleb Natapov
2011-12-22kvm: x86: Drop redundant apic base and tpr update from kvm_get_sregsJan Kiszka
2011-12-22kvm: x86: Avoid runtime allocation of xsave bufferJan Kiszka
2011-12-22kvm: x86: Use symbols for all xsave fieldJan Kiszka
2011-12-20kvm: switch kvm slots to use host virtual address instead of ram_addr_tAvi Kivity
2011-12-12target-i386: fix cmpxchg instruction emulationAndreas Gustafsson
2011-11-28x86/cpuid: Tighten parsing of tsc_freq=FREQMarkus Armbruster
2011-11-28Revert "i386: derive '-cpu host' from KVM_GET_SUPPORTED_CPUID"Anthony Liguori
2011-11-21Merge remote-tracking branch 'origin/master' into stagingAnthony Liguori
2011-11-19x86: fix pcmpestrm and pcmpistrmBlue Swirl
2011-11-17Fix typo: runnning -> runningVagrant Cascadian
2011-11-10x86/cpuid: Fix crash on -cpu ""Markus Armbruster
2011-11-10x86/cpuid: Plug memory leak in cpudef_setfield()Markus Armbruster
2011-11-10x86/cpuid: Convert remaining strdup() to g_strdup()Markus Armbruster
2011-11-09i386: derive '-cpu host' from KVM_GET_SUPPORTED_CPUIDAvi Kivity
2011-11-02Fix X86 CPU topology in KVM modeBharata B Rao
2011-10-24i386: wire up MSR_IA32_MISC_ENABLEAvi Kivity
2011-10-24kvm: support TSC deadline MSR with subsectionLiu, Jinsong
2011-10-24Revert "kvm: support TSC deadline MSR"Marcelo Tosatti
2011-10-03kvm: support TSC deadline MSRLiu, Jinsong
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl
2011-10-01target-i386: Remove redundant word mask in port out instructionsJan Kiszka
2011-09-21target-i386: Remove data type CCTableStefan Weil
2011-09-20Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori
2011-09-17target-i386: Fix several SSE3 instructions.Max Reitz
2011-09-15Drop the vm_running global variableLuiz Capitulino
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino
2011-09-10kvm: remove unnecessary assignmentsBlue Swirl
2011-09-08Merge remote-tracking branch 'origin/master' into stagingAnthony Liguori
2011-09-08target-i386: Compute all flag data inside %cl != 0 test.Richard Henderson
2011-09-08Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil
2011-09-02x86: fix daa opcode for al register values higher than 0xf9Boris Figovsky
2011-08-25Fix up some style nits of last uq/master mergeJan Kiszka
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-08Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl
2011-08-05Avoid allocating TCG resources in non-TCG modeJan Kiszka
2011-08-05Remove #ifdef KVM_CAP_TSC_CONTROLMarcelo Tosatti
2011-08-05qemu-x86: Set tsc_khz in kvm when supportedJoerg Roedel
2011-08-05qemu-x86: Add tsc_freq option to -cpuJoerg Roedel
2011-07-30exec.h cleanupBlue Swirl
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl
2011-06-26exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl
2011-06-26x86: use caller supplied CPUState for interrupt related stuffBlue Swirl
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl
2011-06-21kvm: fix FPU state subsectionMarcelo Tosatti