summary refs log tree commit diff
path: root/host/start-vm/tests/vm_command-basic.rs
diff options
context:
space:
mode:
Diffstat (limited to 'host/start-vm/tests/vm_command-basic.rs')
-rw-r--r--host/start-vm/tests/vm_command-basic.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/start-vm/tests/vm_command-basic.rs b/host/start-vm/tests/vm_command-basic.rs
index b9585f9..4145b94 100644
--- a/host/start-vm/tests/vm_command-basic.rs
+++ b/host/start-vm/tests/vm_command-basic.rs
@@ -37,7 +37,7 @@ fn main() -> std::io::Result<()> {
         OsStr::new("--cmdline"),
         OsStr::new("console=ttyS0 root=PARTLABEL=root"),
         OsStr::new("--memory"),
-        OsStr::new("size=128M"),
+        OsStr::new("size=128M,shared=on"),
         OsStr::new("--console"),
         OsStr::new("pty"),
         OsStr::new("--kernel"),