aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86: fpuc is uint16_t not unsigned intJuan Quintela2009-10-052-7/+5
* x86: make a20_mask int32_tJuan Quintela2009-10-053-11/+6
* x86: hflags is not modified at all, just save it directlyJuan Quintela2009-10-051-8/+3
* target-i386: Fix exceptions for fxsave/fxrstorKevin Wolf2009-10-042-4/+14
* target-i386: add RDTSCP supportAndre Przywara2009-10-045-16/+63
* target-i386: add SSE4a instruction supportAndre Przywara2009-10-043-2/+85
* target-i386: add lock mov cr0 = cr8Andre Przywara2009-10-041-0/+4
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-012-15/+15
* Get rid of _t suffixmalc2009-10-012-15/+15
* x86: use globals for CPU registersLaurent Desnogues2009-09-301-71/+125
* target-i386: kill a tmp registerAurelien Jarno2009-09-271-4/+3
* target-i386: use subfi instead of sub with a non-freed constantAurelien Jarno2009-09-271-7/+7
* gcc wants 1st static and then constJuan Quintela2009-09-251-1/+1
* ioports: remove unused env parameter and compile only onceBlue Swirl2009-09-201-6/+6
* i386: Drop redundant kvm_enabled testJan Kiszka2009-09-121-2/+1
* Work around OpenSolaris sys/regset.h namespace pollutionBlue Swirl2009-09-121-0/+9
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-122-3/+3
* kvm_arch_get_registers() shouldn't be called directlyGleb Natapov2009-09-111-1/+1
* Fix Sparse warnings: add "static"Blue Swirl2009-09-051-1/+1
* kvm: Simplify cpu_synchronize_state()Avi Kivity2009-08-271-2/+2
* introduce kvm64 CPUAndre Przywara2009-08-271-0/+26
* allow overriding of CPUID level on command lineAndre Przywara2009-08-271-10/+29
* set CPUID bits to present cores and threads topologyAndre Przywara2009-08-271-3/+25
* push CPUID level to 4 to allow Intel multicore decodingAndre Przywara2009-08-271-2/+2
* cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd2009-08-241-0/+1