1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

remove option to trace the network

This commit is contained in:
Stefan Lankes 2017-02-19 10:36:45 +01:00
parent 2bf40adbb5
commit 182999e0b7

View file

@ -402,9 +402,9 @@ static int init_qemu(char *path)
printf("%s ", qemu_argv[i]);
// add flags to create dump of the network traffic
qemu_argv[i] = "-net";
qemu_argv[i+1] = "dump";
printf("%s %s\n", qemu_argv[i], qemu_argv[i+1]);
//qemu_argv[i] = "-net";
//qemu_argv[i+1] = "dump";
//printf("%s %s\n", qemu_argv[i], qemu_argv[i+1]);
fflush(stdout);
}