summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* kvm: Separate TCG from KVM cpu executionJan Kiszka2011-02-141-3/+3
* kvm: make tsc stable over migration and machine startGlauber Costa2011-02-142-1/+18
* kvm: Unconditionally reenter kernel after IO exitsJan Kiszka2011-02-141-0/+5
* kvm: Provide sigbus services arch-independentlyJan Kiszka2011-02-141-2/+2
* x86: Fix MCA broadcast parameters for TCG caseJan Kiszka2011-02-081-2/+2
* Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2011-02-015-344/+523
|\
| * kvm: x86: Only read/write MSR_KVM_ASYNC_PF_EN if supportedJan Kiszka2011-01-231-2/+11
| * kvm: x86: Implicitly clear nmi_injected/pending on resetJan Kiszka2011-01-232-4/+4
| * kvm: x86: Rework identity map and TSS setup for larger BIOS sizesJan Kiszka2011-01-231-33/+30
| * kvm: Consolidate must-have capability checksJan Kiszka2011-01-231-31/+8
| * kvm: Drop smp_cpus argument from init functionsJan Kiszka2011-01-231-1/+1
OpenPOWER on IntegriCloud