1. 09637ed softmmu: Make qtest.c target independent by Thomas Huth · 1 year, 11 months ago
  2. c7a6bf5 softmmu/qtest: Move the target-specific pseries RTAS code out of qtest.c by Thomas Huth · 1 year, 11 months ago
  3. 537a138 qtest: Don't assert on "-qtest chardev:myid" by Peter Maydell · 1 year, 11 months ago
  4. 6f1e91f error: Drop superfluous #include "qapi/qmp/qerror.h" by Markus Armbruster · 2 years, 1 month ago
  5. c551fb0 module: add Error arguments to module_load and module_load_qom by Claudio Fontana · 2 years, 6 months ago
  6. dbc0e80 module: rename module_load_one to module_load by Claudio Fontana · 2 years, 6 months ago
  7. 2106106 module: removed unused function argument "mayfail" by Claudio Fontana · 2 years, 6 months ago
  8. 8d09593 qtest: Improve error messages when property can not be set right now by Markus Armbruster · 2 years, 5 months ago
  9. ee3eb3a Replace TARGET_WORDS_BIGENDIAN by Marc-André Lureau · 3 years ago
  10. 20e4ae1 qtest: replace gettimeofday with GTimer by Marc-André Lureau · 3 years ago
  11. 9edc631 Replace GCC_FMT_ATTR with G_GNUC_PRINTF by Marc-André Lureau · 3 years, 1 month ago
  12. 496bde8 qtest: Add missing 'hw/qdev-core.h' include by Philippe Mathieu-Daudé · 3 years, 1 month ago
  13. 6ba7ada qtest: add a QOM object for qtest by Paolo Bonzini · 4 years, 4 months ago
  14. 940e43a accel: extend AccelState and AccelClass to user-mode by Claudio Fontana · 4 years, 1 month ago
  15. 5010932 module: silence errors for module_load_qom_all(). by Gerd Hoffmann · 4 years, 6 months ago
  16. f59c6de docs/devel/qtest: Include protocol spec in document by Eduardo Habkost · 4 years, 5 months ago
  17. 740b175 cpu-timers, icount: new modules by Claudio Fontana · 4 years, 7 months ago
  18. 2becc36 meson: infrastructure for building emulators by Paolo Bonzini · 5 years ago
  19. c7f419f softmmu: move softmmu only files from root by Claudio Fontana · 4 years, 9 months ago[Renamed from qtest.c]
  20. 3fc92f8 qtest: fix fuzzer-related 80-char limit violations by Alexander Bulekov · 5 years ago
  21. 9e26498 Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEAD by Paolo Bonzini · 5 years ago
  22. 0bd9aef qtest: add in-process incoming command handler by Alexander Bulekov · 5 years ago
  23. e731d08 qtest: add qtest_server_send abstraction by Alexander Bulekov · 5 years ago
  24. 2c6e918 qtest: Fix rtas dependencies by Laurent Vivier · 5 years ago
  25. 19f7034 Avoid address_space_rw() with a constant is_write argument by Peter Maydell · 5 years ago
  26. b7cbebf Remove unnecessary cast when using the address_space API by Philippe Mathieu-Daudé · 5 years ago
  27. 083b266 chardev: Use QEMUChrEvent enum in IOEventHandler typedef by Philippe Mathieu-Daudé · 5 years ago
  28. eb062cf tests: add module loading test by Marc-André Lureau · 6 years ago
  29. dcb1578 util/qemu-timer: refactor deadline calculation for external timers by Pavel Dovgalyuk · 6 years ago
  30. 95a9457 Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2' into staging by Peter Maydell · 6 years ago
  31. 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 6 years ago
  32. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
  33. 2b8985f qtest: Rename qtest.c:qtest_init() by Oleinik, Alexander · 6 years ago
  34. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  35. 3fe13fe qtest: Move accel code to accel/qtest.c by Eduardo Habkost · 6 years ago
  36. 4ad6f6c char: allow specifying a GMainContext at opening time by Paolo Bonzini · 6 years ago
  37. 7d37435 avoid TABs in files that only contain a few by Paolo Bonzini · 6 years ago
  38. 9813dc6 qtest: Add set_irq_in command to set IRQ/GPIO level by Steffen Görtz · 6 years ago
  39. 70da304 qtest: Use cpu address space instead of system memory by Julia Suvorova · 7 years ago
  40. 1477312 qtest: Don't perform side effects inside assertion by Eric Blake · 8 years ago
  41. 81517ba char: add backend hotswap handler by Anton Nefedov · 8 years ago
  42. 4d43a60 char: move CharBackend handling in char-fe unit by Marc-André Lureau · 8 years ago
  43. 8228e35 chardev: move headers to include/chardev by Marc-André Lureau · 8 years ago
  44. fc34059 qtest: fix a memory leak by Marc-André Lureau · 8 years ago
  45. b30d188 util/cutils: Rename qemu_strtoll(), qemu_strtoull() by Markus Armbruster · 8 years ago
  46. 0ec7b3e char: rename CharDriverState Chardev by Marc-André Lureau · 8 years ago
  47. 204febd libqtest: handle zero length memwrite/memread by Greg Kurz · 8 years ago
  48. 39ab61c char: remove explicit_fe_open, use a set_handlers argument by Marc-André Lureau · 8 years ago
  49. 5345fdb char: use qemu_chr_fe* functions with CharBackend argument by Marc-André Lureau · 8 years ago
  50. 32a6ebe char: remaining switch to CharBackend in frontend by Marc-André Lureau · 8 years ago
  51. b4948be char: remove init callback by Marc-André Lureau · 8 years ago
  52. 54ce6f2 qtest: ask endianness of the target in qtest_init() by Laurent Vivier · 8 years ago
  53. eeddd59 tests: add RTAS command in the protocol by Laurent Vivier · 9 years ago
  54. aa15f49 qtest: replace strtoXX() by qemu_strtoXX() by Laurent Vivier · 9 years ago
  55. 5f31bbf qtest.c: Allow zero size in memset qtest commands by Peter Maydell · 9 years ago
  56. 33c1187 qemu-common: push cpu.h inclusion out of qemu-common.h by Paolo Bonzini · 9 years ago
  57. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  58. d38ea87 all: Clean up includes by Peter Maydell · 9 years ago
  59. 87f50ca Move page_size_init earlier by Dr. David Alan Gilbert · 9 years ago
  60. c50766f Init page sizes in qtest by Dr. David Alan Gilbert · 10 years ago
  61. 5560b85 qtest: pre-buffer hex nibs by John Snow · 10 years ago
  62. 4d00796 qtest: add memset to qtest protocol by John Snow · 10 years ago
  63. 7a6a740 qtest: Add base64 encoded read/write by John Snow · 10 years ago
  64. 332cc7e qtest: allow arbitrarily long sends by John Snow · 10 years ago
  65. b3adf5a qtest: Use qemu_opt_set() instead of qemu_opts_parse() by Markus Armbruster · 10 years ago
  66. 107684c qtest: fix qtest log fd should be initialized before qtest chardev by Li Liu · 10 years ago
  67. 60a7901 qtest/irq: Rework IRQ interception by Peter Crosthwaite · 10 years ago
  68. f6a1ef6 accel: Pass MachineState object to accel init functions by Eduardo Habkost · 10 years ago
  69. 0d15da8 accel: Rename 'init' method to 'init_machine' by Eduardo Habkost · 10 years ago
  70. 3a6ce51 accel: Move qtest accel registration to qtest.c by Eduardo Habkost · 10 years ago
  71. 1ad9580 icount: Add QemuOpts for icount by Sebastian Tanase · 11 years ago
  72. 2a802aa qtest: fix hex2nib for capital characters by Sergey Fedorov · 11 years ago
  73. a5f5429 qdev: Implement named GPIOs by Peter Crosthwaite · 11 years ago
  74. f1e2987 machine: Replace QEMUMachine by MachineClass in accelerator configuration by Marcel Apfelbaum · 11 years ago
  75. 135a129 kvm: Add a new machine option kvm-type by Aneesh Kumar K.V · 11 years ago
  76. 23802b4 qtest: Don't segfault with invalid -qtest option by Fam Zheng · 11 years ago
  77. b3be57c qtest: don't report signals if qtest driver enabled by Michael S. Tsirkin · 11 years ago
  78. d4fce24 qtest: split configuration of qtest accelerator and chardev by Paolo Bonzini · 11 years ago
  79. 35aa3fb qtest: Fix FMT_timeval vs time_t by Richard Henderson · 12 years ago
  80. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 12 years ago
  81. 40daca5 aio / timers: Rearrange timer.h & make legacy functions call non-legacy by Alex Bligh · 12 years ago
  82. ac70aaf aio / timers: Use all timerlists in icount warp calculations by Alex Bligh · 12 years ago
  83. ba646ff qtest: Don't reset on qtest chardev connect by Markus Armbruster · 12 years ago
  84. 56863d4 qtest: Handle addresses and values for {in, out}[bwl] as unsigned by Peter Maydell · 12 years ago
  85. dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
  86. 0fbf01f qtest: use synchronous I/O for char device by Anthony Liguori · 12 years ago
  87. 872536b qtest: Add MMIO support by Andreas Färber · 12 years ago
  88. 5dd6be0 qtest: Use strtoull() for uint64_t by Andreas Färber · 12 years ago
  89. d5286af accel: change {xen, kvm, tcg, qtest}_allowed from int to bool by liguang · 12 years ago
  90. 927d487 softmmu: move remaining include files to include/ subdirectories by Paolo Bonzini · 12 years ago
  91. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  92. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  93. 7f3bf92 qtest: Fix tv_usec != long by Richard Henderson · 13 years ago
  94. 3f97fd8 qtest: Add missing GCC_FMT_ATTR by Stefan Weil · 13 years ago
  95. 6e92466 qtest: use qemu_gettimeofday() by Anthony Liguori · 13 years ago
  96. 6b7cff7 qtest: fix 32-bit build by Anthony Liguori · 13 years ago
  97. 8156be5 qtest: add clock management by Paolo Bonzini · 13 years ago
  98. 2028834 qtest: IRQ interception infrastructure by Paolo Bonzini · 13 years ago
  99. c7f0f3b qtest: add test framework by Anthony Liguori · 13 years ago