summaryrefslogtreecommitdiffstats
path: root/darwin-user
Commit message (Expand)AuthorAgeFilesLines
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-143-8/+8
* darwin-user: Don't overuse CPUStateAndreas Färber2012-03-142-9/+9
* Rename cpu_reset() to cpu_state_reset()Andreas Färber2012-03-141-1/+1
* qom: Add QOM support to user emulatorsAndreas Färber2012-03-131-0/+3
* fix spelling in darwin-user sub directoryDong Xu Wang2011-12-023-5/+5
* darwin-user: Fix format string in debug messageStefan Weil2011-12-021-2/+1
* darwin-user/main.c: Drop unused cpu_single_env definitionPaolo Bonzini2011-11-011-2/+0
* Remove blanks before \n in output stringsStefan Weil2011-09-161-2/+2
* darwin-user: Remove two unused variablesStefan Weil2011-08-071-1/+0
* Avoid allocating TCG resources in non-TCG modeJan Kiszka2011-08-051-2/+2
* user: Restore debug usage message for '-d ?' in user mode emulationPeter Maydell2011-07-301-3/+5
* user: Fix -d debug logging for usermode emulationEdgar E. Iglesias2011-06-281-1/+1
* Command line support for altering the log file locationMatthew Fernandez2011-06-151-18/+27
* Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond2011-06-081-3/+0
* Fix typos in comments (accross -> across)Stefan Weil2011-05-081-1/+1
* darwin-user: Remove unneeded null pointer checkStefan Weil2011-04-271-1/+1
* darwin-user: Use GCC_FMT_ATTR (format checking)Stefan Weil2010-12-042-2/+2
* Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking)Stefan Weil2010-10-031-1/+1
* Fix %lld or %llx printf format useBlue Swirl2010-05-222-2/+2
* darwin-user: Add missing static attributeStefan Weil2010-05-071-1/+1
* bsd/darwin-user: mmap_frag() users only check for -1 errorBlue Swirl2010-01-311-1/+1
* PPC: Make DCR uint32_tAlexander Graf2009-12-211-2/+2
* PPC64: Fix alternate timebaseAurelien Jarno2009-12-211-2/+2
* PPC64: Fix timebaseAlexander Graf2009-12-211-2/+2
* user: move CPU reset call to main.c for x86/PPC/SparcBlue Swirl2009-11-071-0/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-013-3/+3
* Get rid of _t suffixmalc2009-10-013-3/+3
* 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
OpenPOWER on IntegriCloud