1. 6f20f55 *-user: Improve documentation for lock_user function by Stefan Weil · 11 years ago
  2. 41d1af4 *-user: Fix typo in comment (ulocking -> unlocking) by Stefan Weil · 11 years ago
  3. db6b81d gdbstub: Change gdb_handlesig() argument to CPUState by Andreas Färber · 12 years ago
  4. dca1173 bsd-user: Change thread_env to CPUState by Andreas Färber · 12 years ago
  5. 878096e cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks by Andreas Färber · 12 years ago
  6. 2e59915 main: use TARGET_ARCH only for the target-specific #define by Paolo Bonzini · 12 years ago
  7. e6a3ee5 bsd-user: OS-agnostic 64-bit SYSCTL types by Ed Maste · 12 years ago
  8. 0514ef2 target-i386: Replace cpuid_*features fields with a feature word array by Eduardo Habkost · 12 years ago
  9. 6ea8430 bsd-user: Track change in FreeBSD SYSCTL(9) types by Ed Maste · 12 years ago
  10. 989b697 qemu-log: default to stderr for logging output by Peter Maydell · 12 years ago
  11. 24537a0 qemu-log: Rename the public-facing cpu_set_log function to qemu_set_log by Peter Maydell · 12 years ago
  12. 4fde1eb qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_mask by Peter Maydell · 12 years ago
  13. 59a6fa6 qemu-log: Abstract out "print usage message about valid log categories" by Peter Maydell · 12 years ago
  14. 9a7e542 qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filename by Peter Maydell · 12 years ago
  15. 7786812 linux-user: bsd-user: Don't reset X86CPU twice by Andreas Färber · 12 years ago
  16. 0360ccf bsd-user: avoid conflict with qemu_vmalloc by Blue Swirl · 12 years ago
  17. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  18. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  19. 76cad71 build: kill libdis, move disassemblers to disas/ by Paolo Bonzini · 12 years ago
  20. ee9baa0 user: Rename qemu-types.h to qemu-user-types.h by Eduardo Habkost · 12 years ago
  21. 89e0e9c user: Move *-user/qemu-types.h to main directory by Eduardo Habkost · 12 years ago
  22. c8057f9 Support 'help' as a synonym for '?' in command line options by Peter Maydell · 13 years ago
  23. 7fc5152 build: move *-user/ objects to nested Makefile.objs by Paolo Bonzini · 13 years ago
  24. fdcb4fb bsd-user: Use cpu_reset() in after cpu_init() by Andreas Färber · 13 years ago
  25. d6ef40b bsd-user: fix compile failure by Peter Maydell · 13 years ago
  26. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  27. b98e9ca bsd-user: Don't overuse CPUState by Andreas Färber · 13 years ago
  28. 1bba0dc Rename cpu_reset() to cpu_state_reset() by Andreas Färber · 13 years ago
  29. ce008c1 qom: Add QOM support to user emulators by Andreas Färber · 13 years ago
  30. c7c530c elf: Improve symbol lookup (optimize, fix for bsd-user) by Stefan Weil · 13 years ago
  31. 9423a2e Merge remote-tracking branch 'stefanha/trivial-patches-next' into staging by Anthony Liguori · 13 years ago
  32. e7d8100 Fix spelling in comments, documentation and messages by Stefan Weil · 13 years ago
  33. c580dee bsd_user: Fix potential null pointer dereference by Stefan Weil · 13 years ago
  34. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  35. d5ab971 Avoid allocating TCG resources in non-TCG mode by Jan Kiszka · 14 years ago
  36. 4b5dfd8 user: Restore debug usage message for '-d ?' in user mode emulation by Peter Maydell · 14 years ago
  37. 1dfdcaa user: Fix -d debug logging for usermode emulation by Edgar E. Iglesias · 14 years ago
  38. 2b41f10 Remove exec-all.h include directives by Blue Swirl · 14 years ago
  39. c235d73 Command line support for altering the log file location by Matthew Fernandez · 14 years ago
  40. 9bf0960 Fix compilation warning due to missing header for sigaction (followup) by Alexandre Raymond · 14 years ago
  41. 5ba1854 Fix spelling in comments (intruction -> instruction) by Stefan Weil · 14 years ago
  42. 1301f32 Fix typos in comments (neccessary -> necessary) by Stefan Weil · 14 years ago
  43. 2971871 bsd-user: Fix possible memory leaks and wrong realloc call by Stefan Weil · 14 years ago
  44. 67af42a Remove dead code for ARM semihosting commandline handling by Wolfgang Schildbach · 14 years ago
  45. f66724c Add new user mode option -ignore-environment by Stefan Weil · 15 years ago
  46. e5924d8 Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking) by Stefan Weil · 14 years ago
  47. 7ee2822 rename CONFIG_QEMU_PREFIX by Paolo Bonzini · 15 years ago
  48. 9002ec7 tcg: Initialize the prologue after GUEST_BASE is fixed. by Richard Henderson · 15 years ago
  49. 2ae144c Fix i386-bsd-user build by Blue Swirl · 15 years ago
  50. b035ffd Fix bsd-user qemu_vmalloc() host page protection code by Juergen Lock · 15 years ago
  51. 0c62de2 Fix bsd-user broken by commit b5ec5ce0e39d6e7ea707d5604a5f6d567dfd2f48 by Juergen Lock · 15 years ago
  52. 059bca4 bsd/darwin-user: mmap_frag() users only check for -1 error by Blue Swirl · 15 years ago
  53. b55a37c user: move CPU reset call to main.c for x86/PPC/Sparc by Blue Swirl · 15 years ago
  54. 544f4f0 bsd-user: fix breakage by 78cfb07fe0dc556cae662a0fab5fe1bd33daabdb by Blue Swirl · 15 years ago
  55. 78cfb07 bsd-user: FreeBSD update by Juergen Lock · 15 years ago
  56. b7d43d0 bsd-user: fix "#if 0"'d printf() by Paul Bolle · 15 years ago
  57. 6ece4df elfload: fix coding style nit by Michael S. Tsirkin · 15 years ago
  58. 032e51d BSD user: suppress a warning by Blue Swirl · 15 years ago
  59. 2fa5d9b BSD user: implement GUEST_BASE by Blue Swirl · 15 years ago
  60. fc0d96b bsd-user: Add generic env variable handling by Blue Swirl · 16 years ago
  61. 3702208 user: compile path.c only once by Blue Swirl · 16 years ago
  62. 28e738d Fix Sparse warning about missing prototype by Blue Swirl · 16 years ago
  63. 7cba04f More NULL pointer fixes by Blue Swirl · 16 years ago
  64. 2f7bb87 rename USE_NPTL to CONFIG_USE_NPTL by Juan Quintela · 16 years ago
  65. 9788c9c rename HAVE_GPROF to TARGET_GPROF by Juan Quintela · 16 years ago
  66. 18c9a9c bsd-users: fix strace by Christoph Egger · 16 years ago
  67. fff2a02 fix build warnings by Christoph Egger · 16 years ago
  68. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
  69. 5f65049 consolidate user cpu_{in, out}[bwl] into ioport-user.c by Isaku Yamahata · 16 years ago
  70. d43277c Fix missing strnlen problems by Blue Swirl · 16 years ago
  71. e99a22c Avoid collision with system NGROUPS definition by Blue Swirl · 16 years ago
  72. 31fc12d BSD user: initial support for i386 and x86_64 targets by blueswir1 · 16 years ago
  73. 1b530a6 Add new command line option -singlestep for tcg single stepping. by aurel32 · 16 years ago
  74. 9399f09 Fix BSD user: there is no NPTL by blueswir1 · 16 years ago
  75. 2d18e63 Flush stdout after printing usage() by blueswir1 · 16 years ago
  76. baa8c60 Fix qemu_malloc. by malc · 16 years ago
  77. 004c9ef Fix bsd-user compile like r6412 by blueswir1 · 16 years ago
  78. 2e77eac Fix user emulator breakage, based on patch by Riku Voipio by blueswir1 · 16 years ago
  79. 93fcfe3 Convert references to logfile/loglevel to use qemu_log*() macros by aliguori · 16 years ago
  80. 72d239e Get rid of user_mode_only by aurel32 · 16 years ago
  81. e58ffeb Remove all traces of __powerpc__ by malc · 16 years ago
  82. 530e761 Fix more FSF addresses by blueswir1 · 16 years ago
  83. 1609cd4 linux-user: Move abi_* typedefs into qemu-types.h by aurel32 · 16 years ago
  84. 6c173b3 Prepare for handling different BSD mmap() flags by blueswir1 · 16 years ago
  85. cdba95b Fix BSD user compilation on other than OpenBSD by blueswir1 · 16 years ago
  86. 77b9435 Use correct trap for syscalls on Sparc32 by blueswir1 · 16 years ago
  87. 5393906 Sparc32 BSD user support by blueswir1 · 16 years ago
  88. 8477850 Preliminary BSD user emulator support by blueswir1 · 16 years ago