aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn Levon <john.levon@nutanix.com>2021-01-20 10:44:49 +0000
committerGitHub <noreply@github.com>2021-01-20 10:44:49 +0000
commit53cc29bc8ca5083b9b6075f151824d65557af6f0 (patch)
treee7ae6ef44eb87c81f74f1740d0da69614606d247 /.github
parentfa5104150bca4182f8a38d39fa50f7e61982568e (diff)
downloadlibvfio-user-53cc29bc8ca5083b9b6075f151824d65557af6f0.zip
libvfio-user-53cc29bc8ca5083b9b6075f151824d65557af6f0.tar.gz
libvfio-user-53cc29bc8ca5083b9b6075f151824d65557af6f0.tar.bz2
support extended capabilities (#226)
Provide initial support for extended capabilities, and implement handlers for the Device Serial Number and Vendor-Specific capabilities. Signed-off-by: John Levon <john.levon@nutanix.com> Reviewed-by: Swapnil Ingle <swapnil.ingle@nutanix.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pull_request.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml
index 1f661a5..024a77c 100644
--- a/.github/workflows/pull_request.yml
+++ b/.github/workflows/pull_request.yml
@@ -24,6 +24,6 @@ jobs:
- uses: actions/checkout@v2
- name: pre-push
run: |
- yum -y install make gcc-4.8.5 epel-release
+ yum -y install make gcc-4.8.5 epel-release pciutils
yum -y install clang cmake json-c-devel libcmocka-devel openssl-devel
make pre-push VERBOSE=1