mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
timer_accuracy: disable nova on qemu
This commit is contained in:
parent
15a69113fa
commit
b443375cde
@ -33,6 +33,17 @@ build_boot_image [build_artifacts]
|
|||||||
|
|
||||||
append qemu_args " -nographic"
|
append qemu_args " -nographic"
|
||||||
|
|
||||||
|
if {[get_cmd_switch --autopilot] && [have_include "power_on/qemu"] && [have_spec nova]} {
|
||||||
|
# NOVA requires a CPU with invariant TSC support, which is by default not
|
||||||
|
# supported. KVM has support by explicitly enabling this feature, but by
|
||||||
|
# now the nightly test machines is not permitted to use KVM
|
||||||
|
|
||||||
|
# append qemu_args " -accel kvm -cpu host,migratable=no,+invtsc"
|
||||||
|
|
||||||
|
puts "Run script does not support autopilot mode on Qemu"
|
||||||
|
exit 0
|
||||||
|
}
|
||||||
|
|
||||||
set err_cnt 0
|
set err_cnt 0
|
||||||
set test_timeout 20
|
set test_timeout 20
|
||||||
set rounds 9
|
set rounds 9
|
||||||
|
Loading…
Reference in New Issue
Block a user