Age | Commit message (Expand) | Author | Files | Lines |
2012-03-14 | Rename CPUState -> CPUArchState | Andreas Färber | 3 | -8/+8 |
2012-03-14 | darwin-user: Don't overuse CPUState | Andreas Färber | 2 | -9/+9 |
2012-03-14 | Rename cpu_reset() to cpu_state_reset() | Andreas Färber | 1 | -1/+1 |
2012-03-13 | qom: Add QOM support to user emulators | Andreas Färber | 1 | -0/+3 |
2011-12-02 | fix spelling in darwin-user sub directory | Dong Xu Wang | 3 | -5/+5 |
2011-12-02 | darwin-user: Fix format string in debug message | Stefan Weil | 1 | -2/+1 |
2011-11-01 | darwin-user/main.c: Drop unused cpu_single_env definition | Paolo Bonzini | 1 | -2/+0 |
2011-09-16 | Remove blanks before \n in output strings | Stefan Weil | 1 | -2/+2 |
2011-08-07 | darwin-user: Remove two unused variables | Stefan Weil | 1 | -1/+0 |
2011-08-05 | Avoid allocating TCG resources in non-TCG mode | Jan Kiszka | 1 | -2/+2 |
2011-07-30 | user: Restore debug usage message for '-d ?' in user mode emulation | Peter Maydell | 1 | -3/+5 |
2011-06-28 | user: Fix -d debug logging for usermode emulation | Edgar E. Iglesias | 1 | -1/+1 |
2011-06-15 | Command line support for altering the log file location | Matthew Fernandez | 1 | -18/+27 |
2011-06-08 | Fix compilation warning due to missing header for sigaction (followup) | Alexandre Raymond | 1 | -3/+0 |
2011-05-08 | Fix typos in comments (accross -> across) | Stefan Weil | 1 | -1/+1 |
2011-04-27 | darwin-user: Remove unneeded null pointer check | Stefan Weil | 1 | -1/+1 |
2010-12-04 | darwin-user: Use GCC_FMT_ATTR (format checking) | Stefan Weil | 2 | -2/+2 |
2010-10-03 | Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking) | Stefan Weil | 1 | -1/+1 |
2010-05-22 | Fix %lld or %llx printf format use | Blue Swirl | 2 | -2/+2 |
2010-05-07 | darwin-user: Add missing static attribute | Stefan Weil | 1 | -1/+1 |
2010-01-31 | bsd/darwin-user: mmap_frag() users only check for -1 error | Blue Swirl | 1 | -1/+1 |
2009-12-21 | PPC: Make DCR uint32_t | Alexander Graf | 1 | -2/+2 |
2009-12-21 | PPC64: Fix alternate timebase | Aurelien Jarno | 1 | -2/+2 |
2009-12-21 | PPC64: Fix timebase | Alexander Graf | 1 | -2/+2 |
2009-11-07 | user: move CPU reset call to main.c for x86/PPC/Sparc | Blue Swirl | 1 | -0/+1 |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori | 3 | -3/+3 |
2009-10-01 | Get rid of _t suffix | malc | 3 | -3/+3 |
2009-08-16 | Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx | Blue Swirl | 1 | -2/+2 |
2009-07-16 | Update to a hopefully more future proof FSF address | Blue Swirl | 6 | -17/+6 |
2009-07-09 | consolidate user cpu_{in, out}[bwl] into ioport-user.c | Isaku Yamahata | 1 | -33/+0 |
2009-05-13 | Replace gcc variadic macro extension with C99 version | Blue Swirl | 2 | -15/+15 |
2009-04-05 | Add new command line option -singlestep for tcg single stepping. | aurel32 | 1 | -0/+5 |
2009-03-07 | Use a dedicated function to request exit from execution loop | aurel32 | 1 | -1/+1 |
2009-02-28 | Flush stdout after printing usage() | blueswir1 | 1 | -2/+2 |
2009-02-01 | Replace noreturn with QEMU_NORETURN | malc | 1 | -1/+1 |
2009-01-15 | Convert references to logfile/loglevel to use qemu_log*() macros | aliguori | 4 | -10/+8 |
2009-01-14 | Get rid of user_mode_only | aurel32 | 1 | -1/+0 |
2009-01-14 | Add noreturn function attribute | blueswir1 | 1 | -1/+2 |
2009-01-14 | Remove all traces of __powerpc__ | malc | 1 | -1/+1 |
2009-01-05 | Fix more FSF addresses | blueswir1 | 5 | -5/+10 |
2009-01-04 | Update FSF address in GPL/LGPL boilerplate | aurel32 | 1 | -1/+1 |
2008-12-22 | Use the ARRAY_SIZE() macro where appropriate. | malc | 2 | -4/+4 |
2008-12-14 | Add missing newline at the end of file | blueswir1 | 1 | -1/+1 |
2008-12-13 | Remove unnecessary trailing newlines | blueswir1 | 2 | -3/+0 |
2008-10-05 | Make target_sigaltstack_used static | blueswir1 | 1 | -1/+1 |
2008-10-05 | Make ioctl table static | blueswir1 | 1 | -1/+1 |
2008-10-04 | Use qemu-log.h | blueswir1 | 1 | -2/+1 |
2008-05-28 | variable dynamic translation buffer size | bellard | 1 | -0/+1 |
2008-03-09 | Fix some functions declared () rather than (void) (Ian Jackson) | blueswir1 | 2 | -5/+5 |
2007-11-19 | Avoid duplicated definitions: move common definitions from exec-all.h | j_mayer | 1 | -2/+2 |