mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
devices: Implement DMA for fw_cfg device
We pass a reference to the guest memory when we create the device in DeviceManager. This allows us to access the guest memory for DMA. Signed-off-by: Alex Orozco <alexorozco@google.com>
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -526,6 +526,7 @@ dependencies = [
|
||||
"acpi_tables",
|
||||
"anyhow",
|
||||
"arch",
|
||||
"bitfield-struct",
|
||||
"bitflags 2.9.0",
|
||||
"byteorder",
|
||||
"event_monitor",
|
||||
|
||||
Reference in New Issue
Block a user