aboutsummaryrefslogtreecommitdiff
path: root/lib/pci_caps.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-04ignore writes to RO MSI-X registers (#642)Thanos Makatos1-32/+19
2021-11-30introduce device quiesce callback (#609)Thanos Makatos1-0/+19
2021-07-12basic write support for PXLC, PXSC, PXRS, and PXSC2 (#575)Thanos Makatos1-0/+32
2021-06-18superficially handle Device Control 2 and Link Control 2 (#568)Thanos Makatos1-0/+32
2021-05-28hide non-ABI symbols (#538)John Levon1-3/+3
2021-05-25Handle support of PCI FLR capability (#517)Swapnil Ingle1-2/+10
2021-05-15move PCI capability testing to Python (#453)John Levon1-0/+3
2021-04-23correct PM capability definition (#452)John Levon1-1/+14
2021-04-23cap_write_pm(): remove assert() (#450)John Levon1-2/+2
2021-04-13pci: use ERROR_INT() (#430)John Levon1-18/+21
2021-04-07clean up newlines in logs (#423)John Levon1-35/+35
2021-02-18use sizeof() consistently (#351)John Levon1-11/+11
2021-02-10API error return converged to one func (#325)swapnili1-10/+10
2021-02-02define full PCI Express capability struct (#289)John Levon1-1/+1
2021-01-20support extended capabilities (#226)John Levon1-194/+391
2021-01-20re-work API for adding capabilities (#200)John Levon1-0/+547