Make types needed to use VirtIOSocket
public.
#521
Annotations
10 warnings
empty doc comment:
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.5.0/src/public.rs#L491
warning: empty doc comment
--> src/device/net/mod.rs:21:1
|
21 | / bitflags! {
22 | | #[derive(Copy, Clone, Debug, Default, Eq, PartialEq)]
23 | | struct Features: u64 {
24 | | /// Device handles packets with partial checksum.
... |
80 | | }
81 | | }
| |_^
|
= help: consider removing or filling it
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs
= note: `#[warn(clippy::empty_docs)]` on by default
= note: this warning originates in the macro `$crate::__impl_public_bitflags_consts` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
|
this function has too many arguments (8/7):
src/device/gpu.rs#L258
warning: this function has too many arguments (8/7)
--> src/device/gpu.rs:258:5
|
258 | / fn update_cursor(
259 | | &mut self,
260 | | resource_id: u32,
261 | | scanout_id: u32,
... |
266 | | is_move: bool,
267 | | ) -> 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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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:
src/queue.rs#L77
unused variable: `indirect`
|
build
`virtio-drivers` (lib) generated 1 warning
|
build:
src/queue.rs#L77
unused variable: `indirect`
|
build
`virtio-drivers` (lib) generated 1 warning
|