Age | Commit message (Expand) | Author | Files | Lines |
2012-06-04 | linux-user: Use cpu_reset() after cpu_init() / cpu_copy() | Andreas Färber | 1 | -1/+1 |
2012-04-06 | Userspace ARM BE8 support | Paul Brook | 1 | -5/+29 |
2012-04-06 | linux-user: reserve 4GB of vmem for 32-on-64 | Alexander Graf | 1 | -0/+11 |
2012-04-06 | linux-user: resolve reserved_va vma downwards | Peter Maydell | 1 | -0/+1 |
2012-04-06 | linux-user: target_argv is placed on ts->bprm->argv and can't be freed() | Fabio Erculiani | 1 | -5/+0 |
2012-03-14 | Rename CPUState -> CPUArchState | Andreas Färber | 1 | -7/+7 |
2012-03-14 | linux-user: Don't overuse CPUState | Andreas Färber | 1 | -14/+14 |
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/+2 |
2012-02-02 | linux-user/main.c: Add option to user-mode emulation so that user can specify... | 陳韋任 | 1 | -0/+7 |
2011-12-02 | fix spelling in linux-user sub directory | Dong Xu Wang | 1 | -2/+2 |
2011-10-27 | ppc64-linux-user: Fix syscall return type. | Richard Henderson | 1 | -10/+3 |
2011-10-27 | sparc-linux-user: Fixup sending SIGSEGV | Richard Henderson | 1 | -2/+2 |
2011-10-27 | sparc-linux-user: Handle SIGILL. | Richard Henderson | 1 | -0/+9 |
2011-10-21 | linux-user: Fix broken "-version" option | Peter Maydell | 1 | -11/+8 |
2011-09-09 | introduce environment variables for all qemu-user options | Johannes Schauer | 1 | -207/+348 |
2011-09-09 | linux-user: Verify MIPS syscall arguments | An-Cheng Huang | 1 | -5/+17 |
2011-09-09 | linux-user: Fix MIPS indirect syscall handling | An-Cheng Huang | 1 | -1/+1 |
2011-09-09 | linux-user: Exit with an error if we couldn't set up gdbserver | Peter Maydell | 1 | -1/+5 |
2011-09-09 | linux-user: Implement new ARM 64 bit cmpxchg kernel helper | Dr. David Alan Gilbert | 1 | -1/+88 |
2011-08-22 | microblaze-user: Deliver SIGFPE on div by zero | Edgar E. Iglesias | 1 | -0/+7 |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori | 1 | -1/+1 |
2011-08-05 | Avoid allocating TCG resources in non-TCG mode | Jan Kiszka | 1 | -1/+2 |
2011-07-30 | user: Restore debug usage message for '-d ?' in user mode emulation | Peter Maydell | 1 | -5/+6 |
2011-07-12 | mips: null pointer deref should segfault | Wesley W. Terpstra | 1 | -0/+2 |
2011-07-12 | mips: missing syscall returns wrong errno | Wesley W. Terpstra | 1 | -1/+1 |
2011-07-12 | mips: sigaltstack args | Wesley W. Terpstra | 1 | -1/+1 |
2011-07-11 | linux-user: Add syscall numbers from kernel 2.6.39.2 | Peter Maydell | 1 | -0/+27 |
2011-06-28 | user: Fix -d debug logging for usermode emulation | Edgar E. Iglesias | 1 | -1/+1 |
2011-06-27 | Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging | Anthony Liguori | 1 | -13/+24 |
2011-06-26 | Remove exec-all.h include directives | Blue Swirl | 1 | -2/+1 |
2011-06-21 | linux-user: Bump do_syscall() up to 8 syscall arguments | Peter Maydell | 1 | -13/+24 |
2011-06-15 | Command line support for altering the log file location | Matthew Fernandez | 1 | -17/+26 |
2011-05-31 | target-alpha: Tidy exception constants. | Richard Henderson | 1 | -30/+14 |
2011-05-31 | target-alpha: Rationalize internal processor registers. | Richard Henderson | 1 | -3/+3 |
2011-05-23 | Merge branch 's390-next' of git://repo.or.cz/qemu/agraf | Aurelien Jarno | 1 | -0/+83 |
2011-05-22 | Delete unused tb_invalidate_page_range | Blue Swirl | 1 | -20/+2 |
2011-05-20 | s390x: s390x-linux-user support | Ulrich Hecht | 1 | -0/+83 |
2011-05-08 | Fix spelling in comments (intruction -> instruction) | Stefan Weil | 1 | -1/+1 |
2011-04-12 | unicore32: necessary modifications for other files to support unicore32 | Guan Xuetao | 1 | -1/+88 |
2011-04-11 | microblaze: Correct ec mask in debug print | Edgar E. Iglesias | 1 | -1/+1 |
2011-02-09 | linux-user: Add support for -version option | Peter Maydell | 1 | -4/+13 |
2010-12-07 | ARM: fix ldrexd/strexd | Peter Maydell | 1 | -1/+1 |
2010-12-03 | linux-user: fix memory leaks with NPTL emulation | Nathan Froyd | 1 | -2/+2 |
2010-10-05 | Add new user mode option -ignore-environment | Stefan Weil | 1 | -0/+6 |
2010-09-09 | microblaze: User-mode emulation of hw-excp signals | Edgar E. Iglesias | 1 | -0/+31 |
2010-07-22 | linux-user: display cpu list. | Laurent Vivier | 1 | -0/+2 |
2010-06-10 | rename CONFIG_QEMU_PREFIX | Paolo Bonzini | 1 | -1/+1 |
2010-06-09 | linux-user: honor low bit of entry PC for MIPS | Nathan Froyd | 1 | -1/+4 |
2010-05-29 | Pre-allocate guest address space | Paul Brook | 1 | -0/+63 |