Skip to content

Fix build error on Linux 6.11: update virtio_find_vqs() to use virtqueue_info #327

Fix build error on Linux 6.11: update virtio_find_vqs() to use virtqueue_info

Fix build error on Linux 6.11: update virtio_find_vqs() to use virtqueue_info #327

Workflow file for this run

name: main
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4
- name: validate coding style and functionality
run: |
sudo apt-get install -q -y clang-format-18
.ci/check-format.sh
.ci/build-n-run.sh
shell: bash