Added sound driver based on virtio v1.2. #529
Annotations
3 errors and 18 warnings
check
Unable to create clippy annotations! Reason: HttpError: Resource not accessible by integration
|
build
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
examples (riscv)
Process completed with exit code 1.
|
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/
|
check
It seems that this Action is executed from the forked repository.
|
check
GitHub Actions are not allowed to create Check annotations, when executed for a forked repos. See https://github.com/actions-rs/clippy-check/issues/2 for details.
|
check:
src/device/gpu.rs#L258
this function has too many arguments (8/7)
|
check:
src/device/sound.rs#L55
you seem to be trying to use `Box<Vec<..>>`. Consider using just `Vec<..>`
|
check:
src/device/sound.rs#L61
you seem to be trying to use `Box<Vec<..>>`. Consider using just `Vec<..>`
|
check:
src/device/sound.rs#L371
this function has too many arguments (8/7)
|
check:
src/device/sound.rs#L515
redundant slicing of the whole range
|
check:
src/device/sound.rs#L528
redundant slicing of the whole range
|
check:
src/device/sound.rs#L903
an implementation of `From` is preferred since it gives you `Into<_>` for free where the reverse isn't true
|
check:
src/device/sound.rs#L974
an implementation of `From` is preferred since it gives you `Into<_>` for free where the reverse isn't true
|
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
|