Add macros to read or write config space in a type safe way #638
Annotations
8 warnings
Build with no features:
src/transport/mod.rs#L281
unused macro definition: `write_config`
|
Build with no features:
src/transport/mod.rs#L295
unused import: `write_config`
|
Build with no features:
src/queue.rs#L80
unused variable: `indirect`
|
Build with no features
`virtio-drivers` (lib) generated 3 warnings (run `cargo fix --lib -p virtio-drivers` to apply 1 suggestion)
|
Test with no features:
src/transport/mod.rs#L281
unused macro definition: `write_config`
|
Test with no features:
src/transport/mod.rs#L295
unused import: `write_config`
|
Test with no features:
src/queue.rs#L80
unused variable: `indirect`
|
Test with no features
`virtio-drivers` (lib) generated 3 warnings (run `cargo fix --lib -p virtio-drivers` to apply 1 suggestion)
|
Loading