1. 49f9522 include: rename qemu-common.h qemu/help-texts.h by Marc-André Lureau · 2 years, 8 months ago
  2. 9c125d1 Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into staging by Richard Henderson · 2 years, 8 months ago
  3. 55d71e0 Don't include sysemu/tcg.h if it is not necessary by Thomas Huth · 2 years, 9 months ago
  4. 905c78f bsd-user: Use qemu_set_log_filename_flags by Richard Henderson · 2 years, 8 months ago
  5. 43b7616 bsd-user: Expand log_page_dump inline by Richard Henderson · 2 years, 8 months ago
  6. c5955f4 util/log: Pass Error pointer to qemu_set_log by Richard Henderson · 2 years, 8 months ago
  7. 54ee5b3 util/log: Drop manual log buffering by Richard Henderson · 2 years, 8 months ago
  8. a941a16 bsd-user: Remove bsd_type by Warner Losh · 2 years, 11 months ago
  9. d194018 bsd-user/main.c: Drop syscall flavor arg -bsd by Warner Losh · 2 years, 11 months ago
  10. 46f4f76 bsd-user/signal.c: setup_frame by Warner Losh · 3 years ago
  11. b46d4ad bsd-user: Remove vestiges of signal queueing code by Warner Losh · 3 years ago
  12. 653ccec bsd-user: Add stop_all_tasks by Warner Losh · 3 years, 3 months ago
  13. 7aac739 bsd-user: Remove used from TaskState by Warner Losh · 3 years, 3 months ago
  14. be04f21 bsd-user: Update mapping to handle reserved and starting conditions by Warner Losh · 3 years, 4 months ago
  15. b801264 bsd-user: Add '-0 argv0' option to bsd-user/main.c by Colin Percival · 3 years, 4 months ago
  16. 63cca10 bsd-user: Implement interlock for atomic operations by Warner Losh · 3 years, 4 months ago
  17. f0f7f9d bsd-user: move gemu_log to later in the file by Warner Losh · 3 years, 4 months ago
  18. 03ecf07 bsd-user: Implement --seed and initialize random state by Warner Losh · 3 years, 4 months ago
  19. 312a0b1 bsd-user: Add system independent stack, data and text limiting by Warner Losh · 3 years, 4 months ago
  20. 031fe7a bsd-user: Move per-cpu code into target_arch_cpu.h by Warner Losh · 3 years, 5 months ago
  21. e2a7472 bsd-user: start to move target CPU functions to target_arch* by Warner Losh · 3 years, 5 months ago
  22. 01a298a bsd-user: save the path to the qemu emulator by Warner Losh · 3 years, 5 months ago
  23. d1dc9ab bsd-user: Include host-os.h from main by Warner Losh · 3 years, 4 months ago
  24. d42df50 bsd-user: assume pthreads and support of __thread by Warner Losh · 3 years, 5 months ago
  25. d37853f bsd-user: pass the bsd_param into loader_exec by Warner Losh · 3 years, 8 months ago
  26. 4c0a4fe bsd-user: Add Stacey's copyright to main.c by Warner Losh · 3 years, 4 months ago
  27. 381c42a bsd-user: remove sparc and sparc64 by Warner Losh · 3 years, 5 months ago
  28. fa79cde accel/tcg: Merge tcg_exec_init into tcg_init_machine by Richard Henderson · 3 years, 9 months ago
  29. b0a0794 tcg: Re-order tcg_region_init vs tcg_prologue_init by Richard Henderson · 3 years, 9 months ago
  30. a1362f3 Merge remote-tracking branch 'remotes/bsdimp/tags/pull-bsd-user-20210511' into staging by Peter Maydell · 3 years, 7 months ago
  31. 29aabb4 bsd-user: use qemu_strtoul in preference to strtol by Warner Losh · 3 years, 8 months ago
  32. b23a51d bsd-user: style tweak: use {} consistently in for / if / else statements by Warner Losh · 3 years, 8 months ago
  33. 4b59984 bsd-user: style tweak: move extern to header file by Warner Losh · 3 years, 8 months ago
  34. 34bc847 bsd-user: style tweak: Use preferred block comments by Warner Losh · 3 years, 8 months ago
  35. 9c039f0 bsd-user: style tweak: Remove #if 0'd code by Warner Losh · 3 years, 8 months ago
  36. 81afda4 bsd-user: style tweak: use C not C++ comments by Warner Losh · 3 years, 8 months ago
  37. d60c3b9 bsd-user: whitespace changes by Warner Losh · 3 years, 8 months ago
  38. 92242f3 accel: move call to accel_init_interfaces by Claudio Fontana · 3 years, 9 months ago
  39. 2068cab Do not include cpu.h if it's not really necessary by Thomas Huth · 3 years, 8 months ago
  40. 3e8f162 exec: Use cpu_untagged_addr in g2h; split out g2h_untagged by Richard Henderson · 3 years, 10 months ago
  41. 5ca870b exec: Use uintptr_t for guest_base by Richard Henderson · 3 years, 10 months ago
  42. b86f59c accel: replace struct CpusAccel with AccelOpsClass by Claudio Fontana · 3 years, 11 months ago
  43. 940e43a accel: extend AccelState and AccelClass to user-mode by Claudio Fontana · 3 years, 11 months ago
  44. a35b3e1 tcg: Add --accel tcg,split-wx property by Richard Henderson · 4 years, 2 months ago
  45. 484bed0 bsd-user: Silence warnings about missing fallthrough statement by Thomas Huth · 4 years ago
  46. 92eecff trace: remove argument from trace_init_file by Paolo Bonzini · 4 years, 2 months ago
  47. d43624c linux-user/sparc64: Fix the handling of window spill trap by Giuseppe Musacchio · 4 years, 6 months ago
  48. e307c19 exec/cpu-all: Use bool for have_guest_base by Richard Henderson · 4 years, 7 months ago
  49. fcedd92 gdbstub/linux-user: support debugging over a unix socket by Alex Bennée · 4 years, 8 months ago
  50. dcb32f1 tcg: Search includes from the project root source directory by Philippe Mathieu-Daudé · 5 years ago
  51. 10d0d50 linux-user: log page table changes under -d page by Alex Bennée · 5 years ago
  52. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  53. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  54. 14a48c1 qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h by Markus Armbruster · 6 years ago
  55. 5a59fbc target/sparc: Use env_cpu, env_archcpu by Richard Henderson · 6 years ago
  56. 6aa9e42 target/i386: Use env_cpu, env_archcpu by Richard Henderson · 6 years ago
  57. c1c8cfe cpu: Rename parse_cpu_model() to parse_cpu_option() by Eduardo Habkost · 6 years ago
  58. 90c84c5 qom/cpu: Simplify how CPUClass:cpu_dump_state() prints by Markus Armbruster · 6 years ago
  59. 0442428 target: Simplify how the TARGET_cpu_list() print by Markus Armbruster · 6 years ago
  60. f5852ef log: Make glib logging go through QEMU by Christophe Fergeau · 6 years ago
  61. 66d26dd bsd-user: Use the IEC binary prefix definitions by Philippe Mathieu-Daudé · 6 years ago
  62. 2b5249b linux-user: update comments to point to tcg_exec_init() by Igor Mammedov · 7 years ago
  63. 2278b93 Use cpu_create(type) instead of cpu_init(cpu_model) by Igor Mammedov · 7 years ago
  64. 7e563bf Polish the version strings containing the package version by Thomas Huth · 7 years ago
  65. 47181f5 misc: remove headers implicitly included by Philippe Mathieu-Daudé · 7 years ago
  66. e8feb96 tcg: introduce regions to split code_gen_buffer by Emilio G. Cota · 7 years ago
  67. b1311c4 tcg: define tcg_init_ctx and make tcg_ctx a pointer by Emilio G. Cota · 7 years ago
  68. 4482e05 cpu: make cpu_generic_init() abort QEMU on error by Igor Mammedov · 7 years ago
  69. f5048cb maint: Include bug-reporting info in --help output by Eric Blake · 7 years ago
  70. e433518 bsd-user/main.c: Fix unused variable warning by Peter Maydell · 7 years ago
  71. beeaef5 tcg: move tb_lock out of translate-all.h by Paolo Bonzini · 7 years ago
  72. ec45bbe util: Use g_malloc/g_free in envlist.c by Saurav Sachidanand · 8 years ago
  73. 0781dd6 Put the copyright information on a separate line by Thomas Huth · 8 years ago
  74. fe4db84 trace: provide mechanism for registering trace events by Daniel P. Berrange · 8 years ago
  75. 48f5921 bsd-user: fix FreeBSD build after d148d90e by Ed Maste · 8 years ago
  76. cc9a366 Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging by Peter Maydell · 8 years ago
  77. 2bfe11c trace: Properly initialize dynamic event states in hot-plugged vCPUs by Lluís Vilanova · 8 years ago
  78. ab12997 cpus-common: move exclusive work infrastructure from linux-user by Paolo Bonzini · 8 years ago
  79. d148d90 cpus-common: move CPU work item management to common code by Sergey Fedorov · 8 years ago
  80. 267f685 cpus-common: move CPU list management to common code by Paolo Bonzini · 8 years ago
  81. 8c1c230 Fix bsd-user build after d915b7bb by Ed Maste · 8 years ago
  82. d915b7b Update ancient copyright string in -version output by Peter Maydell · 8 years ago
  83. ded554c Fix bsd-user build errors after 8642c1b81e0418df066a7960a7426d85a923a253 by Sean Bruno · 8 years ago
  84. 4815185 trace: Add per-vCPU tracing states for events with the 'vcpu' property by Lluís Vilanova · 8 years ago
  85. 6913e79 trace: [bsd-user] Commandline arguments to control tracing by Lluís Vilanova · 8 years ago
  86. daa76aa log: Fix qemu_set_log_filename() error handling by Markus Armbruster · 9 years ago
  87. 02d0e09 os-posix: include sys/mman.h by Paolo Bonzini · 9 years ago
  88. 3e2c0e0 cpu: Eliminate cpudef_init(), cpudef_setup() by Eduardo Habkost · 9 years ago
  89. 63c9155 cpu: move exec-all.h inclusion out of cpu.h by Paolo Bonzini · 9 years ago
  90. f2937a3 log: do not use CONFIG_USER_ONLY by Paolo Bonzini · 9 years ago
  91. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  92. 2231197 bsd-user: Clean up includes by Peter Maydell · 9 years ago
  93. 508127e log: do not unnecessarily include qom/cpu.h by Paolo Bonzini · 9 years ago
  94. 1382902 user: introduce "-d page" by Paolo Bonzini · 9 years ago
  95. 4a7428c s/cpu_get_real_ticks/cpu_get_host_ticks/ by Christopher Covington · 9 years ago
  96. 4cbea59 linux-user: remove --enable-guest-base/--disable-guest-base by Laurent Vivier · 9 years ago
  97. cb48f67 bsd-user: Fix operand to cpu_x86_exec by Richard Henderson · 9 years ago
  98. ea3e984 cpu-exec: Purge all uses of ENV_GET_CPU() by Peter Crosthwaite · 10 years ago
  99. f7ec7f7 gdbstub: Change gdbserver_fork() to accept cpu instead of env by Peter Crosthwaite · 9 years ago
  100. f809c60 target-i386: use memory API to implement SMRAM by Paolo Bonzini · 10 years ago