1. e77abbe libqos: add virtio used ring support by Stefan Hajnoczi · 8 years ago
  2. afbccba libqos: fix typo in virtio.h QVirtQueue->used comment by Stefan Hajnoczi · 8 years ago
  3. 80e1eea tests: fix virtio-blk-test leaks by Marc-André Lureau · 8 years ago
  4. c4523aa tests: add specialized device_find function by Marc-André Lureau · 8 years ago
  5. 62030ed tests: fix usb-test leaks by Marc-André Lureau · 8 years ago
  6. 0c0eb30 tests: fix vhost-user-test leaks by Marc-André Lureau · 8 years ago
  7. dc491fe tests: fix qmp response leak by Marc-André Lureau · 8 years ago
  8. b845416 libqos: fix spapr qpci_map() by Laurent Vivier · 8 years ago
  9. e0a4cb2 libqos/ahci: Add get_sense and test_ready by John Snow · 8 years ago
  10. 48cde09 libqos/ahci: Add ATAPI tray macros by John Snow · 8 years ago
  11. f697b0e libqos/ahci: Support expected errors by John Snow · 8 years ago
  12. ebde93b ahci-test: test atapi read_cd with bcl, nb_sectors = 0 by John Snow · 8 years ago
  13. b4ba67d libqos: Change PCI accessors to take opaque BAR handle by David Gibson · 8 years ago
  14. e7c8526 tests: Don't assume structure of PCI IO base in ahci-test by David Gibson · 8 years ago
  15. f775f45 libqos: Add 64-bit PCI IO accessors by David Gibson · 8 years ago
  16. 352d664 libqos: Implement mmio accessors in terms of mem{read,write} by David Gibson · 8 years ago
  17. 9a84f88 libqos: Add streaming accessors for PCI MMIO by David Gibson · 8 years ago
  18. a7b85b6 libqos: Better handling of PCI legacy IO by David Gibson · 8 years ago
  19. b8cc4d0 libqos: Move BAR assignment to common code by David Gibson · 8 years ago
  20. a795fc0 libqos: Handle PCI IO de-multiplexing in common code by David Gibson · 8 years ago
  21. 246fc0f libqos: Give qvirtio_config_read*() consistent semantics by David Gibson · 8 years ago
  22. 30ca440 tests: enable virtio tests on SPAPR by Laurent Vivier · 8 years ago
  23. 8b4b80c tests: rename target_big_endian() as qvirtio_is_big_endian() by Laurent Vivier · 8 years ago
  24. 6b9cdf4 tests: move QVirtioBus pointer into QVirtioDevice by Laurent Vivier · 8 years ago
  25. 458f3b2 tests: don't check if qtest_spapr_boot() returns NULL by Laurent Vivier · 8 years ago
  26. 357d1e3 spapr: Improved placement of PCI host bridges in guest memory map by David Gibson · 8 years ago
  27. 8360544 libqos: Limit spapr-pci to 32-bit MMIO for now by David Gibson · 8 years ago
  28. c711369 libqos: Correct error in PCI hole sizing for spapr by David Gibson · 8 years ago
  29. cd1b354 libqos: Isolate knowledge of spapr memory map to qpci_init_spapr() by David Gibson · 8 years ago
  30. 54ce6f2 qtest: ask endianness of the target in qtest_init() by Laurent Vivier · 8 years ago
  31. 61ae5cf libqos: use generic qtest_shutdown() by Laurent Vivier · 8 years ago
  32. 2ecd7e2 libqos: add PCI management in qtest_vboot()/qtest_shutdown() by Laurent Vivier · 8 years ago
  33. cf716b3 libqos: add PPC64 PCI support by Laurent Vivier · 8 years ago
  34. 844c822 libqos: fix qvring_init() by Laurent Vivier · 8 years ago
  35. eeddd59 tests: add RTAS command in the protocol by Laurent Vivier · 8 years ago
  36. 8d6ef7c libqos: define SPAPR libqos functions by Laurent Vivier · 8 years ago
  37. e49f827 tests: fix qvirtqueue_kick by Laurent Vivier · 8 years ago
  38. 2a6a407 Clean up ill-advised or unusual header guards by Markus Armbruster · 9 years ago
  39. f1d3b99 libqos: add qvirtqueue_cleanup() by Stefan Hajnoczi · 9 years ago
  40. c75f4c0 libqos: drop duplicated virtio_pci.h definitions by Stefan Hajnoczi · 9 years ago
  41. 780b11a libqos: drop duplicated virtio_vring.h structs by Stefan Hajnoczi · 9 years ago
  42. ee3b850 libqos: drop duplicated virtio_ring.h bit definitions by Stefan Hajnoczi · 9 years ago
  43. 1373a4c libqos: drop duplicated virtio_config.h definitions by Stefan Hajnoczi · 9 years ago
  44. 7ad1e70 libqos: drop duplicated PCI vendor ID definition by Stefan Hajnoczi · 9 years ago
  45. 8ac9e20 libqos: use virtio_ids.h for device ID definitions by Stefan Hajnoczi · 9 years ago
  46. 79ffb27 tests: Remove unnecessary glib.h includes by Peter Maydell · 9 years ago
  47. 87776ab qemu-common: stop including qemu/host-utils.h from qemu-common.h by Paolo Bonzini · 9 years ago
  48. 84a5a80 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  49. 6f061ea fw_cfg: Split fw_cfg_keys.h off fw_cfg.h by Markus Armbruster · 9 years ago
  50. 9982617 tests/libqos/pci-pc: Fix qpci_pc_iomap() to map BARs aligned by Markus Armbruster · 9 years ago
  51. 30456d5 all: Clean up includes by Peter Maydell · 9 years ago
  52. 681c28a tests: Clean up includes by Peter Maydell · 9 years ago
  53. ea53854 libqos: remove some leaks by Marc-André Lureau · 9 years ago
  54. 5323926 ide: Clean up includes by Peter Maydell · 9 years ago
  55. c5620e6 libqos/ahci: organize header by John Snow · 9 years ago
  56. 9350df7 libqos/ahci: add ahci_exec by John Snow · 9 years ago
  57. b682d3a libqos/ahci: allow nondata commands for ahci_io variants by John Snow · 9 years ago
  58. b1b66c3 libqos: allow zero-size allocations by John Snow · 9 years ago
  59. b88641e libqos/ahci: Switch to mutable properties by John Snow · 9 years ago
  60. d0b282a libqos/ahci: ATAPI identify by John Snow · 9 years ago
  61. 54d268b libqos/ahci: ATAPI support by John Snow · 9 years ago
  62. cb11e7b libqos: add qemu-img presence check by John Snow · 9 years ago
  63. 3d93715 qtest/ahci: fix redundant assertion by John Snow · 9 years ago
  64. ab4f705 qtest/ahci: export generate_pattern by John Snow · 9 years ago
  65. 7f39862 i.MX: Add qtest support for I2C device emulator. by Jean-Christophe Dubois · 9 years ago
  66. 9ab9993 libqos/ahci: fix ahci_write_fis for ncq on ppc64 by John Snow · 9 years ago
  67. 26ad004 qtest/ahci: simple ncq data test by John Snow · 9 years ago
  68. e38cc93 libqos/ahci: Force all NCQ commands to be LBA48 by John Snow · 9 years ago
  69. a8973ff libqos/ahci: set the NCQ tag on command_commit by John Snow · 9 years ago
  70. 359790c libqos/ahci: adjust expected NCQ interrupts by John Snow · 9 years ago
  71. 4de4846 libqos/ahci: edit wait to be ncq aware by John Snow · 9 years ago
  72. cb45304 libqos/ahci: add NCQ frame support by John Snow · 9 years ago
  73. 40d2992 libqos/ahci: fix cmd_sanity for ncq by John Snow · 9 years ago
  74. 95ea663 libqos/ahci: fix memory management bugs by John Snow · 9 years ago
  75. bea2f09 libqos: Complete virtio device ID definition list by Fam Zheng · 10 years ago
  76. 2845275 libqos: Allow calling guest_free on NULL pointer by Fam Zheng · 10 years ago
  77. 91d0374 libqos/ahci: Swap memread/write with bufread/write by John Snow · 10 years ago
  78. 88e21f9 qtest/ahci: add migrate dma test by John Snow · 10 years ago
  79. 085248a libqos: Add migration helpers by John Snow · 10 years ago
  80. 455e861 libqos/ahci: Fix sector set method by John Snow · 10 years ago
  81. 008b6e1 libqos/ahci: Add halted command helpers by John Snow · 10 years ago
  82. 631b22e misc: Fix new collection of typos by Stefan Weil · 10 years ago
  83. 72c85e9 libqos: add blkdebug_prepare_script by John Snow · 10 years ago
  84. debaaa1 qtest/ahci: Allow override of default CLI options by John Snow · 10 years ago
  85. 727be1a qtest/ahci: test different disk sectors by John Snow · 10 years ago
  86. 122fdf2 qtest/ahci: add qcow2 support to ahci-test by John Snow · 10 years ago
  87. 1e34cf9 libqos: Solve bug in interrupt checking when using MSIX in virtio-pci.c by Marc Marí · 10 years ago
  88. f9f963e libqos/ahci: add ahci command helpers by John Snow · 10 years ago
  89. 4a42f6d libqos/ahci: Zero-fill AHCI headers by John Snow · 10 years ago
  90. 0a6ed70 libqos: Add virtio MMIO support by Marc Marí · 10 years ago
  91. 870a306 libqos: Add malloc generic by Marc Marí · 10 years ago
  92. 50311a8 libqos: Remove PCI assumptions in constants of virtio driver by Marc Marí · 10 years ago
  93. 728312b libqos: Change use of pointers to uint64_t in virtio by Marc Marí · 10 years ago
  94. 259342d libqos/ahci: Add ahci_clean_mem by John Snow · 10 years ago
  95. ae02962 libqos/ahci: add ahci_io by John Snow · 10 years ago
  96. 1132219 libqos/ahci: Add ahci_guest_io by John Snow · 10 years ago
  97. cbc9756 libqos/ahci: add ahci command size setters by John Snow · 10 years ago
  98. ea41deb libqos/ahci: add ahci command verify by John Snow · 10 years ago
  99. 64a5a27 libqos/ahci: add ahci command functions by John Snow · 10 years ago
  100. 716b640 libqos/ahci: Add ide cmd properties by John Snow · 10 years ago