cloud-hypervisor/vmm
Rob Bradford 1dfe4eda5c vmm: Prevent "internal" identifiers being used by user
For devices that cannot be named by the user use the "__" prefix to
identify them as internal devices. Check that any identifiers provided
in the config do not clash with those internal names. This prevents the
user from creating a disk such as "__serial" which would then cause a
failure in unpredictable manner.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2022-05-04 12:34:11 +02:00
..
src vmm: Prevent "internal" identifiers being used by user 2022-05-04 12:34:11 +02:00
Cargo.toml build: bump serde_json from 1.0.80 to 1.0.81 2022-05-04 00:37:09 +00:00