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