Skip to content
Snippets Groups Projects
Commit 794b9560 authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

ivshmem-test: do not use short-form boolean option


This QemuOpts idiom will be deprecated, so get rid of it in the tests.

Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent e19c520f
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ static void setup_vm_cmd(IVState *s, const char *cmd, bool msix)
static void setup_vm(IVState *s)
{
char *cmd = g_strdup_printf("-object memory-backend-file"
",id=mb1,size=1M,share,mem-path=/dev/shm%s"
",id=mb1,size=1M,share=on,mem-path=/dev/shm%s"
" -device ivshmem-plain,memdev=mb1", tmpshm);
setup_vm_cmd(s, cmd, false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment