mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-27 09:12:32 +00:00
parent
3593c7fb4d
commit
fff1a374ed
@ -127,5 +127,9 @@ proc build_boot_image {binaries} {
|
||||
|
||||
|
||||
proc run_genode_until {{wait_for_re forever} {timeout_value 0}} {
|
||||
spawn_qemu $wait_for_re $timeout_value }
|
||||
|
||||
if {[is_amt_available]} {
|
||||
spawn_amt $wait_for_re $timeout_value;
|
||||
} else {
|
||||
spawn_qemu $wait_for_re $timeout_value;
|
||||
}
|
||||
}
|
||||
|
@ -238,4 +238,9 @@ proc build_boot_image {binaries} {
|
||||
|
||||
|
||||
proc run_genode_until {{wait_for_re forever} {timeout_value 0}} {
|
||||
spawn_qemu $wait_for_re $timeout_value }
|
||||
if {[is_amt_available]} {
|
||||
spawn_amt $wait_for_re $timeout_value;
|
||||
} else {
|
||||
spawn_qemu $wait_for_re $timeout_value;
|
||||
}
|
||||
}
|
||||
|
@ -197,4 +197,9 @@ proc build_boot_image {binaries} {
|
||||
|
||||
|
||||
proc run_genode_until {{wait_for_re forever} {timeout_value 0}} {
|
||||
spawn_qemu $wait_for_re $timeout_value }
|
||||
if {[is_amt_available]} {
|
||||
spawn_amt $wait_for_re $timeout_value;
|
||||
} else {
|
||||
spawn_qemu $wait_for_re $timeout_value;
|
||||
}
|
||||
}
|
||||
|
@ -105,4 +105,9 @@ proc build_boot_image {binaries} {
|
||||
|
||||
|
||||
proc run_genode_until {{wait_for_re forever} {timeout_value 0}} {
|
||||
spawn_qemu $wait_for_re $timeout_value }
|
||||
if {[is_amt_available]} {
|
||||
spawn_amt $wait_for_re $timeout_value;
|
||||
} else {
|
||||
spawn_qemu $wait_for_re $timeout_value;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user