summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori2009-04-241-0/+1
* qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori2009-04-241-1/+8
* Add new command line option -singlestep for tcg single stepping.aurel322009-04-051-1/+1
* Delete some unused macros detected with -Wp,-Wunused-macros useblueswir12009-03-163-24/+3
* The _exit syscall is used for both thread termination in NPTL applications,pbrook2009-03-071-1/+2
* Turn MMUs and caches off on resetblueswir12009-02-211-0/+1
* targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* Log reset events (Jan Kiszka)aliguori2009-01-261-0/+5
* global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori2009-01-152-4/+4
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-152-19/+16
* Get rid of user_mode_onlyaurel322009-01-141-1/+0
* Fix TLB access (Jakub Jermar)blueswir12009-01-121-10/+10
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-042-2/+2
* Add SuperSPARC MMU breakpoint registers (Robert Reif)blueswir12008-12-232-1/+45
* Better SuperSPARC emulation (Robert Reif)blueswir12008-12-232-23/+28
* Implement tick interrupt disable bitsblueswir12008-12-231-1/+2
* Use the ARRAY_SIZE() macro where appropriate.malc2008-12-221-2/+2
* Remove unnecessary trailing newlinesblueswir12008-12-132-3/+0
* Add missing "static"blueswir12008-12-111-1/+1
* Common cpu_loop_exit prototypeaurel322008-11-301-3/+0
* Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori2008-11-251-2/+2
* Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori2008-11-181-3/+4
* Refactor translation block CPU state handling (Jan Kiszka)aliguori2008-11-181-0/+16
* Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori2008-11-181-5/+7
* TCG variable type checking.pbrook2008-11-173-632/+627
* Use TCG not opblueswir12008-11-091-14/+12
* Use andc, orc, nor and nandblueswir12008-11-091-52/+36
* Fix TCGv size mismatchesblueswir12008-11-011-19/+21
* Add static (spotted by sparse)blueswir12008-10-071-1/+1
* Fix error in fexpand (spotted by sparse)blueswir12008-10-071-4/+4
* Show size for unassigned accesses (Robert Reif)blueswir12008-10-062-14/+15
* Rearrange tick functionsblueswir12008-10-033-31/+31
* Fix missing prototype warnings by moving declarationsblueswir12008-10-032-11/+9
* Fix MXCC printf warning (based on patch by Robert Reif)blueswir12008-10-021-3/+3
* Add mmu tlb demap support (Igor Kovalenko)blueswir12008-09-271-1/+35
* Add a generic Niagara machineblueswir12008-09-262-2/+2
* Implement some UA2007 block ASIsblueswir12008-09-261-0/+6
* Implement UA2005 hypervisor trapsblueswir12008-09-263-18/+23
* Move also DEBUG_PCALL (see r5085)blueswir12008-09-262-1/+1
* Add software and timer interrupt supportblueswir12008-09-224-5/+49
* Fix arguments used in cas/casx, thanks to Igor Kovalenko for spottingblueswir12008-09-221-5/+5
* Use the new concat_tl_i64 op for std and stdablueswir12008-09-211-18/+6
* Use the new concat_i32_i64 op for std and stdablueswir12008-09-213-22/+20
* Move signal handler prototype back to cpu.hblueswir12008-09-202-1/+1
* Fix array subscript above array bounds errorblueswir12008-09-141-1/+1
* Fix mulscc with high bits set in either src1 or src2blueswir12008-09-131-2/+3
* Write zeros to high bits of y, based on patch by Vince Weaverblueswir12008-09-111-2/+4
* Convert rest of ops using float32 to TCG, remove FT0 and FT1blueswir12008-09-105-64/+39
* Partially convert float128 conversion ops to TCGblueswir12008-09-103-20/+19
* Convert basic 64 bit VIS ops to TCGblueswir12008-09-104-102/+65