mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-28 02:34:46 +01:00
runtime: allow annotation configuration to use_legacy_serial
and update the docs and test Signed-off-by: Snir Sheriber <ssheribe@redhat.com>
This commit is contained in:
@@ -130,6 +130,9 @@ const (
|
||||
// entropy (/dev/random, /dev/urandom or real hardware RNG device)
|
||||
EntropySource = kataAnnotHypervisorPrefix + "entropy_source"
|
||||
|
||||
// UseLegacySerial sets legacy serial device for guest console if available and implemented for architecture
|
||||
UseLegacySerial = kataAnnotHypervisorPrefix + "use_legacy_serial"
|
||||
|
||||
//
|
||||
// CPU Annotations
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user