index
:
riscv-gnu-toolchain/qemu/subprojects/libvfio-user.git
master
master-migv2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libvfio-user.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-22
allow shadow memory offset per shadow ioeventfd (#703)
Thanos Makatos
1
-7
/
+8
2022-11-16
check spelling (#720)
John Levon
1
-1
/
+1
2022-10-05
add some unlikely (#717)
Thanos Makatos
1
-13
/
+16
2022-10-05
only call debug_region_access if in debug mode (#716)
Thanos Makatos
1
-1
/
+9
2022-10-05
don't duplicate FD in get region info (#715)
Thanos Makatos
1
-9
/
+3
2022-10-04
fix compilation for i386 and ppc64 (#709)
Thanos Makatos
1
-31
/
+51
2022-08-18
make SGL error-checking DEBUG-only (#706)
John Levon
1
-3
/
+11
2022-08-08
delete socket on vfu_ctx_destroy (#702)
Thanos Makatos
1
-1
/
+1
2022-07-04
support for shadow ioeventfd (#698)
Thanos Makatos
1
-3
/
+21
2022-06-09
report function in quiesce_check_allowed() (#693)
John Levon
1
-7
/
+10
2022-06-07
irq: inform device of IRQ mask & unmask via callback (#694)
Jag Raman
1
-0
/
+16
2022-05-30
allow all LOG_* levels (#691)
John Levon
1
-2
/
+1
2022-05-30
allow concurrent dirty bitmap get (#677)
John Levon
1
-2
/
+9
2022-05-27
re-work SGL API (#675)
John Levon
1
-22
/
+27
2022-05-27
re-work SG dirty tracking (#672)
John Levon
1
-2
/
+15
2022-05-27
require quiesce for VFIO_USER_DIRTY_PAGES (#671)
John Levon
1
-0
/
+3
2022-05-23
libvfio-user.h: sync VFIO_DEVICE_STATE_XXXX definitions with upstream (#690)
Jag Raman
1
-1
/
+1
2022-05-12
run scan-build in CI (#680)
John Levon
1
-1
/
+1
2022-04-21
support AFL++ fuzzing (#623)
John Levon
1
-1
/
+14
2022-04-19
use struct iovec for grouping buffer and length (#658)
Thanos Makatos
1
-79
/
+79
2022-03-07
check for allowed operations in quiesce state (#647)
Thanos Makatos
1
-0
/
+41
2022-03-02
improve region access debugging (#653)
John Levon
1
-52
/
+49
2022-02-24
additional logging around dirty pages (#650)
Thanos Makatos
1
-0
/
+6
2022-01-17
small get_request_header() cleanup (#637)
John Levon
1
-9
/
+2
2021-12-22
fix coverity issues (#636)
John Levon
1
-0
/
+1
2021-12-09
allow DMA funcs to be called in quiesced state (#635)
Thanos Makatos
1
-2
/
+0
2021-12-01
refactor process_request() (#633)
John Levon
1
-174
/
+200
2021-11-30
introduce device quiesce callback (#609)
Thanos Makatos
1
-71
/
+181
2021-11-24
check ->argsz for VFIO_USER_DIRTY_PAGES (#628)
John Levon
1
-5
/
+12
2021-11-24
fix dma unmap validation (#626)
John Levon
1
-40
/
+57
2021-11-24
is_valid_region_access(): account for wrap-around (#624)
John Levon
1
-2
/
+1
2021-11-12
don't assert in dev_get_caps() (#621)
John Levon
1
-5
/
+6
2021-11-11
Fix reply of VFIO_USER_DEVICE_GET_REGION_INFO (#619)
Swapnil Ingle
1
-4
/
+8
2021-10-05
make migration state callback optionally asynchronous (#608)
Thanos Makatos
1
-14
/
+62
2021-09-28
disable VFIO_USER_DEVICE_GET_REGION_IO_FDS on invalid region (#607)
John Levon
1
-0
/
+5
2021-09-28
fix issue with get_region_io_fds when fd = -1 (#606)
John Levon
1
-5
/
+1
2021-09-08
initial ioeventfd support (#601)
JAKelly10
1
-1
/
+181
2021-08-27
Add support for VFIO_DMA_UNMAP_FLAG_ALL flag (#600)
Swapnil Ingle
1
-1
/
+24
2021-08-26
Fix err path of handle_dma_unmap() (#597)
Swapnil Ingle
1
-5
/
+5
2021-07-14
check for valid vfu_setup_region() flags (#579)
John Levon
1
-5
/
+11
2021-07-13
add VFU_REGION_FLAG_ALWAYS_CB to receive callback always (#583)
Jag Raman
1
-2
/
+9
2021-06-30
return process request count in vfu_run_ctx() (#574)
John Levon
1
-7
/
+14
2021-06-18
fix print (#567)
Thanos Makatos
1
-2
/
+2
2021-06-09
clear dirty pages bitmap after getting dirty pages but keep mapped segments d...
Thanos Makatos
1
-53
/
+57
2021-06-09
drop mappable flag from DMA map (#553)
Thanos Makatos
1
-6
/
+7
2021-06-02
replace max_msg_size with max_data_xfer_size (#541)
John Levon
1
-56
/
+89
2021-06-01
limit max DMA region size (#545)
John Levon
1
-4
/
+3
2021-06-01
fixes for VFIO_USER_DIRTY_PAGES (#537)
John Levon
1
-53
/
+71
2021-05-28
don't return non-zero caps for zero-sized regions (#543)
Thanos Makatos
1
-3
/
+5
2021-05-28
hide non-ABI symbols (#538)
John Levon
1
-19
/
+19
[next]