aboutsummaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)Author
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
2011-06-20KVM: Fix XSAVE feature bit enumerationAndre Przywara
2011-06-20kvm: x86: Pass KVMState to kvm_arch_get_supported_cpuidJan Kiszka
2011-06-20kvm: x86: Drop KVM_CAP build dependenciesJan Kiszka
2011-06-20kvm: Drop CONFIG_KVM_PARAJan Kiszka
2011-06-19kvm: x86: Save/restore FPU OP, IP and DPJan Kiszka
2011-06-14kvm: Enable CPU SMEP featureYang, Wei Y
2011-06-14kvm: Add CPUID support for VIA CPUbrillywu@viatech.com.cn
2011-06-08target-i386: Make x86 mfence and lfence illegal without SSE2Martin Simmons
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond
2011-06-03target-i386: use floatx80 constants in helper_fld*_ST0()Aurelien Jarno
2011-06-03target-i386: remove old code handling float64Aurelien Jarno
2011-05-08irq: Privatize CPU_INTERRUPT_NMI.Richard Henderson
2011-05-08target-i386: Privatize some i386-specific interrupt names.Richard Henderson
2011-05-02kvm: use qemu_free consistentlyPaolo Bonzini
2011-05-02kvm: add kvmclock to its second bitGlauber Costa
2011-05-02x86: Allow multiple cpu feature matches of lookup_featureJan Kiszka
2011-05-02kvm: use kernel-provided para_features instead of statically coming up with n...Glauber Costa
2011-04-25target-i386: fix constants wrt softfloatAurelien Jarno
2011-04-25target-i386: fix helper_fprem() and helper_fprem1() wrt softfloatAurelien Jarno
2011-04-25target-i386: fix logarithmic and trigonometric helpers wrt softfloatAurelien Jarno
2011-04-25target-i386: add CPU86_LDouble <-> double conversion functionsAurelien Jarno