From d54304ddfc956f2a9431aeb49ecfc9868c205dfe Mon Sep 17 00:00:00 2001 From: Stefan Kalkowski Date: Mon, 22 Oct 2012 11:07:39 +0200 Subject: [PATCH] L4Linux: debug messages into file instead of pipe Print Fiasco.OC kernel debugger messages into a file instead of a pipe in the default l4linux run-script. Thereby rarely triggered issues by the nightly running buildbot can be analyzed after the test failed. --- ports-foc/run/l4linux.run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ports-foc/run/l4linux.run b/ports-foc/run/l4linux.run index 31d05a187e..07b03533f7 100644 --- a/ports-foc/run/l4linux.run +++ b/ports-foc/run/l4linux.run @@ -132,7 +132,7 @@ build_boot_image [join $boot_modules " "] # Qemu # append qemu_args " -m 128 -nographic " -append qemu_args " -serial unix:/tmp/qemu-pipe,server,nowait " +append qemu_args " -serial file:kdb.log " append qemu_args " -serial mon:stdio " append_if [have_spec x86] qemu_args " -smp 2,cores=2 " append_if [have_spec x86] qemu_args " -net nic,model=e1000 -net user " @@ -153,4 +153,4 @@ expect { } puts "Test succeeded" -exec rm bin/initrd.gz +exec rm bin/initrd.gz kdb.log