index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
darwin-user
/
main.c
Age
Commit message (
Expand
)
Author
2011-12-02
fix spelling in darwin-user sub directory
Dong Xu Wang
2011-11-01
darwin-user/main.c: Drop unused cpu_single_env definition
Paolo Bonzini
2011-08-05
Avoid allocating TCG resources in non-TCG mode
Jan Kiszka
2011-07-30
user: Restore debug usage message for '-d ?' in user mode emulation
Peter Maydell
2011-06-28
user: Fix -d debug logging for usermode emulation
Edgar E. Iglesias
2011-06-15
Command line support for altering the log file location
Matthew Fernandez
2010-05-07
darwin-user: Add missing static attribute
Stefan Weil
2009-12-21
PPC: Make DCR uint32_t
Alexander Graf
2009-12-21
PPC64: Fix alternate timebase
Aurelien Jarno
2009-12-21
PPC64: Fix timebase
Alexander Graf
2009-11-07
user: move CPU reset call to main.c for x86/PPC/Sparc
Blue Swirl
2009-08-16
Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx
Blue Swirl
2009-07-16
Update to a hopefully more future proof FSF address
Blue Swirl
2009-07-09
consolidate user cpu_{in, out}[bwl] into ioport-user.c
Isaku Yamahata
2009-05-13
Replace gcc variadic macro extension with C99 version
Blue Swirl
2009-04-05
Add new command line option -singlestep for tcg single stepping.
aurel32
2009-02-28
Flush stdout after printing usage()
blueswir1
2009-01-15
Convert references to logfile/loglevel to use qemu_log*() macros
aliguori
2009-01-14
Get rid of user_mode_only
aurel32
2009-01-05
Fix more FSF addresses
blueswir1
2008-05-28
variable dynamic translation buffer size
bellard
2007-11-17
Resynchronize darwin-user target with linux-user:
j_mayer
2007-11-17
Always make all PowerPC exception definitions visible.
j_mayer
2007-11-12
Allow use of SPE extension by all PowerPC targets,
j_mayer
2007-11-10
added cpu_model parameter to cpu_init()
bellard
2007-11-08
removed obsolete x86 code copy support
bellard
2007-10-27
Fix PowerPC FPSCR update and floating-point exception generation
j_mayer
2007-09-30
Fix missing case in the new PowerPC exception model.
j_mayer
2007-09-30
Implement the PowerPC alternate time-base, following the 2.04 specification.
j_mayer
2007-09-29
Rework PowerPC exceptions model to make it more versatile:
j_mayer
2007-08-19
Darwin-user: Compile fix for ppc targets, by Pierre d'Herbemont.
ths
2007-02-05
Darwin cleanup usage (Pierre d'Herbemont)
bellard
2007-01-31
Fix set_error return value, by Pierre d'Herbemont.
ths
2007-01-18
Darwin userspace emulation, by Pierre d'Herbemont.
ths