run: support target serial for base-nova

Issue #683
This commit is contained in:
Alexander Boettcher 2013-08-20 14:13:15 +02:00 committed by Christian Helmuth
parent 6dd6525b48
commit 1df1611f45
1 changed files with 4 additions and 0 deletions

View File

@ -132,6 +132,10 @@ proc run_genode_until {{wait_for_re forever} {timeout_value 0} {running_spawn_id
spawn_amt $wait_for_re $timeout_value
return
}
if {[is_serial_available]} {
spawn_serial $wait_for_re $timeout_value "NOVA Microhypervisor"
return
}
if {[is_qemu_available]} {
spawn_qemu $wait_for_re $timeout_value
return