summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* target-ppc: fix ppc32 kvm buildAlexander Graf2009-12-191-0/+2
* target-ppc: Get MMU state on register syncAlexander Graf2009-12-031-0/+30
* kvm: Add arch reset handlerJan Kiszka2009-11-171-0/+4
* kvm ppc: Remove unused labelHollis Blanchard2009-11-121-1/+0
* user: move CPU reset call to main.c for x86/PPC/SparcBlue Swirl2009-11-071-3/+0
* PPC: rename cpu_ppc_reset to cpu_reset for consistencyBlue Swirl2009-11-072-5/+2
* PPC: remove unneeded calls to device resetBlue Swirl2009-11-071-0/+2
* target-ppc: move often used CPU fields at the top of the structureAurelien Jarno2009-10-231-4/+4
* target-ppc: simpler definitions for microcontrollers based on e300Thomas Monjalon2009-10-181-68/+44
* target-ppc: add declarations of microcontrollers based on e300Thomas Monjalon2009-10-181-8/+40
* target-ppc: better support of e300 CPU coreThomas Monjalon2009-10-181-2/+8
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-016-233/+235
* Get rid of _t suffixmalc2009-10-016-235/+233
* target-ppc: log instructions start in TCG codeAurelien Jarno2009-09-281-0/+2
* static and inline should came before the type of the functionsJuan Quintela2009-09-251-4/+4
* target-ppc: optimize slw/srw/sld/srdAurelien Jarno2009-09-181-49/+49
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-2/+2
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-1/+1
* kvm: Simplify cpu_synchronize_state()Avi Kivity2009-08-271-3/+3
* cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd2009-08-241-0/+1
* Replace REGX with PRIx64Blue Swirl2009-08-163-5/+4
* Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plxBlue Swirl2009-08-165-174/+173
* Replace always_inline with inlineBlue Swirl2009-08-166-285/+278
* target-ppc: add exceptions for conditional storesNathan Froyd2009-08-032-20/+56
* target-ppc: retain l{w,d}arx loaded valueNathan Froyd2009-08-035-10/+17
* target-ppc: add cpu_set_tlsNathan Froyd2009-08-031-0/+11
* target-ppc: fix cpu_clone_regsNathan Froyd2009-08-031-3/+1
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-273-19/+19
* Rename HAVE_FDT to CONFIG_FDT and define it also in MakefileJuan Quintela2009-07-271-1/+1
* Use correct input constantAlexander Graf2009-07-221-1/+9
* Set PVR in sregsAlexander Graf2009-07-221-1/+7
* Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl2009-07-201-10/+10
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-167-14/+7
* target-ppc: enable PPC_MFTB for 44xBaojun Wang2009-07-131-6/+6
* ppc tcg: fix wrong bit/mask of wrteeiBaojun Wang2009-07-131-2/+2
* target-ppc: fix evmergelo and evmergelohiNathan Froyd2009-07-121-3/+11
* target-ppc: permit linux-user to read PVRNathan Froyd2009-06-231-1/+7
* Apply TCGV_UNUSED on variables that GCC mistakenly thinks can be usedmalc2009-06-201-0/+6
* Replace ELF section hack with normal tableBlue Swirl2009-06-172-898/+858
* Concentrate rest of table entries to topBlue Swirl2009-06-171-107/+610
* Concentrate most table entries to topBlue Swirl2009-06-171-422/+291
* Clean up GEN_HANDLER2Blue Swirl2009-06-171-37/+110
* Clean up GEN_HANDLERBlue Swirl2009-06-171-233/+694
* Fix mingw32 build warningsBlue Swirl2009-06-131-1/+15
* kvm: Add missing bits to support live migrationJan Kiszka2009-05-221-0/+5
* Convert machine registration to use module init functionsAnthony Liguori2009-05-211-11/+0
* Hardware convenience libraryPaul Brook2009-05-191-1/+0
* target-ppc: expose cpu capability flagsNathan Froyd2009-05-163-138/+140
* Include assert.h from qemu-common.hPaul Brook2009-05-131-1/+0
* Fix typo that leads to out of bounds array access on big endian systemsmalc2009-05-131-1/+1