1. 4c386f8 Do not include sysemu/sysemu.h if it's not really necessary by Thomas Huth · 3 years, 8 months ago
  2. 6f34661 Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pull-request' into staging by Peter Maydell · 3 years, 10 months ago
  3. 6b5fe13 semihosting: Move include/hw/semihosting/ -> include/semihosting/ by Philippe Mathieu-Daudé · 3 years, 10 months ago
  4. 538f049 sysemu: Let VMChangeStateHandler take boolean 'running' argument by Philippe Mathieu-Daudé · 4 years ago
  5. a9b1315 chardev: add nodelay option by Paolo Bonzini · 3 years, 10 months ago
  6. 87c9991 gdbstub: use preferred boolean option syntax by Daniel P. Berrangé · 3 years, 10 months ago
  7. 6e3dd75 gdbstub: Fix handle_query_xfer_auxv by Richard Henderson · 3 years, 11 months ago
  8. b9e10c6 gdbstub: ensure we clean-up when terminated by Alex Bennée · 4 years ago
  9. 5ef0317 gdbstub: drop gdbserver_cleanup in favour of gdb_exit by Alex Bennée · 4 years ago
  10. ad9dcb2 gdbstub: drop CPUEnv from gdb_exit() by Alex Bennée · 4 years ago
  11. 51c623b gdbstub: add support to Xfer:auxv:read: packet by Lirong Yuan · 4 years ago
  12. 3ddd903 gdbstub: Correct misparsing of vCont C/S requests by Peter Maydell · 4 years, 1 month ago
  13. 56357d8 replay: create temporary snapshot at debugger connection by Pavel Dovgalyuk · 4 years, 3 months ago
  14. cda3825 gdbstub: add reverse continue support in replay mode by Pavel Dovgalyuk · 4 years, 3 months ago
  15. fda8458 gdbstub: add reverse step support in replay mode by Pavel Dovgalyuk · 4 years, 3 months ago
  16. 243af02 trace: switch position of headers to what Meson requires by Paolo Bonzini · 4 years, 11 months ago
  17. 7a309cc qom: Change object_get_canonical_path_component() not to malloc by Markus Armbruster · 4 years, 5 months ago
  18. fcedd92 gdbstub/linux-user: support debugging over a unix socket by Alex Bennée · 4 years, 8 months ago
  19. e0a1e20 gdbstub: eliminate gdbserver_fd global by Alex Bennée · 4 years, 8 months ago
  20. 076b2fa gdbstub: fix compiler complaining by Denis Plotnikov · 4 years, 9 months ago
  21. 3bc2609 gdbstub: Fix single-step issue by confirming 'vContSupported+' feature to gdb by Changbin Du · 4 years, 9 months ago
  22. d86b467 gdbstub: do not split gdb_monitor_write payload by Damien Hedde · 4 years, 9 months ago
  23. d116e81 gdbstub: change GDBState.last_packet to GByteArray by Damien Hedde · 4 years, 9 months ago
  24. a010bdb gdbstub: extend GByteArray to read register helpers by Alex Bennée · 4 years, 9 months ago
  25. 4a25f1b gdbstub: move mem_buf to GDBState and use GByteArray by Alex Bennée · 4 years, 9 months ago
  26. 308f9e8 gdbstub: move str_buf to GDBState and use GString by Alex Bennée · 4 years, 9 months ago
  27. a346af3 gdbstub: stop passing GDBState * around and use global by Alex Bennée · 4 years, 9 months ago
  28. 8d98c44 gdbstub: make GDBState static and have common init function by Alex Bennée · 4 years, 9 months ago
  29. 8e9119a hmp: Fail gracefully if chardev is already in use by Kevin Wolf · 4 years, 10 months ago
  30. 083b266 chardev: Use QEMUChrEvent enum in IOEventHandler typedef by Philippe Mathieu-Daudé · 5 years ago
  31. c6ee952 gdbstub: Fix handler for 'F' packet by Sandra Loosemore · 5 years ago
  32. 2bdec39 gdbstub: Fix handling of '!' packet with new infra by Ramiro Polla · 5 years ago
  33. 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 5 years ago
  34. 94b2a62 gdbstub: revert to previous set_reg behaviour by Alex Bennée · 5 years ago
  35. 42a0959 gdbstub: add some notes to the header comment by Alex Bennée · 5 years ago
  36. 5cc8767 general: Replace global smp variables with smp machine properties by Like Xu · 6 years ago
  37. fbfc29e monitor: Replace monitor_init() with monitor_init_{hmp, qmp}() by Kevin Wolf · 6 years ago
  38. ab4752e gdbstub: Implement qemu physical memory mode by Jon Doron · 6 years ago
  39. 3f1cbac gdbstub: Clear unused variables in gdb_handle_packet by Jon Doron · 6 years ago
  40. 7009d57 gdbstub: Implement target halted (? pkt) with new infra by Jon Doron · 6 years ago
  41. 2704efa gdbstub: Implement generic set/query (Q/q pkt) with new infra by Jon Doron · 6 years ago
  42. 8536ec0 gdbstub: Implement v commands with new infra by Jon Doron · 6 years ago
  43. 933f80d gdbstub: Implement step (s pkt) with new infra by Jon Doron · 6 years ago
  44. 4b20fab gdbstub: Implement file io (F pkt) with new infra by Jon Doron · 6 years ago
  45. 397d137 gdbstub: Implement read all registers (g pkt) with new infra by Jon Doron · 6 years ago
  46. 287ca12 gdbstub: Implement write all registers (G pkt) with new infra by Jon Doron · 6 years ago
  47. da92e23 gdbstub: Implement read memory (m pkt) with new infra by Jon Doron · 6 years ago
  48. cc0ecc7 gdbstub: Implement write memory (M pkt) with new infra by Jon Doron · 6 years ago
  49. 5d0e57b gdbstub: Implement get register (p pkt) with new infra by Jon Doron · 6 years ago
  50. 62b3320 gdbstub: Implement set register (P pkt) with new infra by Jon Doron · 6 years ago
  51. 77f6ce5 gdbstub: Implement breakpoint commands (Z/z pkt) with new infra by Jon Doron · 6 years ago
  52. 3a9651d gdbstub: Implement set_thread (H pkt) with new infra by Jon Doron · 6 years ago
  53. ccc47d5 gdbstub: Implement continue with signal (C pkt) with new infra by Jon Doron · 6 years ago
  54. 4d6e3fe gdbstub: Implement continue (c pkt) with new infra by Jon Doron · 6 years ago
  55. 44ffded gdbstub: Implement thread_alive (T pkt) with new infra by Jon Doron · 6 years ago
  56. 3e2c126 gdbstub: Implement deatch (D pkt) with new infra by Jon Doron · 6 years ago
  57. d14055d gdbstub: Add infrastructure to parse cmd packets by Jon Doron · 6 years ago
  58. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  59. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  60. 856dfd8 qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h by Markus Armbruster · 6 years ago
  61. f1672e6 semihosting: move semihosting configuration into its own directory by Alex Bennée · 6 years ago
  62. 33c846e gdbstub: Fix misuse of isxdigit() by Markus Armbruster · 6 years ago
  63. 046aba1 gdbstub: Reject invalid RLE repeat counts by Markus Armbruster · 6 years ago
  64. c99ef79 gdbstub: fix vCont packet handling when no thread is specified by Luc Michel · 6 years ago
  65. 0f8b09b gdbstub: Send a reply to the vKill packet. by Sandra Loosemore · 6 years ago
  66. 4ad6f6c char: allow specifying a GMainContext at opening time by Paolo Bonzini · 6 years ago
  67. 45a4de2 gdbstub: allow killing QEMU via vKill command by Max Filippov · 6 years ago
  68. 46f5abc gdbstub: Simplify gdb_get_cpu_pid() to use cpu->cluster_index by Peter Maydell · 6 years ago
  69. ab65eed gdbstub: fix gdb_get_cpu(s, pid, tid) when pid and/or tid are 0 by Luc Michel · 6 years ago
  70. 364fce6 gdbstub: add multiprocess extension support by Luc Michel · 6 years ago
  71. 160d858 gdbstub: gdb_set_stop_cpu: ignore request when process is not attached by Luc Michel · 6 years ago
  72. 970ed90 gdbstub: processes initialization on new peer connection by Luc Michel · 6 years ago
  73. 3f940dc gdbstub: add support for vAttach packets by Luc Michel · 6 years ago
  74. 53fd655 gdbstub: add support for extended mode packet by Luc Michel · 6 years ago
  75. 546f3c6 gdbstub: add multiprocess support to 'D' packets by Luc Michel · 6 years ago
  76. 95567c2 gdbstub: add multiprocess support to gdb_vm_state_change() by Luc Michel · 6 years ago
  77. c145eea gdbstub: add multiprocess support to Xfer:features:read: by Luc Michel · 6 years ago
  78. 7cf48f6 gdbstub: add multiprocess support to (f|s)ThreadInfo and ThreadExtraInfo by Luc Michel · 6 years ago
  79. 8dbbe9a gdbstub: add multiprocess support to 'sC' packets by Luc Michel · 6 years ago
  80. e40e520 gdbstub: add multiprocess support to vCont packets by Luc Michel · 6 years ago
  81. 7d8c87d gdbstub: add multiprocess support to 'H' and 'T' packets by Luc Michel · 6 years ago
  82. 1a22733 gdbstub: add multiprocess support to '?' packets by Luc Michel · 6 years ago
  83. 8f46863 gdbstub: introduce GDB processes by Luc Michel · 6 years ago
  84. d417eb1 gdbstub: Remove unused include by Philippe Mathieu-Daudé · 6 years ago
  85. 95e30b2 chardev: mark the calls that allow an implicit mux monitor by Marc-André Lureau · 6 years ago
  86. ead75d8 gdbstub: Prevent fd leakage by Philippe Mathieu-Daudé · 7 years ago
  87. 4f71086 gdbstub: Clarify what gdb_handlesig() is doing by Peter Maydell · 7 years ago
  88. 2f65222 gdbstub: Handle errors in gdb_accept() by Peter Maydell · 7 years ago
  89. f5bdd78 gdbstub: Use qemu_set_cloexec() by Peter Maydell · 7 years ago
  90. 200bf5b target/arm: Add the XML dynamic generation by Abdallah Bouassida · 7 years ago
  91. 9005774 gdbstub: fix off-by-one in gdb_handle_packet() by Philippe Mathieu-Daudé · 7 years ago
  92. 1bb982b gdbstub: send a termination packet instead of crashing gdb by KONRAD Frederic · 7 years ago
  93. 5c9522b gdbstub: add tracing by Doug Gale · 7 years ago
  94. 95a5bef Use qemu_tolower() and qemu_toupper(), not tolower() and toupper() by Peter Maydell · 7 years ago
  95. 5a6a1ad gdbstub: don't fail on vCont; C04:0; c packets by Alex Bennée · 7 years ago
  96. bd88c78 qom/cpu: remove host_tid field by Alex Bennée · 7 years ago
  97. d2a6c85 gdbstub: rename cpu_index -> cpu_gdb_index by Alex Bennée · 7 years ago
  98. 118e226 gdbstub: modernise DEBUG_GDB by Alex Bennée · 7 years ago
  99. 81517ba char: add backend hotswap handler by Anton Nefedov · 7 years ago
  100. 1ce2610 char: make chr_fe_deinit() optionaly delete backend by Marc-André Lureau · 8 years ago