mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: Fix a comment typo from 'DeviceManager'
Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
@@ -900,7 +900,7 @@ pub struct DeviceManager {
|
|||||||
#[cfg(feature = "acpi")]
|
#[cfg(feature = "acpi")]
|
||||||
selected_segment: usize,
|
selected_segment: usize,
|
||||||
|
|
||||||
// Possible handle to the virtio-balloon device
|
// Possible handle to the virtio-mem device
|
||||||
virtio_mem_devices: Vec<Arc<Mutex<virtio_devices::Mem>>>,
|
virtio_mem_devices: Vec<Arc<Mutex<virtio_devices::Mem>>>,
|
||||||
|
|
||||||
#[cfg(target_arch = "aarch64")]
|
#[cfg(target_arch = "aarch64")]
|
||||||
|
|||||||
Reference in New Issue
Block a user