From 54210e0210d464de0ae6d645228ec586b80dd15d Mon Sep 17 00:00:00 2001 From: Arkadiusz Bokowy Date: Wed, 12 Feb 2025 14:52:08 +0100 Subject: [PATCH] test-runner: Do not use short-form of readonly option qemu-system-x86_64: warning: short-form boolean option 'readonly' deprecated Please use readonly=on instead --- tools/test-runner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test-runner.c b/tools/test-runner.c index 13a5de465..1fc95d33f 100644 --- a/tools/test-runner.c +++ b/tools/test-runner.c @@ -214,7 +214,7 @@ static char *const qemu_argv[] = { "-m", "256M", "-net", "none", "-no-reboot", - "-fsdev", "local,id=fsdev-root,path=/,readonly,security_model=none," + "-fsdev", "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=con,mux=on", -- 2.47.3