aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2021-06-18superficially handle Device Control 2 and Link Control 2 (#568)Thanos Makatos1-0/+32
2021-06-18fix print (#567)Thanos Makatos1-2/+2
2021-06-10dma: Fix returned sg array (#564)Swapnil Ingle1-1/+1
2021-06-09clear dirty pages bitmap after getting dirty pages but keep mapped segments d...Thanos Makatos3-71/+126
2021-06-09drop mappable flag from DMA map (#553)Thanos Makatos1-6/+7
2021-06-02replace max_msg_size with max_data_xfer_size (#541)John Levon4-67/+129
2021-06-02clean up migration register definitions (#550)John Levon2-8/+8
2021-06-01limit max DMA region size (#545)John Levon5-8/+24
2021-06-01fixes for VFIO_USER_DIRTY_PAGES (#537)John Levon4-63/+87
2021-05-28don't return non-zero caps for zero-sized regions (#543)Thanos Makatos1-3/+5
2021-05-28hide non-ABI symbols (#538)John Levon6-28/+29
2021-05-28restore argsz for DMA map/unmap (#523)Thanos Makatos2-41/+70
2021-05-26support VFIO_DMA_UNMAP_FLAG_GET_DIRTY_BITMAP (#521)Thanos Makatos1-5/+32
2021-05-26remove a stale FIXME (#527)John Levon1-4/+0
2021-05-26improve request header handlingJohn Levon4-24/+28
2021-05-26don't support multiple DMA regions per map/unmap (#520)Thanos Makatos2-68/+85
2021-05-25don't treat DMA segment as absolute when determining dirty page bit (#519)Thanos Makatos1-28/+2
2021-05-25log dirty pages for new DMA regions as well (#518)Thanos Makatos1-26/+48
2021-05-25more spec updates (#491)John Levon3-18/+16
2021-05-25add a gcov target (#498)John Levon1-19/+8
2021-05-25Handle support of PCI FLR capability (#517)Swapnil Ingle1-2/+10
2021-05-24python tests: add VFIO_USER_DEVICE_SET_IRQS (#473)John Levon1-14/+18
2021-05-24fix region offset handling (#485)John Levon2-16/+6
2021-05-20migration: various dirty page tracking fixes (#457)Thanos Makatos6-83/+190
2021-05-20python tests: add VFIO_USER_DEVICE_GET_REGION_INFO (#471)John Levon1-1/+1
2021-05-20validate_irq_subindex: skip check of vfu_ctx pointer (#499)John Levon1-4/+2
2021-05-15python tests: add VFIO_USER_DEVICE_GET_INFO (#454)John Levon2-4/+1
2021-05-15move PCI capability testing to Python (#453)John Levon1-0/+3
2021-05-14Fix dma read write count (#497)Swapnil Ingle1-2/+2
2021-05-14dma: Use correct len type (#479)Swapnil Ingle2-6/+8
2021-05-11some specification updates (#465)John Levon3-9/+9
2021-05-10fix dma unregister callback during region removal (#464)John Levon3-12/+22
2021-05-07don't close outgoing message fds (#472)John Levon1-6/+0
2021-05-04stop using struct vfio_device_info (#456)John Levon1-2/+2
2021-05-04refactor message handling path (#376)John Levon5-480/+455
2021-04-23correct PM capability definition (#452)John Levon1-1/+14
2021-04-23handle_region_access(): fix error-path log message (#451)John Levon1-2/+2
2021-04-23cap_write_pm(): remove assert() (#450)John Levon1-2/+2
2021-04-23reduce VFU_MAX_CAPS (#449)John Levon1-3/+3
2021-04-19vfu_realize_ctx(): fix default PCI config space region (#445)John Levon1-7/+5
2021-04-15remove stale comment (#443)John Levon1-2/+0
2021-04-15remove vfu_get_region_info() (#444)John Levon3-14/+3
2021-04-15vfu_ctx_create(): validate flags argument (#442)John Levon1-2/+4
2021-04-14libvfio-user.c: use ERROR_INT() (#433)John Levon3-107/+101
2021-04-14hard-code migration region index (#441)John Levon2-18/+10
2021-04-14migration: use ERROR_INT() (#432)John Levon3-30/+30
2021-04-13tran_sock: use ERROR_INT() (#431)John Levon3-90/+100
2021-04-13pci: use ERROR_INT() (#430)John Levon3-29/+34
2021-04-13drop use of __u* types (#438)John Levon4-21/+18
2021-04-13irq.c: use ERROR_INT() (#429)John Levon2-8/+12