aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-23docs/qemu: add missing -numa argument (#799)John Levon1-0/+1
2024-05-15improve documentation on testing with qemu (#797)John Levon2-53/+122
2024-05-14docs: correct markdown links (#796)John Levon2-3/+2
2024-05-14remove arch OS github action (#798)John Levon1-15/+0
2024-04-26Remove dangling quotes from vfio-user.rst (#795)David Reiss1-1/+1
2024-04-18docs: document SPDK dependency (#794)John Levon1-0/+2
2024-03-29Support 64 bits and prefetchable BARs (#792)jfgd5-3/+46
2024-03-21correct IRQ range check (#791)John Levon3-3/+28
2024-01-24Fix DMA message size calculation (#788)Mattias Nissler2-5/+6
2024-01-24make arch CI non-required (#789)John Levon1-1/+0
2023-10-02replace bcopy() with memcpy() (#786)John Levon2-4/+5
2023-10-02fix VFIO_USER_DEVICE_GET_REGION_IO_FDS allocation (#785)John Levon2-4/+37
2023-09-18test_negotiate: add migration testing (#781)John Levon1-8/+6
2023-09-18fix: minor memory bugs #784 William Henderson2-10/+4
2023-09-18Add some notes on live migration version and SPDK usage. (#783)John Levon2-0/+14
2023-09-15adapt to VFIO live migration v2 (#782)William Henderson25-2357/+2497
2023-09-15Pass server->client command over a separate socket pair (#762)Mattias Nissler9-23/+373
2023-09-15Describe the twin-socket feature in the spec (#775)Mattias Nissler1-8/+83
2023-08-31update SDPK version spdk.md (#769)Thanos Makatos1-5/+5
2023-08-31Introduce client object in python tests (#772)Mattias Nissler21-351/+365
2023-08-31Prepare python test helpers for receiving commands (#774)Mattias Nissler1-21/+56
2023-08-31Construct server capabilities using json-c (#771)Mattias Nissler1-25/+106
2023-08-30Replace protocol header flags bit field with mask (#773)Mattias Nissler5-23/+21
2023-08-23fix: incorrect number of dirty pages printed (#766)William Henderson1-1/+1
2023-08-15Make debian-11, debian-12 and arch-202307 required pull request jobsSandro-Alessio Gierens1-0/+3
2023-08-15Revise iovec_t.__eq__ and vfu_dma_info_t.__eq__ to fix flake8 E721Sandro-Alessio Gierens1-2/+2
2023-08-15Add debian 11, 12 and arch linux jobs to pull_request workflowSandro-Alessio Gierens1-0/+41
2023-08-15Bump Github Actions version to v3Sandro-Alessio Gierens2-6/+6
2023-08-15Introduce close_safely helper function (#763)Mattias Nissler6-63/+49
2023-08-15Allow adding MSI capability via vfu_pci_add_capability (#758)Florian Freudiger5-14/+152
2023-08-15Add another lspci test output variant (#761)Sandro-Alessio Gierens2-1/+31
2023-08-08Fix MSI-X capability write logging opposite status (#759)Florian Freudiger1-3/+3
2023-08-02fix: server sample not marking dirty pages (#748)William Henderson2-66/+173
2023-08-02docs: document test debugging with GDB (#756)William Henderson1-0/+12
2023-07-31docs: document DMA message dirty handling (#755)John Levon2-2/+9
2023-07-31fix: CRC calculation in client sample (#750)William Henderson1-5/+1
2023-07-24refactor: remove private includes from server.c (#752)William Henderson1-2/+0
2023-07-03Fix address calculation for message-based DMA (#740)Mattias Nissler2-25/+39
2023-06-22fix build instructions for samples (#739)William Henderson1-5/+5
2023-06-21Fix some python tests (#737)Axel PASCON3-6/+6
2023-06-08fix err/req irq fd issue (#731)limiao-intel2-17/+64
2023-05-24test: don't leave global pointing to stack memory (#735)Jim Harris1-0/+1
2023-01-04allow -1 file descriptor for ioregionfd (#727)Thanos Makatos3-1/+111
2023-01-03fix FLR reset callback (#729)John Levon6-33/+64
2023-01-01test: use `grep -E` instead of `egrep` (#728)Ville Skyttä1-1/+1
2022-11-22shadow ioeventfd: add demo (#722)Thanos Makatos5-0/+329
2022-11-22vfu_pci_init: initialize PCI config space flags (#724)Thanos Makatos2-0/+74
2022-11-22add debugging to handle_device_get_region_io_fds (#723)Thanos Makatos1-0/+4
2022-11-22fix shadow ioeventfd unit test (#726)Thanos Makatos2-3/+3
2022-11-22allow shadow memory offset per shadow ioeventfd (#703)Thanos Makatos7-28/+34