Diff between d214fe5f75229e4c761a458b33651d6316d3562a and 15eb57049b19df89701cf6ad0ced2a0c7cecc475

Changed Files

File Additions Deletions Status
tools/test-runner.c +1 -1 modified

Full Patch

diff --git a/tools/test-runner.c b/tools/test-runner.c
index 8b18f84..d74bb10 100644
--- a/tools/test-runner.c
+++ b/tools/test-runner.c
@@ -247,7 +247,7 @@ static void start_qemu(void)
 
 	snprintf(cmdline, sizeof(cmdline),
 				"console=ttyS0,115200n8 earlyprintk=serial "
-				"rootfstype=9p "
+				"no_hash_pointers=1 rootfstype=9p "
 				"rootflags=trans=virtio,version=9p2000.u "
 				"acpi=off pci=noacpi noapic quiet ro init=%s "
 				"TESTHOME=%s TESTDBUS=%u TESTDAEMON=%u "