- c7c37b5 darwin-user: Remove two unused variables by Stefan Weil · 14 years ago
- d5ab971 Avoid allocating TCG resources in non-TCG mode by Jan Kiszka · 13 years ago
- 4b5dfd8 user: Restore debug usage message for '-d ?' in user mode emulation by Peter Maydell · 14 years ago
- 1dfdcaa user: Fix -d debug logging for usermode emulation by Edgar E. Iglesias · 14 years ago
- c235d73 Command line support for altering the log file location by Matthew Fernandez · 14 years ago
- 9bf0960 Fix compilation warning due to missing header for sigaction (followup) by Alexandre Raymond · 14 years ago
- 5225d66 Fix typos in comments (accross -> across) by Stefan Weil · 14 years ago
- 70afb8f darwin-user: Remove unneeded null pointer check by Stefan Weil · 14 years ago
- edcdd56 darwin-user: Use GCC_FMT_ATTR (format checking) by Stefan Weil · 14 years ago
- e5924d8 Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking) by Stefan Weil · 14 years ago
- 0bfcd59 Fix %lld or %llx printf format use by Blue Swirl · 15 years ago
- 4cbd40c darwin-user: Add missing static attribute by Stefan Weil · 15 years ago
- 059bca4 bsd/darwin-user: mmap_frag() users only check for -1 error by Blue Swirl · 15 years ago
- 73b0196 PPC: Make DCR uint32_t by Alexander Graf · 15 years ago
- b711de9 PPC64: Fix alternate timebase by Aurelien Jarno · 15 years ago
- e3ea652 PPC64: Fix timebase by Alexander Graf · 15 years ago
- b55a37c user: move CPU reset call to main.c for x86/PPC/Sparc by Blue Swirl · 15 years ago
- c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
- 99a0949 Get rid of _t suffix by malc · 15 years ago
- 90e189e Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx by Blue Swirl · 15 years ago
- 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
- 5f65049 consolidate user cpu_{in, out}[bwl] into ioport-user.c by Isaku Yamahata · 16 years ago
- 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
- 1b530a6 Add new command line option -singlestep for tcg single stepping. by aurel32 · 16 years ago
- 3098dba Use a dedicated function to request exit from execution loop by aurel32 · 16 years ago
- 2d18e63 Flush stdout after printing usage() by blueswir1 · 16 years ago
- a5e50b2 Replace noreturn with QEMU_NORETURN by malc · 16 years ago
- 93fcfe3 Convert references to logfile/loglevel to use qemu_log*() macros by aliguori · 16 years ago
- 72d239e Get rid of user_mode_only by aurel32 · 16 years ago
- 7d99a00 Add noreturn function attribute by blueswir1 · 16 years ago
- e58ffeb Remove all traces of __powerpc__ by malc · 16 years ago
- 530e761 Fix more FSF addresses by blueswir1 · 16 years ago
- fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
- b1503cd Use the ARRAY_SIZE() macro where appropriate. by malc · 16 years ago
- e283261 Add missing newline at the end of file by blueswir1 · 16 years ago
- 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
- 249c4c3 Make target_sigaltstack_used static by blueswir1 · 16 years ago
- 9f106a7 Make ioctl table static by blueswir1 · 16 years ago
- 3b3fb32 Use qemu-log.h by blueswir1 · 16 years ago
- 26a5f13 variable dynamic translation buffer size by bellard · 17 years ago
- 3f47aa8 Fix some functions declared () rather than (void) (Ian Jackson) by blueswir1 · 17 years ago
- df2542c Avoid duplicated definitions: move common definitions from exec-all.h by j_mayer · 17 years ago
- 31fca6a Resynchronize darwin-user target with linux-user: by j_mayer · 17 years ago
- b172c56 Always make all PowerPC exception definitions visible. by j_mayer · 17 years ago
- 3cd7d1d Allow use of SPE extension by all PowerPC targets, by j_mayer · 17 years ago
- aaed909 added cpu_model parameter to cpu_init() by bellard · 17 years ago
- ec6338b removed obsolete x86 code copy support by bellard · 17 years ago
- 7c58044 Fix PowerPC FPSCR update and floating-point exception generation by j_mayer · 17 years ago
- 56ba31f Fix missing case in the new PowerPC exception model. by j_mayer · 17 years ago
- a062e36 Implement the PowerPC alternate time-base, following the 2.04 specification. by j_mayer · 17 years ago
- e1833e1 Rework PowerPC exceptions model to make it more versatile: by j_mayer · 17 years ago
- 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
- 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
- c000997 Darwin-user: Compile fix for ppc targets, by Pierre d'Herbemont. by ths · 17 years ago
- e91c8a7 Spelling fixes, by Stefan Weil. by ths · 18 years ago
- ee999a8 Handling more darwin-user syscalls, by Ilya Shar. by ths · 18 years ago
- 7ed40ac Revert host_info changes, and don't fail if sysctl is unknown when we by ths · 18 years ago
- 2a25282 This patch fixes typos in the commpage definition (Pierre d'Herbemont). by bellard · 18 years ago
- 263466f This patch cleans up target_mach_msg_trap(), removes unuseful do_pread, begins sysctl implementation and implements fcntl (Pierre d'Herbemont). by bellard · 18 years ago
- 1e2bed4 Darwin cleanup usage (Pierre d'Herbemont) by bellard · 18 years ago
- 46ea339 Fix set_error return value, by Pierre d'Herbemont. by ths · 18 years ago
- 831b782 Darwin userspace emulation, by Pierre d'Herbemont. by ths · 18 years ago