Skip to content

Add hypercall-based PCI CAM for x86-64 pKVM. #658

Add hypercall-based PCI CAM for x86-64 pKVM.

Add hypercall-based PCI CAM for x86-64 pKVM. #658

Triggered via pull request December 6, 2024 15:40
@qwandorqwandor
synchronize #164
pkvm
Status Success
Total duration 1m 17s
Artifacts

main.yml

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

Annotations

13 warnings
type parameter `H` goes unused in function definition: src/transport/x86_64.rs#L289
warning: type parameter `H` goes unused in function definition --> src/transport/x86_64.rs:289:19 | 289 | fn get_bar_region<H: Hal, T, C: ConfigurationAccess>( | ^^^^^^^^ help: consider removing the parameter | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_type_parameters = note: `#[warn(clippy::extra_unused_type_parameters)]` on by default
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#L255
warning: this function has too many arguments (8/7) --> src/device/gpu.rs:255:5 | 255 | / fn update_cursor( 256 | | &mut self, 257 | | resource_id: u32, 258 | | scanout_id: u32, ... | 263 | | is_move: bool, 264 | | ) -> 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
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: src/config.rs#L100
unused macro definition: `write_config`
build: src/config.rs#L114
unused import: `write_config`
build: src/queue.rs#L80
unused variable: `indirect`
build
`virtio-drivers` (lib) generated 3 warnings (run `cargo fix --lib -p virtio-drivers` to apply 1 suggestion)
build: src/config.rs#L100
unused macro definition: `write_config`
build: src/config.rs#L114
unused import: `write_config`
build: src/queue.rs#L80
unused variable: `indirect`
build
`virtio-drivers` (lib) generated 3 warnings (run `cargo fix --lib -p virtio-drivers` to apply 1 suggestion)