summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* target-i386: replace approx_rsqrt and approx_rcp by softfloat opsAurelien Jarno2011-04-252-22/+24
* target-i386: fix helper_fsqrt() wrt softfloatAurelien Jarno2011-04-252-5/+6
* target-i386: fix helper_fdiv() wrt softfloatAurelien Jarno2011-04-252-2/+7
* target-i386: fix helper_fxtract() wrt softfloatAurelien Jarno2011-04-251-7/+16
* target-i386: fix helper_fbld_ST0() wrt softfloatAurelien Jarno2011-04-251-3/+4
* target-i386: fix helper_fscale() wrt softfloatAurelien Jarno2011-04-252-1/+10
* Remove unused function parameter from cpu_restore_stateStefan Weil2011-04-201-1/+1
* Remove unused function parameters from gen_pc_load and rename the functionStefan Weil2011-04-201-4/+3
* softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno2011-04-171-4/+4
* target-i386: fix CMPUNORDPS/D and CMPORDPS/D instructionsAurelien Jarno2011-04-171-2/+2
* target-i386: add floatx_{add,mul,sub} and use themAurelien Jarno2011-04-172-10/+14
* target-i386: use float unions from cpu-all.hAurelien Jarno2011-04-171-25/+2
* target-i386: use CPU_LDoubleU instead of a private unionAurelien Jarno2011-04-171-9/+3
* Fix conversions from pointer to tcg_target_longStefan Weil2011-04-101-1/+1
* Revert "x86: Save/restore PAT MSR"Anthony Liguori2011-03-221-2/+0
OpenPOWER on IntegriCloud