1. 90b2d3a update_headers.sh: Remove arm architecture by Alexandru Elisei · 3 years, 9 months ago
  2. d7d79bd virtio: Fix ordering of virtio_queue__should_signal() by Alexandru Elisei · 3 years, 9 months ago
  3. c9acdae arm64: Use default kernel offset when the image file can't be seeked by Marc Zyngier · 3 years, 10 months ago
  4. 351d931 kvmtool: arm64: Report missing support for 32bit guests by Suzuki K Poulose · 3 years, 10 months ago
  5. fd0a05b arm64: Obtain text offset from kernel image by Marc Zyngier · 4 years ago
  6. b4fc4f6 vfio: Trap MMIO access to BAR addresses which aren't page aligned by Alexandru Elisei · 4 years ago
  7. ad5e905 arm/fdt: Remove 'linux,pci-probe-only' property by Julien Thierry · 4 years ago
  8. 465edc9 pci: Implement reassignable BARs by Alexandru Elisei · 4 years ago
  9. 46e0413 pci: Toggle BAR I/O and memory space emulation by Alexandru Elisei · 4 years ago
  10. 5a8e4f2 pci: Implement callbacks for toggling BAR emulation by Alexandru Elisei · 4 years ago
  11. cbf3d16 Don't allow more than one framebuffers by Alexandru Elisei · 4 years ago
  12. e1d0285 vfio/pci: Don't write configuration value twice by Alexandru Elisei · 4 years ago
  13. 6ea32eb pci: Limit configuration transaction size to 32 bits by Alexandru Elisei · 4 years ago
  14. a05e576 vfio: Reserve ioports when configuring the BAR by Alexandru Elisei · 4 years ago
  15. e539f3e virtio/pci: Get emulated region address from BARs by Alexandru Elisei · 4 years ago
  16. 2f6384f pci: Add helpers for BAR values and memory/IO space access by Alexandru Elisei · 4 years ago
  17. 09577ac ioport: mmio: Use a mutex and reference counting for locking by Alexandru Elisei · 4 years ago
  18. 56ef7bd net: uip: Fix GCC 10 warning about checksum calculation by Andre Przywara · 4 years ago
  19. 5a3a5c0 rtc: Generate fdt node for the real-time clock by Andre Przywara · 4 years ago
  20. c0c45ee pci: Move legacy IRQ assignment into devices by Andre Przywara · 4 years ago
  21. d632fac cfi-flash: Add support for mapping flash into guest by Andre Przywara · 4 years, 1 month ago
  22. 0480e04 memslot: Add support for READONLY mappings by Andre Przywara · 4 years, 1 month ago
  23. 8d98772 vfio: Destroy memslot when unmapping the associated VAs by Alexandru Elisei · 4 years, 1 month ago
  24. 25cf319 Add emulation for CFI compatible flash memory by Raphael Gault · 4 years, 1 month ago
  25. af731be virtio-mmio: Assign IRQ line directly before registering device by Andre Przywara · 4 years, 1 month ago
  26. e554aef vfio: fix multi-MSI vector handling by Lorenzo Pieralisi · 4 years ago
  27. bea6c33 ioport: Fail when registering overlapping ports by Alexandru Elisei · 4 years, 1 month ago
  28. c5e3c9e hw/vesa: Set the size for BAR 0 by Alexandru Elisei · 4 years, 1 month ago
  29. 5d6dd28 hw/vesa: Don't ignore fatal errors by Alexandru Elisei · 4 years, 1 month ago
  30. 8f16070 Don't ignore errors registering a device, ioport or mmio emulation by Alexandru Elisei · 4 years, 1 month ago
  31. db92777 virtio: Don't ignore initialization failures by Alexandru Elisei · 4 years, 1 month ago
  32. 3665392 vfio/pci: Don't access unallocated regions by Alexandru Elisei · 4 years, 1 month ago
  33. 5b7fef1 vfio/pci: Ignore expansion ROM BAR writes by Alexandru Elisei · 4 years, 1 month ago
  34. 84998f2 vfio/pci: Don't assume that only even numbered BARs are 64bit by Alexandru Elisei · 4 years, 1 month ago
  35. ed01a60 vfio/pci: Allocate correct size for MSIX table and PBA BARs by Alexandru Elisei · 4 years, 1 month ago
  36. e09b599 virtio/pci: Make memory and IO BARs independent by Julien Thierry · 4 years, 1 month ago
  37. 48843d1 pci: Fix ioport allocation size by Julien Thierry · 4 years, 1 month ago
  38. 854aa2e ioport: pci: Move port allocations to PCI devices by Julien Thierry · 4 years, 1 month ago
  39. c94286f arm/pci: Advertise only PCI bus 0 in the DT by Alexandru Elisei · 4 years, 1 month ago
  40. ce2fc8f Check that a PCI device's memory size is power of two by Alexandru Elisei · 4 years, 1 month ago
  41. b4e18c7 Remove pci-shmem device by Alexandru Elisei · 4 years, 1 month ago
  42. bb0d509 pci: Fix BAR resource sizing arbitration by Sami Mujawar · 4 years, 1 month ago
  43. 9feb42b hw/i8042: Compile only for x86 by Alexandru Elisei · 4 years, 1 month ago
  44. 53ce8c5 Makefile: Use correct objcopy binary when cross-compiling for x86_64 by Alexandru Elisei · 4 years, 1 month ago
  45. a0eab49 arm64: Add SVE support by Dave Martin · 5 years ago
  46. 74c5e7b arm/arm64: Factor out ptrauth vcpu feature setup by Dave Martin · 5 years ago
  47. 254cb18 KVM: arm/arm64: Add a vcpu feature for pointer authentication by Amit Daniel Kachhap · 5 years ago
  48. 66b24a3 update_headers: Sync kvm UAPI headers with Linux 5.3 by Will Deacon · 4 years, 6 months ago
  49. 207fb98 virtio: Ensure virt_queue is always initialised by Will Deacon · 4 years, 7 months ago
  50. 51645dd README: Update my email address by Julien Thierry · 4 years, 9 months ago
  51. 292435b update_headers.sh: arm64: Copy sve_context.h if available by Dave Martin · 5 years ago
  52. 9f520be update_headers.sh: Cleanly report failure on error by Dave Martin · 5 years ago
  53. 3baf13c update_headers.sh: Add missing shell quoting by Dave Martin · 5 years ago
  54. 534cac2 README: Add maintainers section by Will Deacon · 5 years ago
  55. ef5b941 run: Check for ghost socket file upon VM creation by Andre Przywara · 5 years ago
  56. 67f9f7b list: Clean up ghost socket files by Andre Przywara · 5 years ago
  57. eaeaf60 virtio/blk: Avoid taking pointer to packed struct by Andre Przywara · 5 years ago
  58. a3704b9 vfio: rework vfio_irq_set payload setting by Andre Przywara · 5 years ago
  59. 1ac5dce vfio: remove unneeded test by Andre Przywara · 5 years ago
  60. 09533d3 vfio: remove spurious ampersand by Andre Przywara · 5 years ago
  61. 3f218e8 virtio/blk: sync I/O on reset by Jean-Philippe Brucker · 5 years ago
  62. 2790307 disk/aio: Add wait() disk operation by Jean-Philippe Brucker · 5 years ago
  63. a839180 disk/aio: Cancel AIO thread on cleanup by Jean-Philippe Brucker · 5 years ago
  64. 200cb82 disk/aio: Fix AIO thread by Jean-Philippe Brucker · 5 years ago
  65. d62e8ee disk/aio: Fix use of disk->async by Jean-Philippe Brucker · 5 years ago
  66. 30a9aa6 disk/aio: Refactor AIO code by Jean-Philippe Brucker · 5 years ago
  67. 0964955 guest: sync disk before shutting down by Jean-Philippe Brucker · 5 years ago
  68. 5c5cae7 virtio/blk: Set VIRTIO_BLK_F_RO when the disk is read-only by Jean-Philippe Brucker · 5 years ago
  69. ca14d9e qcow: Fix qcow1 exit fault by Jean-Philippe Brucker · 5 years ago
  70. 20b6526 brlock: fix build with KVM_BRLOCK_DEBUG by Julien Thierry · 5 years ago
  71. 026fb59 brlock: Always pass argument to br_read_lock/unlock by Julien Thierry · 5 years ago
  72. 90fa9c7 Makefile: Only compile vesa for archs that need it by Julien Thierry · 5 years ago
  73. 7302327 vfio-pci: Re-enable INTx mode when disable MSI/MSIX by Leo Yan · 5 years ago
  74. 12bd7a1 vfio-pci: Add new function for INTx one-time initialisation by Leo Yan · 5 years ago
  75. a1ff6f8 vfio-pci: Release INTx's unmask eventfd properly by Leo Yan · 5 years ago
  76. c57e001 arm: Auto-detect guest GIC type by Andre Przywara · 5 years ago
  77. 0796825 net/dhcp: avoid misleading strncpy by Andre Przywara · 5 years ago
  78. 05755b2 virtio: use strlcpy by Andre Przywara · 5 years ago
  79. 266a0ed builtin-run: Replace strncpy calls with strlcpy by Andre Przywara · 5 years ago
  80. 5eb1f27 Makefile: support -s switch by Andre Przywara · 5 years ago
  81. 56e45ea arm: fdt: add stdout-path to /chosen node by Andre Przywara · 5 years ago
  82. 04d604b kvmtool: 9p: fix overapping snprintf by Anisse Astier · 5 years ago
  83. 1650908 virtio: fix warning on strncpy by Anisse Astier · 5 years ago
  84. 96eda74 builtin-run: Fix warning when resolving path by Anisse Astier · 5 years ago
  85. 2f61a44 init: fix sysfs mount arguments by Dmitry Monakhov · 5 years ago
  86. 5e4b563 arm: Allow command line for firmware by Andre Przywara · 5 years ago
  87. eb41dfc Makefile: Remove echoing of kvmtools version file by Andre Przywara · 5 years ago
  88. 93e9e2d arm: pmu: Improve PMU error reporting by Andre Przywara · 5 years ago
  89. e1c7c62 arm: turn pr_info() into pr_debug() messages by Andre Przywara · 5 years ago
  90. 66454cc virtio/console: Implement reset by Jean-Philippe Brucker · 5 years ago
  91. 8003ede virtio/p9: Implement reset by Jean-Philippe Brucker · 5 years ago
  92. 7a7f454 threadpool: Add cancel() function by Jean-Philippe Brucker · 5 years ago
  93. 6730b51 virtio/blk: Reset virtqueue by Jean-Philippe Brucker · 5 years ago
  94. 49bada4 virtio/net: Implement device and virtqueue reset by Jean-Philippe Brucker · 5 years ago
  95. ad96e86 virtio/net: Clean virtqueue state by Jean-Philippe Brucker · 5 years ago
  96. d87b503 net/uip: Add exit function by Jean-Philippe Brucker · 5 years ago
  97. eb34a8c virtio: Add reset() callback by Jean-Philippe Brucker · 5 years ago
  98. ad346c2 virtio: Add exit_vq() callback by Jean-Philippe Brucker · 5 years ago
  99. 53fbb17 virtio: Add get_vq() callback by Jean-Philippe Brucker · 5 years ago
  100. b98ac59 virtio: Add get_vq_count() callback by Jean-Philippe Brucker · 5 years ago