aboutsummaryrefslogtreecommitdiff
path: root/test/lspci.expected.out.1
AgeCommit message (Collapse)AuthorFilesLines
2021-05-27Fix struct pxcap (#534)Swapnil Ingle1-2/+2
* Added missing reserved bits and renamed per to rer nameing as the nvme specs * Add pxcap capability in lspci test Signed-off-by: Swapnil Ingle <swapnil.ingle@nutanix.com> Reviewed-by: John Levon <john.levon@nutanix.com>
2021-01-22fix compilation on newer GCC versions (#241)John Levon1-0/+29
A newer GCC caught that in test_dma_controller_add_region_no_fd(), we were not allocating enough stack space for the region at the end of the dma_controller_t. Also add Fedora Rawhide to github CI for this. Signed-off-by: John Levon <john.levon@nutanix.com> Reviewed-by: Thanos Makatos <thanos.makatos@nutanix.com>