From 762f9f2533b9b2ef0acf181045f962f0bbb3b956 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Thu, 28 Oct 2021 10:34:10 -0700 Subject: [PATCH] test-runner: fix qemu warning for newer versions warning: short-form boolean option 'readonly' deprecated Please use readonly=on instead --- tools/test-runner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test-runner b/tools/test-runner index a1f86c00..d62f8b51 100755 --- a/tools/test-runner +++ b/tools/test-runner @@ -1806,7 +1806,7 @@ class Main: '-display', 'none', '-m', '%dM' % ram, '-nographic', '-vga', 'none', '-no-acpi', '-no-hpet', '-no-reboot', '-fsdev', - 'local,id=fsdev-root,path=/,readonly,security_model=none,multidevs=remap', + 'local,id=fsdev-root,path=/,readonly=on,security_model=none,multidevs=remap', '-device', 'virtio-9p-pci,fsdev=fsdev-root,mount_tag=/dev/root', '-chardev', 'stdio,id=chardev-serial0,signal=off',