cloud-hypervisor/block/src
Rob Bradford c19c73cb99 block: qcow: Fix beta clippy issue
warning: field `0` is never read
   --> block/src/qcow/vec_cache.rs:139:21
    |
139 |     struct NumCache(pub u64);
    |            -------- ^^^^^^^
    |            |
    |            field in this struct
    |
    = note: `#[warn(dead_code)]` on by default
help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
    |
139 |     struct NumCache(());
    |                     ~~

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
2024-02-07 09:25:40 +00:00
..
qcow block: qcow: Fix beta clippy issue 2024-02-07 09:25:40 +00:00
vhdx block: Replace use of crc32c crate with crc-any 2024-02-06 14:29:10 -08:00
async_io.rs block: Move DiskTopology to common code 2023-09-05 13:09:49 -07:00
fixed_vhd_async.rs block: introduce trait BlockBackend for block types 2023-07-19 13:52:43 +01:00
fixed_vhd_sync.rs block: introduce trait BlockBackend for block types 2023-07-19 13:52:43 +01:00
fixed_vhd.rs block: introduce trait BlockBackend for block types 2023-07-19 13:52:43 +01:00
lib.rs misc: Stop using deprecated functions from vm-memory crate 2023-11-14 09:17:42 +00:00
qcow_sync.rs block: merge qcow, vhdx and block_util into block crate 2023-07-19 13:52:43 +01:00
raw_async_aio.rs block: fix aio backend behavior when writeback enabled 2023-11-08 19:24:40 -08:00
raw_async.rs block: Move DiskTopology to common code 2023-09-05 13:09:49 -07:00
raw_sync.rs block: Move DiskTopology to common code 2023-09-05 13:09:49 -07:00
vhd.rs block: Ensure probing reads are block size aligned 2023-09-05 13:09:49 -07:00
vhdx_sync.rs block: merge qcow, vhdx and block_util into block crate 2023-07-19 13:52:43 +01:00