summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl2011-08-073-4/+4
* | Avoid allocating TCG resources in non-TCG modeJan Kiszka2011-08-051-2/+2
|/
* exec.h cleanupBlue Swirl2011-07-304-148/+164
* Remove exec-all.h include directivesBlue Swirl2011-06-265-5/+1
* Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl2011-06-262-46/+47
* exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl2011-06-261-1/+1
* x86: use caller supplied CPUState for interrupt related stuffBlue Swirl2011-06-263-18/+91
* cpu_loop_exit: avoid using AREG0Blue Swirl2011-06-261-8/+8
* kvm: fix FPU state subsectionMarcelo Tosatti2011-06-211-3/+3
* KVM: Fix XSAVE feature bit enumerationAndre Przywara2011-06-201-1/+4
* kvm: x86: Pass KVMState to kvm_arch_get_supported_cpuidJan Kiszka2011-06-202-23/+27
* kvm: x86: Drop KVM_CAP build dependenciesJan Kiszka2011-06-201-64/+3
* kvm: Drop CONFIG_KVM_PARAJan Kiszka2011-06-201-25/+1
* kvm: x86: Save/restore FPU OP, IP and DPJan Kiszka2011-06-193-5/+42
* kvm: Enable CPU SMEP featureYang, Wei Y2011-06-141-0/+13
* kvm: Add CPUID support for VIA CPUbrillywu@viatech.com.cn2011-06-143-3/+74
* target-i386: Make x86 mfence and lfence illegal without SSE2Martin Simmons2011-06-081-1/+1
OpenPOWER on IntegriCloud