summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond2011-06-081-1/+0
* target-i386: use floatx80 constants in helper_fld*_ST0()Aurelien Jarno2011-06-031-19/+8
* target-i386: remove old code handling float64Aurelien Jarno2011-06-035-411/+115
* irq: Privatize CPU_INTERRUPT_NMI.Richard Henderson2011-05-081-0/+1
* target-i386: Privatize some i386-specific interrupt names.Richard Henderson2011-05-081-0/+8
* kvm: use qemu_free consistentlyPaolo Bonzini2011-05-021-1/+1
* kvm: add kvmclock to its second bitGlauber Costa2011-05-021-1/+1
* x86: Allow multiple cpu feature matches of lookup_featureJan Kiszka2011-05-021-6/+8
* kvm: use kernel-provided para_features instead of statically coming up with n...Glauber Costa2011-05-021-29/+49
* target-i386: fix constants wrt softfloatAurelien Jarno2011-04-252-7/+25
* target-i386: fix helper_fprem() and helper_fprem1() wrt softfloatAurelien Jarno2011-04-251-20/+28
* target-i386: fix logarithmic and trigonometric helpers wrt softfloatAurelien Jarno2011-04-251-26/+26
* target-i386: add CPU86_LDouble <-> double conversion functionsAurelien Jarno2011-04-251-0/+22
OpenPOWER on IntegriCloud