This machine is only used for probing capabilities and thus will not run any guest workloads & has no reason to be considered secure at this time.
Signed-off-by: Daniel P. Berrangé <[email protected]> --- hw/core/null-machine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/core/null-machine.c b/hw/core/null-machine.c index a6e477a2d8..c2ff8b1b5b 100644 --- a/hw/core/null-machine.c +++ b/hw/core/null-machine.c @@ -55,4 +55,4 @@ static void machine_none_machine_init(MachineClass *mc) mc->no_cdrom = 1; } -DEFINE_MACHINE("none", machine_none_machine_init) +DEFINE_INSECURE_MACHINE("none", machine_none_machine_init) -- 2.50.1
