aboutsummaryrefslogtreecommitdiffstats
path: root/darwin-user/main.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-02fix spelling in darwin-user sub directoryDong Xu Wang1-1/+1
2011-11-01darwin-user/main.c: Drop unused cpu_single_env definitionPaolo Bonzini1-2/+0
2011-08-05Avoid allocating TCG resources in non-TCG modeJan Kiszka1-2/+2
2011-07-30user: Restore debug usage message for '-d ?' in user mode emulationPeter Maydell1-3/+5
2011-06-28user: Fix -d debug logging for usermode emulationEdgar E. Iglesias1-1/+1
2011-06-15Command line support for altering the log file locationMatthew Fernandez1-18/+27
2010-05-07darwin-user: Add missing static attributeStefan Weil1-1/+1
2009-12-21PPC: Make DCR uint32_tAlexander Graf1-2/+2
2009-12-21PPC64: Fix alternate timebaseAurelien Jarno1-2/+2
2009-12-21PPC64: Fix timebaseAlexander Graf1-2/+2
2009-11-07user: move CPU reset call to main.c for x86/PPC/SparcBlue Swirl1-0/+1
2009-08-16Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plxBlue Swirl1-2/+2
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-3/+1
2009-07-09consolidate user cpu_{in, out}[bwl] into ioport-user.cIsaku Yamahata1-33/+0
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-6/+6
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel321-0/+5
2009-02-28Flush stdout after printing usage()blueswir11-2/+2
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori1-4/+2
2009-01-14Get rid of user_mode_onlyaurel321-1/+0
2009-01-05Fix more FSF addressesblueswir11-1/+2
2008-05-28variable dynamic translation buffer sizebellard1-0/+1
2007-11-17Resynchronize darwin-user target with linux-user:j_mayer1-4/+31
2007-11-17Always make all PowerPC exception definitions visible.j_mayer1-6/+0
2007-11-12Allow use of SPE extension by all PowerPC targets,j_mayer1-2/+0
2007-11-10added cpu_model parameter to cpu_init()bellard1-1/+10
2007-11-08removed obsolete x86 code copy supportbellard1-8/+0
2007-10-27Fix PowerPC FPSCR update and floating-point exception generationj_mayer1-6/+1
2007-09-30Fix missing case in the new PowerPC exception model.j_mayer1-0/+3
2007-09-30Implement the PowerPC alternate time-base, following the 2.04 specification.j_mayer1-14/+4
2007-09-29Rework PowerPC exceptions model to make it more versatile:j_mayer1-233/+337
2007-08-19Darwin-user: Compile fix for ppc targets, by Pierre d'Herbemont.ths1-0/+15
2007-02-05Darwin cleanup usage (Pierre d'Herbemont)bellard1-8/+4
2007-01-31Fix set_error return value, by Pierre d'Herbemont.ths1-1/+1
2007-01-18Darwin userspace emulation, by Pierre d'Herbemont.ths1-0/+922