From 2322f935c186497d7b0e26bae166a3aa4920d8dd Mon Sep 17 00:00:00 2001 From: bin Date: Wed, 23 Jun 2021 17:08:44 +0800 Subject: [PATCH] runtime: update default machine type to q35 The machine type of pc is deleted, generated configuration should update too. Fixes: #2085 Signed-off-by: bin --- src/runtime/arch/amd64-options.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/arch/amd64-options.mk b/src/runtime/arch/amd64-options.mk index 83af8cc097..6c1c9e9671 100644 --- a/src/runtime/arch/amd64-options.mk +++ b/src/runtime/arch/amd64-options.mk @@ -5,7 +5,7 @@ # Intel x86-64 settings -MACHINETYPE := pc +MACHINETYPE := q35 KERNELPARAMS := MACHINEACCELERATORS := CPUFEATURES := pmu=off