aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-11-02Add missing headersFelipe Franciosi3-0/+96
2019-11-02Fix various format issuesFelipe Franciosi10-52/+58
2019-10-03libmuser: check pointers following coding styleFelipe Franciosi1-7/+7
2019-10-03Minor alignment fixesFelipe Franciosi1-5/+9
2019-10-03libmuser: add default noop_cb for config regionFelipe Franciosi1-1/+8
2019-09-27merge FIXME commentsThanos Makatos1-2/+0
2019-09-27update comment regading using local variableThanos Makatos1-1/+1
2019-09-27use local variable for clarityThanos Makatos1-6/+6
2019-09-27fix typosThanos Makatos2-3/+4
2019-09-27clarify usage of lm_irq_triggerThanos Makatos1-2/+5
2019-09-27don't omit number of bytes read from the standard PCI header when returning t...Thanos Makatos1-17/+22
2019-09-27don't fail reads for capabilities that do not existThanos Makatos1-1/+1
2019-09-27don't trigger INTx IRQ if it's disabledThanos Makatos1-0/+15
2019-09-27print offset of bad access to capabilities using hexThanos Makatos1-1/+1
2019-09-27make debug logging more configurableThanos Makatos3-0/+20
2019-09-27add more debug messages when handling interruptsThanos Makatos1-0/+21
2019-09-27add MSI-X capability headerThanos Makatos1-0/+70
2019-09-27add some function documentationThanos Makatos2-0/+14
2019-09-27fix order of MSI capability id and nextThanos Makatos1-1/+1
2019-09-27add FIXME commentThanos Makatos1-0/+4
2019-09-20remove unnecessary initialization of global pointerThanos Makatos1-1/+1
2019-09-20stylistic correctionsThanos Makatos1-5/+4
2019-09-20remove unused includeThanos Makatos1-1/+0
2019-09-20remove unnecessary space around double #Thanos Makatos1-1/+1
2019-09-20fix coding style violation rergarding curly bracketThanos Makatos1-34/+17
2019-09-20don't unnecessarily initialize global variables to 0Thanos Makatos1-2/+2
2019-09-20fix header orderThanos Makatos1-1/+2
2019-09-20add license headerThanos Makatos1-0/+29
2019-09-20add license header to files related to Python bindingsThanos Makatos2-0/+61
2019-09-20experimental support for Python bindings plus sampleThanos Makatos4-0/+265
2019-09-05Minor style fixesFelipe Franciosi3-23/+23
2019-09-05Clarifications around mucmd_mmapFelipe Franciosi1-44/+34
2019-09-05remove unnecessary loop for retrieving regionThanos Makatos4-27/+24
2019-09-05destory context in lm_ctx_runThanos Makatos1-3/+7
2019-09-05don't hardcode default PCI config space sizeThanos Makatos1-1/+1
2019-09-05fix typoThanos Makatos1-1/+1
2019-09-05don't hardcode region shiftThanos Makatos1-1/+3
2019-09-05use default values for PCI config region if none specifiedThanos Makatos1-0/+12
2019-09-05fix offset to (region ID) * (1 << 40)Thanos Makatos4-11/+16
2019-09-05set IPIN if interrupts are used in dev_infoThanos Makatos1-2/+5
2019-09-05introduce convenience function lm_ctx_runThanos Makatos2-6/+16
2019-09-05log debug message when reset called w/o callbackThanos Makatos1-0/+2
2019-09-05specify subsystem and subsystem vendor ID in dev_infoThanos Makatos2-6/+9
2019-09-05log debug messages when configuring IRQ failsThanos Makatos1-2/+15
2019-09-05log debug message when ILINE is modifiedThanos Makatos1-0/+1
2019-09-05fix offset and size argument order in failed accessThanos Makatos1-2/+2
2019-09-05log error message when region w/o callback is accessedThanos Makatos1-0/+2
2019-09-05fix error message for bad readThanos Makatos1-1/+1
2019-09-05muser, libmuser: make libmuser_{read,write} consistentSwapnil Ingle1-14/+7
2019-09-05make doc re: error return val more readableThanos Makatos1-3/+3