aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plxBlue Swirl2009-08-161-2/+2
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-166-17/+6
* consolidate user cpu_{in, out}[bwl] into ioport-user.cIsaku Yamahata2009-07-091-33/+0
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-132-15/+15
* Add new command line option -singlestep for tcg single stepping.aurel322009-04-051-0/+5
* Use a dedicated function to request exit from execution loopaurel322009-03-071-1/+1
* Flush stdout after printing usage()blueswir12009-02-281-2/+2
* Replace noreturn with QEMU_NORETURNmalc2009-02-011-1/+1
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-154-10/+8
* Get rid of user_mode_onlyaurel322009-01-141-1/+0
* Add noreturn function attributeblueswir12009-01-141-1/+2
* Remove all traces of __powerpc__malc2009-01-141-1/+1
* Fix more FSF addressesblueswir12009-01-055-5/+10
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Use the ARRAY_SIZE() macro where appropriate.malc2008-12-222-4/+4
* Add missing newline at the end of fileblueswir12008-12-141-1/+1
* Remove unnecessary trailing newlinesblueswir12008-12-132-3/+0
* Make target_sigaltstack_used staticblueswir12008-10-051-1/+1
* Make ioctl table staticblueswir12008-10-051-1/+1
* Use qemu-log.hblueswir12008-10-041-2/+1
* variable dynamic translation buffer sizebellard2008-05-281-0/+1
* Fix some functions declared () rather than (void) (Ian Jackson)blueswir12008-03-092-5/+5
* Avoid duplicated definitions: move common definitions from exec-all.hj_mayer2007-11-191-2/+2
* Resynchronize darwin-user target with linux-user:j_mayer2007-11-171-4/+31
* Always make all PowerPC exception definitions visible.j_mayer2007-11-171-6/+0
* Allow use of SPE extension by all PowerPC targets,j_mayer2007-11-121-2/+0
* added cpu_model parameter to cpu_init()bellard2007-11-101-1/+10
* removed obsolete x86 code copy supportbellard2007-11-082-13/+1
* Fix PowerPC FPSCR update and floating-point exception generationj_mayer2007-10-271-6/+1
* Fix missing case in the new PowerPC exception model.j_mayer2007-09-301-0/+3
* Implement the PowerPC alternate time-base, following the 2.04 specification.j_mayer2007-09-301-14/+4
* Rework PowerPC exceptions model to make it more versatile:j_mayer2007-09-291-233/+337
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-2/+2
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-2/+2
* Darwin-user: Compile fix for ppc targets, by Pierre d'Herbemont.ths2007-08-191-0/+15
* Spelling fixes, by Stefan Weil.ths2007-06-031-1/+1
* Handling more darwin-user syscalls, by Ilya Shar.ths2007-03-192-4/+34
* Revert host_info changes, and don't fail if sysctl is unknown when weths2007-02-221-1/+11
* This patch fixes typos in the commpage definition (Pierre d'Herbemont).bellard2007-02-051-5/+5
* This patch cleans up target_mach_msg_trap(), removes unuseful do_pread, begi...bellard2007-02-052-70/+282
* Darwin cleanup usage (Pierre d'Herbemont)bellard2007-02-051-8/+4
* Fix set_error return value, by Pierre d'Herbemont.ths2007-01-311-1/+1
* Darwin userspace emulation, by Pierre d'Herbemont.ths2007-01-1810-0/+4940