index
:
rocket-tools/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
/
libmuser.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-02
Fix various format issues
Felipe Franciosi
1
-4
/
+3
2019-10-03
libmuser: check pointers following coding style
Felipe Franciosi
1
-7
/
+7
2019-10-03
Minor alignment fixes
Felipe Franciosi
1
-5
/
+9
2019-10-03
libmuser: add default noop_cb for config region
Felipe Franciosi
1
-1
/
+8
2019-09-27
merge FIXME comments
Thanos Makatos
1
-2
/
+0
2019-09-27
update comment regading using local variable
Thanos Makatos
1
-1
/
+1
2019-09-27
use local variable for clarity
Thanos Makatos
1
-6
/
+6
2019-09-27
fix typos
Thanos Makatos
1
-2
/
+3
2019-09-27
don't omit number of bytes read from the standard PCI header when returning t...
Thanos Makatos
1
-17
/
+22
2019-09-27
don't trigger INTx IRQ if it's disabled
Thanos Makatos
1
-0
/
+15
2019-09-27
print offset of bad access to capabilities using hex
Thanos Makatos
1
-1
/
+1
2019-09-27
make debug logging more configurable
Thanos Makatos
1
-0
/
+7
2019-09-27
add more debug messages when handling interrupts
Thanos Makatos
1
-0
/
+21
2019-09-27
add some function documentation
Thanos Makatos
1
-0
/
+7
2019-09-27
add FIXME comment
Thanos Makatos
1
-0
/
+4
2019-09-05
Minor style fixes
Felipe Franciosi
1
-15
/
+15
2019-09-05
Clarifications around mucmd_mmap
Felipe Franciosi
1
-44
/
+34
2019-09-05
remove unnecessary loop for retrieving region
Thanos Makatos
1
-20
/
+19
2019-09-05
destory context in lm_ctx_run
Thanos Makatos
1
-3
/
+7
2019-09-05
don't hardcode default PCI config space size
Thanos Makatos
1
-1
/
+1
2019-09-05
fix typo
Thanos Makatos
1
-1
/
+1
2019-09-05
don't hardcode region shift
Thanos Makatos
1
-1
/
+3
2019-09-05
use default values for PCI config region if none specified
Thanos Makatos
1
-0
/
+12
2019-09-05
fix offset to (region ID) * (1 << 40)
Thanos Makatos
1
-4
/
+11
2019-09-05
set IPIN if interrupts are used in dev_info
Thanos Makatos
1
-2
/
+5
2019-09-05
introduce convenience function lm_ctx_run
Thanos Makatos
1
-5
/
+6
2019-09-05
log debug message when reset called w/o callback
Thanos Makatos
1
-0
/
+2
2019-09-05
specify subsystem and subsystem vendor ID in dev_info
Thanos Makatos
1
-6
/
+4
2019-09-05
log debug messages when configuring IRQ fails
Thanos Makatos
1
-2
/
+15
2019-09-05
fix offset and size argument order in failed access
Thanos Makatos
1
-2
/
+2
2019-09-05
log error message when region w/o callback is accessed
Thanos Makatos
1
-0
/
+2
2019-09-05
fix error message for bad read
Thanos Makatos
1
-1
/
+1
2019-09-05
muser, libmuser: make libmuser_{read,write} consistent
Swapnil Ingle
1
-14
/
+7
2019-09-05
rename dma_scattergather_t to dma_sg_t to improve readability
Thanos Makatos
1
-3
/
+3
2019-09-05
remove invalid comment and documentation regarding lm_irq_trigger
Thanos Makatos
1
-1
/
+0
2019-09-05
more documentation work and reverse lm_mmap args order
Thanos Makatos
1
-1
/
+2
2019-09-05
introduce private header file
Thanos Makatos
1
-0
/
+1
2019-09-05
muser, libmuser: support vfio sparse mmap capability
Swapnil Ingle
1
-21
/
+128
2019-09-05
muser, libmuser: fix the error path
Swapnil Ingle
1
-10
/
+12
2019-09-05
replace nr_dma_regions with a define
Thanos Makatos
1
-6
/
+4
2019-09-05
move device mmap to per-region callbacks
Thanos Makatos
1
-9
/
+32
2019-09-05
move region callbacks in region_info
Thanos Makatos
1
-24
/
+13
2019-09-05
move reset outside fops
Thanos Makatos
1
-2
/
+4
2019-09-05
move id and cc into pci_info
Thanos Makatos
1
-1
/
+2
2019-09-05
make capabilities callback based
Thanos Makatos
1
-3
/
+55
2019-09-05
improve comments
Thanos Makatos
1
-4
/
+8
2019-09-05
introduce compile-time option to make libmuser crash on bad read
Thanos Makatos
1
-0
/
+3
2019-09-05
rename PCI config space sizes to match the ones from pci_regs.h
Thanos Makatos
1
-3
/
+3
2019-09-05
don't require per-region callbacks for regions that might never be accessed
Thanos Makatos
1
-14
/
+15
2019-09-05
remove generic read/write callbacks, libmuser must use per-region callbacks
Thanos Makatos
1
-23
/
+11
[next]