Age | Commit message (Expand) | Author |
2009-07-17 | Userspace guest address offsetting | Paul Brook |
2009-07-16 | Update to a hopefully more future proof FSF address | Blue Swirl |
2009-07-15 | Avoid SIGSEGV when dumping cpu state without enabled logging | malc |
2009-07-09 | consolidate user cpu_{in, out}[bwl] into ioport-user.c | Isaku Yamahata |
2009-07-09 | Merge commit 'linux-user/linux-user-for-upstream' into tmp-staging | Anthony Liguori |
2009-07-09 | MIPS atomic instructions | Paul Brook |
2009-07-09 | Fix MIPS sys_clone | Paul Brook |
2009-07-08 | linux-user: increment MAX_ARG_PAGES | Arnaud Patard |
2009-06-16 | linux-user: implemented ELF coredump support for ARM target | Mika Westerberg |
2009-05-26 | microblaze: linux-user support. | Edgar E. Iglesias |
2009-05-16 | linux-user: ppc signal handling | Nathan Froyd |
2009-05-13 | Replace gcc variadic macro extension with C99 version | Blue Swirl |
2009-04-21 | MIPS signal handling fixes. | pbrook |
2009-04-21 | MIPS: Raise SIGSEGV, not SIGILL when an access faults. | pbrook |
2009-04-15 | linux-user: add support for passing contents of argv0 | aurel32 |
2009-04-09 | Enable generic accepts-anything cpu by default for usermode emulation. | pbrook |
2009-04-07 | Add --with-pkgversion. | pbrook |
2009-04-05 | Add new command line option -singlestep for tcg single stepping. | aurel32 |
2009-03-07 | Use a dedicated function to request exit from execution loop | aurel32 |
2009-03-07 | The _exit syscall is used for both thread termination in NPTL applications, | pbrook |
2009-02-28 | Flush stdout after printing usage() | blueswir1 |
2009-02-09 | Fix crash caused by missing command line arguments | aurel32 |
2009-01-30 | linux-user: identify running binary in /proc/self/exe | aurel32 |
2009-01-30 | linux-user: Add generic env variable handling | aurel32 |
2009-01-20 | Fix user emulator breakage, based on patch by Riku Voipio | 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-12-18 | User-mode GDB stub improvements - handle fork | aurel32 |
2008-12-10 | Introduce and use cache-utils.[ch] | malc |
2008-11-18 | x86: Debug register emulation (Jan Kiszka) | aliguori |
2008-11-14 | ppc-linux-user: handle EXCP_DEBUG | aurel32 |
2008-11-10 | use target_mmap() to allocate idt, gdt and ldt (Kirill A. Shutemov). | balrog |
2008-10-26 | Fix undeclared symbol warnings from sparse | blueswir1 |
2008-10-08 | CRIS: linux-user ERP compensation not needed anymore. | edgar_igl |
2008-10-02 | Make CPULogItem tables const | blueswir1 |
2008-09-15 | qemu sh4 nptl support | aurel32 |
2008-09-07 | alpha: only print debug information to the log file | aurel32 |
2008-09-06 | Fix most warnings that would be caused by gcc flag -Wundef | blueswir1 |
2008-08-30 | Fix some warnings that would be generated by gcc -Wredundant-decls | blueswir1 |
2008-08-30 | Add correct stack bias if a 64 bit stack is used | blueswir1 |
2008-08-27 | Fix Sparc64 window handling problems detected by Vince Weaver | blueswir1 |
2008-08-20 | Fix tswap size | malc |
2008-08-17 | Fix some warnings that would be generated by gcc -Wmissing-prototypes | blueswir1 |
2008-07-29 | Unswap qemu-arm data and prefetch abort addresses (Laurent Desnogues). | balrog |
2008-06-27 | More efficient target register / TC accesses. | ths |
2008-06-15 | Fix Sparc32plus & Sparc64 debug output | blueswir1 |
2008-06-09 | Use qemu_mallocz to allocate new thread state. Remove redundant memset. | pbrook |
2008-06-07 | Multithreaded locking fixes. | pbrook |
2008-06-07 | Allow NWINDOWS selection (CPU feature with model specific defaults) | blueswir1 |