cloud-hypervisor/fuzz/fuzz_targets
Ruoqing He 6164aa0885 misc: Replace div_round_up operation with div_ceil
As clippy of rust-toolchain version 1.83.0-beta.1 suggests, replace
manually implemented `div_round_up!` and the like with `div_ceil` from
std.

Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
2024-10-18 17:46:39 +00:00
..
balloon.rs misc: Replace div_round_up operation with div_ceil 2024-10-18 17:46:39 +00:00
block.rs misc: Further improve imports styling 2024-09-29 16:13:48 +00:00
cmos.rs fuzz: fix unused import warnings 2024-01-08 17:39:05 +00:00
console.rs misc: Replace div_round_up operation with div_ceil 2024-10-18 17:46:39 +00:00
http_api.rs misc: Further improve imports styling 2024-09-29 16:13:48 +00:00
iommu.rs misc: Replace div_round_up operation with div_ceil 2024-10-18 17:46:39 +00:00
linux_loader_cmdline.rs vmm: remove pub use vm_config in config 2024-09-30 08:18:02 +00:00
linux_loader.rs misc: Further improve imports styling 2024-09-29 16:13:48 +00:00
mem.rs misc: Replace div_round_up operation with div_ceil 2024-10-18 17:46:39 +00:00
net.rs misc: Replace div_round_up operation with div_ceil 2024-10-18 17:46:39 +00:00
pmem.rs misc: Further improve imports styling 2024-09-29 16:13:48 +00:00
qcow.rs build: Apply cargo fmt check to fuzz workspace 2024-09-29 13:08:12 +01:00
rng.rs misc: Replace div_round_up operation with div_ceil 2024-10-18 17:46:39 +00:00
serial.rs build: Apply cargo fmt check to fuzz workspace 2024-09-29 13:08:12 +01:00
vhdx.rs build: Apply cargo fmt check to fuzz workspace 2024-09-29 13:08:12 +01:00
watchdog.rs misc: Further improve imports styling 2024-09-29 16:13:48 +00:00