Skip to content

Check bounds of config space for MMIO transport #622

Check bounds of config space for MMIO transport

Check bounds of config space for MMIO transport #622

Triggered via pull request November 26, 2024 12:36
@qwandorqwandor
synchronize #167
transport
Status Failure
Total duration 1m 53s
Artifacts

main.yml

on: pull_request
Matrix: examples
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
examples (x86_64)
Process completed with exit code 2.
examples (riscv)
Process completed with exit code 2.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/queue.rs#L80
unused variable: `indirect`
build
`virtio-drivers` (lib) generated 1 warning
build: src/queue.rs#L80
unused variable: `indirect`
build
`virtio-drivers` (lib) generated 1 warning
this function has too many arguments (8/7): src/device/sound.rs#L365
warning: this function has too many arguments (8/7) --> src/device/sound.rs:365:5 | 365 | / pub fn pcm_set_params( 366 | | &mut self, 367 | | stream_id: u32, 368 | | buffer_bytes: u32, ... | 373 | | rate: PcmRate, 374 | | ) -> Result { | |_______________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments
this function has too many arguments (8/7): src/device/gpu.rs#L256
warning: this function has too many arguments (8/7) --> src/device/gpu.rs:256:5 | 256 | / fn update_cursor( 257 | | &mut self, 258 | | resource_id: u32, 259 | | scanout_id: u32, ... | 264 | | is_move: bool, 265 | | ) -> Result { | |_______________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments = note: `#[warn(clippy::too_many_arguments)]` on by default
check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/