cloud-hypervisor/devices/src
Philipp Schuster afcb2b285f tpm: remove mixture of str and Path
`impl AsRef<Path>` is the most idiomatic way to consume paths
in Rust. I removed the mixture.

Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
On-behalf-of: SAP philipp.schuster@sap.com
2025-11-27 17:11:14 +00:00
..
legacy misc: devices: drop extern crate, use modern rust 2025-11-24 22:36:46 +00:00
acpi.rs misc: devices: drop extern crate, use modern rust 2025-11-24 22:36:46 +00:00
aia.rs misc: clippy: add needless_pass_by_value 2025-11-27 17:11:14 +00:00
debug_console.rs misc: devices: drop extern crate, use modern rust 2025-11-24 22:36:46 +00:00
gic.rs misc: clippy: add needless_pass_by_value 2025-11-27 17:11:14 +00:00
interrupt_controller.rs misc: devices: streamline error Display::fmt() 2025-06-13 19:55:54 +00:00
ioapic.rs misc: clippy: add needless_pass_by_value 2025-11-27 17:11:14 +00:00
ivshmem.rs misc: clippy: add needless_pass_by_value (partially) 2025-11-25 16:05:46 +00:00
lib.rs misc: devices: drop extern crate, use modern rust 2025-11-24 22:36:46 +00:00
pvmemcontrol.rs misc: clippy: add map_unwrap_or 2025-11-25 16:05:46 +00:00
pvpanic.rs misc: clippy: add needless_pass_by_value (partially) 2025-11-25 16:05:46 +00:00
tpm.rs tpm: remove mixture of str and Path 2025-11-27 17:11:14 +00:00