summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* kvm: x86: Push kvm_arch_debug to kvm_arch_handle_exitJan Kiszka2011-03-161-9/+16
* kvm: x86: Reorder functions in kvm.cJan Kiszka2011-03-161-54/+54
* kvm: Align kvm_arch_handle_exit to kvm_cpu_exec changesJan Kiszka2011-03-161-4/+4
* kvm: x86: Synchronize PAT MSR with the kernelJan Kiszka2011-03-161-0/+5
* x86: Save/restore PAT MSRJan Kiszka2011-03-161-0/+2
* x86: Properly reset PAT MSRJan Kiszka2011-03-163-3/+7
* kvm: x86: Do not leave halt if interrupts are disabledJan Kiszka2011-03-161-1/+3
* KVM, MCE, unpoison memory address across rebootHuang Ying2011-03-151-0/+36
* kvm: x86: Fail kvm_arch_init_vcpu if MCE initialization failsJan Kiszka2011-03-151-13/+17
* kvm: x86: Clean up kvm_setup_mceJan Kiszka2011-03-151-7/+4
* kvm: x86: Consolidate TCG and KVM MCE injection codeJan Kiszka2011-03-153-260/+37
* x86: Run qemu_inject_x86_mce on target VCPUJan Kiszka2011-03-151-29/+58
* kvm: x86: Inject pending MCE events on state writebackJan Kiszka2011-03-151-0/+60
* kvm: Rename kvm_arch_process_irqchip_events to async_eventsJan Kiszka2011-03-151-1/+1
* kvm: x86: Move MCE functions togetherJan Kiszka2011-03-151-175/+171
* x86: Optionally avoid injecting AO MCEs while others are pendingJan Kiszka2011-03-152-8/+23
* x86: Refine error reporting of MCE injection servicesJan Kiszka2011-03-152-36/+49
* x86: Small cleanups of MCE helpersJan Kiszka2011-03-152-17/+29
* x86: Perform implicit mcg_status resetJan Kiszka2011-03-152-3/+2
* x86: Account for MCE in cpu_has_workJan Kiszka2011-03-151-9/+6
* inline cpu_halted into sole callerPaolo Bonzini2011-03-131-12/+0
* Refactor thread retrieval and checkJan Kiszka2011-03-131-2/+2
* kvm: x86: Catch and report failing IRQ and NMI injectionsJan Kiszka2011-02-141-3/+13
* kvm: Drop return values from kvm_arch_pre/post_runJan Kiszka2011-02-141-6/+2
* kvm: x86: Prepare VCPU loop for in-kernel irqchipJan Kiszka2011-02-141-31/+38
OpenPOWER on IntegriCloud