mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 20:05:54 +00:00
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.
This commit is contained in:
parent
502976dec1
commit
d54304ddfc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user