1. 7d3a421 hw/remote/message.c: Don't directly invoke DeviceClass:reset by Peter Maydell · 7 months ago
  2. e6578f1 hw/remote/vfio-user: Fix config space access byte order by Mattias Nissler · 1 year, 6 months ago
  3. e152011 hw/remote/remote-obj: hw/misc/ivshmem: Fix missing ERRP_GUARD() for error_prepend() by Zhao Liu · 1 year ago
  4. a4a411f Replace "iothread lock" with "BQL" in comments by Stefan Hajnoczi · 1 year, 2 months ago
  5. 195801d system/cpus: rename qemu_mutex_lock_iothread() to bql_lock() by Stefan Hajnoczi · 1 year, 2 months ago
  6. 0d66549 meson: remove CONFIG_ALL by Paolo Bonzini · 1 year, 6 months ago
  7. ba7d12e hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps by Yi Liu · 1 year, 5 months ago
  8. c8a7fc5 migration: simplify blockers by Steve Sistare · 1 year, 4 months ago
  9. 1725253 hw/remote: move stub vfu_object_set_bus_irq out of stubs/ by Paolo Bonzini · 1 year, 6 months ago
  10. 8be0461 exec/memory: Add symbol for memory listener priority for device backend by Isaku Yamahata · 1 year, 8 months ago
  11. a0488cd hw/remote/proxy: Remove dubious 'event_notifier-posix.c' include by Philippe Mathieu-Daudé · 1 year, 9 months ago
  12. de6cd75 meson: Replace softmmu_ss -> system_ss by Philippe Mathieu-Daudé · 1 year, 9 months ago
  13. 5fb9e82 hw/remote: Fix vfu_cfg trace offset format by Mattias Nissler · 1 year, 10 months ago
  14. c145475 vfio-user: update comments by Jagannathan Raman · 1 year, 10 months ago
  15. a67dfa6 Drop duplicate #include by Markus Armbruster · 2 years, 1 month ago
  16. bfe7bf8 Don't include headers already included by qemu/osdep.h by Markus Armbruster · 2 years, 1 month ago
  17. f021f4e hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs() by Bernhard Beschow · 2 years, 2 months ago
  18. dfa6ba6 Replace use of qdev_reset_all() with device_cold_reset() by Peter Maydell · 2 years, 3 months ago
  19. 740d6c4 error: Drop a few superfluous ERRP_GUARD() by Markus Armbruster · 2 years, 3 months ago
  20. 15377f6 msix: Assert that specified vector is in range by Akihiko Odaki · 2 years, 6 months ago
  21. c5e8d51 Use g_new() & friends where that makes obvious sense by Markus Armbruster · 2 years, 5 months ago
  22. 78e27df vfio-user: handle reset of remote device by Jagannathan Raman · 2 years, 9 months ago
  23. 08cf3dc vfio-user: handle device interrupts by Jagannathan Raman · 2 years, 9 months ago
  24. 3123f93 vfio-user: handle PCI BAR accesses by Jagannathan Raman · 2 years, 9 months ago
  25. 15ccf9b vfio-user: handle DMA mappings by Jagannathan Raman · 2 years, 9 months ago
  26. 253007d vfio-user: IOMMU support for remote device by Jagannathan Raman · 2 years, 9 months ago
  27. 90072f2 vfio-user: handle PCI config space accesses by Jagannathan Raman · 2 years, 9 months ago
  28. 9fb3fba vfio-user: run vfio-user context by Jagannathan Raman · 2 years, 9 months ago
  29. a6e8d6d vfio-user: find and init PCI device by Jagannathan Raman · 2 years, 9 months ago
  30. 87f7249 vfio-user: instantiate vfio-user context by Jagannathan Raman · 2 years, 9 months ago
  31. 8f9a925 vfio-user: define vfio-user-server object by Jagannathan Raman · 2 years, 9 months ago
  32. 5511696 vfio-user: build library by Jagannathan Raman · 2 years, 9 months ago
  33. 9b5b473 remote/machine: add vfio-user property by Jagannathan Raman · 2 years, 9 months ago
  34. 661e21c remote/machine: add HotplugHandler for remote machine by Jagannathan Raman · 2 years, 9 months ago
  35. b88651c QIOChannel: Add flags on io_writev and introduce io_flush callback by Leonardo Bras · 2 years, 10 months ago
  36. 0f9668e Remove qemu-common.h include from most units by Marc-André Lureau · 3 years ago
  37. 83bb745 hw/remote: Add missing include by Philippe Mathieu-Daudé · 3 years, 1 month ago
  38. daf0db0 hw/remote/proxy: Categorize Wireless devices as 'Network' ones by Philippe Mathieu-Daudé · 3 years, 5 months ago
  39. 142518b memory: Name all the memory listeners by Peter Xu · 3 years, 7 months ago
  40. fff0e45 Remove superfluous ERRP_GUARD() by Markus Armbruster · 3 years, 7 months ago
  41. 96ac971 multi-process: Fix pci_proxy_dev_realize() error handling by Markus Armbruster · 3 years, 7 months ago
  42. f4a3fda remote/memory: Replace share parameter with ram_flags by Yang Zhong · 3 years, 8 months ago
  43. d902268 multi-process: Initialize variables declared with g_auto* by Zenghui Yu · 4 years ago
  44. dcf2065 multi-process: Avoid logical AND of mutually exclusive tests by Jagannathan Raman · 3 years, 10 months ago
  45. ee86213 Do not include exec/address-spaces.h if it's not really necessary by Thomas Huth · 3 years, 11 months ago
  46. 2068cab Do not include cpu.h if it's not really necessary by Thomas Huth · 3 years, 11 months ago
  47. ead62c7 Do not include hw/boards.h if it's not really necessary by Thomas Huth · 3 years, 11 months ago
  48. b6cc02d multi-process: perform device reset in the remote process by Elena Ufimtseva · 4 years, 1 month ago
  49. 1bec145 multi-process: Retrieve PCI info from remote process by Jagannathan Raman · 4 years, 1 month ago
  50. bd36adb multi-process: create IOHUB object to handle irq by Jagannathan Raman · 4 years, 1 month ago
  51. c746b74 multi-process: Synchronize remote memory by Jagannathan Raman · 4 years, 1 month ago
  52. 7ee3f82 multi-process: PCI BAR read/write handling for proxy & remote endpoints by Jagannathan Raman · 4 years, 1 month ago
  53. 11ab872 multi-process: Forward PCI config space acceses to the remote process by Elena Ufimtseva · 4 years, 1 month ago
  54. e7b2c9e multi-process: add proxy communication functions by Elena Ufimtseva · 4 years, 1 month ago
  55. 9f81120 multi-process: introduce proxy object by Elena Ufimtseva · 4 years, 1 month ago
  56. ed5d001 multi-process: setup memory manager for remote device by Jagannathan Raman · 4 years, 1 month ago
  57. c7d80c7 multi-process: Associate fd of a PCIDevice with its object by Jagannathan Raman · 4 years, 1 month ago
  58. 48b06f5 multi-process: Initialize message handler in remote device by Jagannathan Raman · 4 years, 1 month ago
  59. ad22c30 multi-process: define MPQemuMsg format and transmission functions by Elena Ufimtseva · 4 years, 1 month ago
  60. 3f0e7e5 multi-process: setup a machine object for remote device process by Jagannathan Raman · 4 years, 1 month ago
  61. 6fbd84d multi-process: setup PCI host bridge for remote device by Jagannathan Raman · 4 years, 1 month ago
  62. 3090de6 multi-process: Add config option for multi-process QEMU by Jagannathan Raman · 4 years, 1 month ago