summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'qemu-kvm/uq/master' into staging-tmpAnthony Liguori2010-02-081-1/+10
|\
| * KVM: x86: Fix up misreported CPU featuresJan Kiszka2010-02-031-1/+7
| * KVM: Request setting of nmi_pending and sipi_vectorJan Kiszka2010-02-031-0/+3
* | remove two dead assignments in target-i386/translate.cPaolo Bonzini2010-02-051-2/+0
|/
* kill regs_to_env and env_to_regsPaolo Bonzini2010-01-191-8/+0
* remove dead code from target-i386/exec.hPaolo Bonzini2010-01-191-48/+0
* Add KVM paravirt cpuid leafGleb Natapov2010-01-133-11/+89
* x86: translate.c: remove dead assignmentAmit Shah2010-01-131-2/+0
* remove pending exception on vcpu reset.Gleb Natapov2010-01-111-0/+1
* MCE: Fix bug of IA32_MCG_STATUS after system resetHuang Ying2010-01-111-0/+2
* target-i386: Fix "call im" on x86_64 when executing 32-bit codeAurelien Jarno2010-01-031-0/+2
* Intel CPUs starting from pentium have apicGleb Natapov2009-12-241-1/+1
* Revert "kvm: x86: Save/restore exception_index"Anthony Liguori2009-12-181-1/+0
* target-i386: Fix evaluation of DR7 registerJan Kiszka2009-12-181-2/+2
* kvm: x86: Use separate exception_injected CPUState fieldJan Kiszka2009-12-183-3/+5
* target-i386: Update CPUID feature set for TCGAndre Przywara2009-12-131-13/+12
* v2: properly save kvm system time msr registersGlauber Costa2009-12-123-0/+20
* kvm: x86: Save/restore exception_indexJan Kiszka2009-12-121-0/+1
* cpuid: Fix multicore setup on IntelAndre Przywara2009-12-071-15/+31
* kvm: x86: Fix initial kvm_has_msr_starJan Kiszka2009-12-071-2/+2
* kvm: x86: Add support for VCPU event statesJan Kiszka2009-12-033-0/+88
* kvm: x86: Fix merge artifact of f8d926e9 about mp_stateJan Kiszka2009-12-031-4/+4
* kvm: x86: Refactor use of interrupt_bitmapJan Kiszka2009-11-173-31/+21
* kvm: Add arch reset handlerJan Kiszka2009-11-171-0/+4
* kvm: Move KVM mp_state accessors to i386-specific codeHollis Blanchard2009-11-121-0/+20
* user: move CPU reset call to main.c for x86/PPC/SparcBlue Swirl2009-11-071-3/+0
* v3: don't call reset functions on cpu initializationGlauber Costa2009-11-071-0/+2
* vmstate: Add version arg to VMSTATE_SINGLE_TEST()Juan Quintela2009-10-271-1/+1
* target-i386: implement lzcnt emulationAndre Przywara2009-10-233-14/+38
* x86: add 'static' to please SparseBlue Swirl2009-10-181-5/+5
* target-i386: fix ARPLLaurent Desnogues2009-10-061-3/+7
* target-i386: move recently added vmstate fields at the end of the structureAurelien Jarno2009-10-051-4/+6
* x86: fix miss mergeJuan Quintela2009-10-051-1/+2
* gdbstub: x86: Switch 64/32 bit registers dynamicallyJan Kiszka2009-10-051-2/+5
* x86: port cpu to vmstateJuan Quintela2009-10-051-259/+240
* x86: factor out cpu_get/put_fpreg()Juan Quintela2009-10-051-72/+137
* x86: factor out cpu_get/put_mttr_var()Juan Quintela2009-10-051-4/+24
* x86: factor out cpu_get/put_xmm_reg()Juan Quintela2009-10-051-4/+24
* x86: factor out cpu_pre/post_load()Juan Quintela2009-10-051-18/+39
* x86: factor out cpu_pre_save()Juan Quintela2009-10-051-21/+32
* x86: port segments to vmstateJuan Quintela2009-10-051-8/+16
* x86: split MTRRVar unionJuan Quintela2009-10-051-4/+6
* x86: split FPReg unionJuan Quintela2009-10-051-8/+10
* x86: mcg_cap is never 0Juan Quintela2009-10-051-12/+8
* x86: send mce_banks as an arrayJuan Quintela2009-10-051-10/+4
* x86: mce_banks always have the same sizeJuan Quintela2009-10-053-5/+4
* x86: add fpregs_format_vmstateJuan Quintela2009-10-052-7/+6
* x86: add pending_irq_vmstate to the stateJuan Quintela2009-10-052-9/+8
* x86: add fptag_vmstate to the stateJuan Quintela2009-10-052-9/+10
* x86: fpus is uint16_t not unsigned intJuan Quintela2009-10-052-9/+10
OpenPOWER on IntegriCloud