From 0549bd9272cd820c90c70ca06ae67d39c76d58f1 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 1 Apr 2015 14:09:11 -0700 Subject: [PATCH] tools: Remove smbios section for enabling UEFI --- tools/test-runner.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/test-runner.c b/tools/test-runner.c index 980cb36e1..ce1cbfd7b 100644 --- a/tools/test-runner.c +++ b/tools/test-runner.c @@ -186,7 +186,6 @@ static char *const qemu_argv[] = { "-monitor", "none", "-display", "none", "-machine", "type=q35,accel=kvm", - "-smbios", "type=0,uefi=on", "-m", "192M", "-nographic", "-vga", "none", -- 2.47.3