aboutsummaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)Author
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
2011-04-25target-i386: replace approx_rsqrt and approx_rcp by softfloat opsAurelien Jarno
2011-04-25target-i386: fix helper_fsqrt() wrt softfloatAurelien Jarno
2011-04-25target-i386: fix helper_fdiv() wrt softfloatAurelien Jarno
2011-04-25target-i386: fix helper_fxtract() wrt softfloatAurelien Jarno
2011-04-25target-i386: fix helper_fbld_ST0() wrt softfloatAurelien Jarno
2011-04-25target-i386: fix helper_fscale() wrt softfloatAurelien Jarno
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil
2011-04-17softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno
2011-04-17target-i386: fix CMPUNORDPS/D and CMPORDPS/D instructionsAurelien Jarno
2011-04-17target-i386: add floatx_{add,mul,sub} and use themAurelien Jarno
2011-04-17target-i386: use float unions from cpu-all.hAurelien Jarno
2011-04-17target-i386: use CPU_LDoubleU instead of a private unionAurelien Jarno
2011-04-10Fix conversions from pointer to tcg_target_longStefan Weil
2011-03-22Revert "x86: Save/restore PAT MSR"Anthony Liguori
2011-03-16kvm: x86: Push kvm_arch_debug to kvm_arch_handle_exitJan Kiszka
2011-03-16kvm: x86: Reorder functions in kvm.cJan Kiszka
2011-03-16kvm: Align kvm_arch_handle_exit to kvm_cpu_exec changesJan Kiszka
2011-03-16kvm: x86: Synchronize PAT MSR with the kernelJan Kiszka
2011-03-16x86: Save/restore PAT MSRJan Kiszka
2011-03-16x86: Properly reset PAT MSRJan Kiszka
2011-03-16kvm: x86: Do not leave halt if interrupts are disabledJan Kiszka
2011-03-15KVM, MCE, unpoison memory address across rebootHuang Ying