run: use default Qemu memory size for x86

Fix #2428
This commit is contained in:
Stefan Kalkowski 2017-05-23 15:05:55 +02:00 committed by Christian Helmuth
parent b7da62cd55
commit 0fb672b493
145 changed files with 118 additions and 148 deletions

View File

@ -23,7 +23,7 @@ install_config {
build_boot_image "core ld.lib.so init test-cap_integrity"
append qemu_args "-nographic -m 64"
append qemu_args "-nographic "
# increase expect buffer size, since there might be many log messages
match_max -d 100000

View File

@ -33,7 +33,7 @@ install_config {
build_boot_image "core ld.lib.so init test-cpu_scheduler"
# configure qemu to use 64 MB RAM and avoid GUI mode
append qemu_args " -m 64 -nographic"
append qemu_args " -nographic"
# execute the test in qemu if the targeted platform is supported
run_genode_until "done.*\n" 10

View File

@ -30,7 +30,7 @@ install_config {
build_boot_image "core ld.lib.so init test-double_list"
# configure qemu to use 64 MB RAM and avoid GUI mode
append qemu_args " -m 64 -nographic"
append qemu_args " -nographic"
# execute the test in qemu if the targeted platform is supported
run_genode_until "done.*\n" 10

View File

@ -35,7 +35,7 @@ install_config $config
build_boot_image "core ld.lib.so init test-platform"
append qemu_args "-nographic -m 192 -smp 2"
append qemu_args "-nographic -smp 2"
run_genode_until {Test finished} 200

View File

@ -8,7 +8,7 @@ install_config "[exec cat [genode_dir]/repos/os/src/init/config.priority]"
build_boot_image "core ld.lib.so init"
append qemu_args "-nographic -m 256"
append qemu_args "-nographic "
# run genode until the init->init.2 process gives us a life sign
run_genode_until "init.2.*No children to start.*\n" 100

View File

@ -23,7 +23,7 @@ install_config {
build_boot_image "core ld.lib.so init test-ada"
append qemu_args "-nographic -m 64"
append qemu_args "-nographic "
run_genode_until {child "test-ada" exited with exit value 0.*} 10

View File

@ -65,7 +65,7 @@ if {[have_include "power_on/qemu"]} {
set want_cpus_y 1
set want_cpus_total [expr $want_cpus_x*$want_cpus_y]
set rounds "03"
append qemu_args "-nographic -m 64 -smp $want_cpus_total,cores=$want_cpus_total "
append qemu_args "-nographic -smp $want_cpus_total,cores=$want_cpus_total "
} else {
set rounds "10"
if {[have_spec x86]} { set rounds "40" }

View File

@ -50,7 +50,7 @@ install_config {
</config>
}
append qemu_args " -nographic -m 64 -smp 8,cores=8 "
append qemu_args " -nographic -smp 8,cores=8 "
build_boot_image "core init test-affinity"

View File

@ -33,7 +33,7 @@ install_config {
build_boot_image "core ld.lib.so init test-ds_ownership"
append qemu_args "-nographic -m 64"
append qemu_args "-nographic "
run_genode_until {.*test succeeded.*\n} 10

View File

@ -37,7 +37,7 @@ build_boot_image "core ld.lib.so init test-fpu"
# Execution
#
append qemu_args "-nographic -m 64"
append qemu_args "-nographic "
run_genode_until "test done.*\n" 60

View File

@ -23,7 +23,7 @@ install_config {
build_boot_image "core ld.lib.so init test-log"
append qemu_args "-nographic -m 64"
append qemu_args "-nographic "
run_genode_until "Test done.*\n" 10

View File

@ -45,7 +45,7 @@ if {[have_include "power_on/qemu"]} {
if {[have_spec zynq]} { set want_cpus 1 }
if {[have_spec sel4]} { set want_cpus 1 }
append qemu_args " -nographic -m 64 -smp $want_cpus,cores=$want_cpus "
append qemu_args " -nographic -smp $want_cpus,cores=$want_cpus "
}
# run the test

View File

@ -23,7 +23,7 @@ install_config {
build_boot_image "core ld.lib.so init test-new_delete"
append qemu_args "-nographic -m 64"
append qemu_args "-nographic "
run_genode_until "Test done.*\n" 15

View File

@ -24,7 +24,7 @@ install_config {
build_boot_image "core ld.lib.so init test-reconstructible"
append qemu_args "-nographic -m 64"
append qemu_args "-nographic "
run_genode_until {.*--- Reconstructible utility test finished ---.*\n} 10

View File

@ -26,6 +26,6 @@ install_config {
build_boot_image "core ld.lib.so init test-rm_fault"
append qemu_args "-nographic -m 64"
append qemu_args "-nographic "
run_genode_until {child "test-rm_fault" exited with exit value 0.*} 300

View File

@ -27,6 +27,6 @@ install_config {
build_boot_image "core ld.lib.so init test-rm_nested"
append qemu_args "-nographic -m 64"
append qemu_args "-nographic "
run_genode_until ".*--- finished nested region map test ---.*\n" 300

View File

@ -36,7 +36,7 @@ install_config {
build_boot_image "core ld.lib.so init timer test-slab"
append qemu_args "-nographic -m 128"
append qemu_args "-nographic "
run_genode_until "Test done.*\n" 100

View File

@ -24,7 +24,7 @@ install_config {
build_boot_image "core ld.lib.so init test-sub_rm"
append qemu_args "-nographic -m 64"
append qemu_args "-nographic "
run_genode_until {.*--- end of sub-rm test ---.*} 10

View File

@ -24,7 +24,7 @@ install_config {
build_boot_image "core ld.lib.so init test-synced_interface"
append qemu_args "-nographic -m 64"
append qemu_args "-nographic "
run_genode_until {.*--- Synced interface test finished ---.*\n} 10

View File

@ -42,7 +42,7 @@ install_config $config
build_boot_image "core ld.lib.so init test-thread"
append qemu_args "-nographic -m 64"
append qemu_args "-nographic "
run_genode_until {.*test completed successfully.*\n} 60

View File

@ -38,7 +38,7 @@ build_boot_image "core ld.lib.so init test-util_mmio"
# Execution
#
append qemu_args "-nographic -m 64"
append qemu_args "-nographic "
run_genode_until "Test done.*\n" 10

View File

@ -126,7 +126,7 @@ append_platform_drv_boot_modules
build_boot_image $boot_modules
append qemu_args " -m 128 -nographic -soundhw es1370 "
append qemu_args " -nographic -soundhw es1370 "
#
# For obvious reasons the timeout depends on the total

View File

@ -119,7 +119,7 @@ build_boot_image $boot_modules
#
# qemu config
append qemu_args " -m 128 -nographic "
append qemu_args " -nographic "
append_if [have_spec x86] qemu_args " -net nic,model=e1000 "
append_if [have_spec lan9118] qemu_args " -net nic,model=lan9118 "

View File

@ -119,7 +119,7 @@ build_boot_image $boot_modules
#
# qemu config
append qemu_args " -m 128 -nographic "
append qemu_args " -nographic "
append_if [have_spec x86] qemu_args " -net nic,model=e1000 "
append_if [have_spec lan9118] qemu_args " -net nic,model=lan9118 "

View File

@ -142,7 +142,7 @@ append_platform_drv_boot_modules
build_boot_image $boot_modules
append qemu_args " -m 256 -usb -usbdevice mouse -usbdevice keyboard"
append qemu_args " -usb -usbdevice mouse -usbdevice keyboard"
append qemu_args " -device usb-ehci,id=ehci"
if { [have_include "power_on/qemu"] || ![get_cmd_switch --autopilot] } { run_genode_until forever }

View File

@ -102,7 +102,7 @@ lappend_if [have_spec gpio] boot_modules [gpio_drv]
build_boot_image $boot_modules
append qemu_args " -m 256 -nographic"
append qemu_args " -nographic"
run_genode_until forever

View File

@ -108,14 +108,14 @@ catch { exec sh -c $cmd }
#
# Qemu opts for UHCI
#
#append qemu_args " -m 128 -nographic -usbdevice disk::$disk_image -boot order=d"
#append qemu_args " -nographic -usbdevice disk::$disk_image -boot order=d"
#
# Qemu opts for EHCI
#
append qemu_args "-drive if=none,id=disk,file=$disk_image"
append qemu_args { \
-m 128 -nographic -M pc \
-nographic -M pc \
-device usb-ehci,id=ehci \
-device usb-storage,bus=ehci.0,drive=disk \
-boot order=d }
@ -124,7 +124,7 @@ append qemu_args { \
# Qemu opts for XHCI
#
#append qemu_args { \
#-m 128 -nographic -M pc \
# -nographic -M pc \
#-device nec-usb-xhci,id=xhci \
#-device usb-storage,bus=xhci.0,drive=disk \
#-boot order=d }

View File

@ -107,7 +107,7 @@ append_platform_drv_boot_modules
build_boot_image $boot_modules
append qemu_args " -m 256 -nographic -usb -usbdevice host:$usb_raw_device -nographic"
append qemu_args " -nographic -usb -usbdevice host:$usb_raw_device -nographic"
run_genode_until forever

View File

@ -92,7 +92,7 @@ set boot_modules {
build_boot_image $boot_modules
append qemu_args " -m 256 -nographic"
append qemu_args " -nographic"
run_genode_until {.*child "test-libc_vfs" exited with exit value 0.*} 60

View File

@ -101,7 +101,7 @@ set boot_modules {
build_boot_image $boot_modules
append qemu_args " -m 256 -nographic"
append qemu_args " -nographic"
run_genode_until {.*child "test-libc_vfs" exited with exit value 0.*} 60

View File

@ -127,7 +127,7 @@ append boot_modules "$disk_image"
build_boot_image $boot_modules
append qemu_args " -m 256 -nographic"
append qemu_args " -nographic"
run_genode_until {.*child "test-libc_vfs" exited with exit value 0.*} 60

View File

@ -90,7 +90,7 @@ set boot_modules {
build_boot_image $boot_modules
append qemu_args " -m 256 -nographic"
append qemu_args " -nographic"
run_genode_until {.*child "test-libc_vfs" exited with exit value 0.*} 60

View File

@ -90,7 +90,7 @@ set boot_modules {
build_boot_image $boot_modules
append qemu_args " -m 256 -nographic "
append qemu_args " -nographic "
run_genode_until {.*child "test-libc_vfs" exited with exit value 0.*} 60

View File

@ -96,7 +96,7 @@ set boot_modules {
build_boot_image $boot_modules
append qemu_args "-nographic -m 64"
append qemu_args "-nographic "
run_genode_until {child .* exited with exit value 0.*\n} 60

View File

@ -237,7 +237,6 @@ lappend_if [have_spec imx53] boot_modules input_drv
build_boot_image $boot_modules
append qemu_args " -m 256 "
append qemu_args " -smp 4,cores=4 "
run_genode_until forever

View File

@ -82,7 +82,7 @@ build_boot_image {
test-cpu_sampler
}
append qemu_args "-nographic -m 128"
append qemu_args "-nographic "
set match_string "Test started. func: 0x(\[0-9a-f\]+).*\n"

View File

@ -243,9 +243,7 @@ build_boot_image $boot_modules
if {[have_spec x86_64]} {
# bash.tar is really huge when built for x86_64
append qemu_args " -m 320 "
} else {
append qemu_args " -m 256 "
}
if { ![get_cmd_switch --autopilot] } { run_genode_until forever }

View File

@ -98,6 +98,5 @@ build { test/decorator_stress }
build_boot_image { test-decorator_stress }
append qemu_args " -m 256 "
run_genode_until forever

View File

@ -271,6 +271,5 @@ build { app/launcher test/nitpicker app/status_bar app/xray_trigger }
build_boot_image { testnit launcher xray_trigger status_bar }
append qemu_args " -m 256 "
run_genode_until forever

View File

@ -102,7 +102,7 @@ build_boot_image $boot_modules
#
# qemu config
append qemu_args " -m 128 -nographic "
append qemu_args " -nographic "
append_if [have_spec x86] qemu_args " -net nic,model=e1000 "
append_if [have_spec lan9118] qemu_args " -net nic,model=lan9118 "

View File

@ -156,5 +156,4 @@ append_platform_drv_boot_modules
build_boot_image $boot_modules
append qemu_args " -m 256 "
run_genode_until forever

View File

@ -148,7 +148,6 @@ set fiasco_serial_esc_arg ""
build_boot_image $boot_modules
append qemu_args " -m 256 "
append qemu_args " -nographic "
#

View File

@ -143,6 +143,5 @@ install_config {
build_boot_image { }
append qemu_args " -m 256 "
run_genode_until forever

View File

@ -217,6 +217,6 @@ append_platform_drv_boot_modules
build_boot_image $boot_modules
append qemu_args "-nographic -m 128"
append qemu_args "-nographic "
run_genode_until {\[init -\> acpica\].*SCI IRQ:.*\n} 30

View File

@ -128,7 +128,7 @@ append_platform_drv_boot_modules
build_boot_image $boot_modules
append qemu_args " -m 256 -soundhw es1370"
append qemu_args " -soundhw es1370"
run_genode_until forever

View File

@ -65,7 +65,7 @@ build_boot_image {
# Execute test case
#
append qemu_args " -nographic -m 64"
append qemu_args " -nographic "
run_genode_until {.*child "test-expat" exited with exit value 0.*} 5

View File

@ -35,7 +35,7 @@ set boot_modules {
build_boot_image $boot_modules
append qemu_args "-nographic -m 64"
append qemu_args "-nographic "
run_genode_until {child ".*" exited with exit value 123.*\n} 10

View File

@ -35,7 +35,7 @@ build_boot_image {
ld.lib.so libc.lib.so libm.lib.so posix.lib.so
}
append qemu_args " -nographic -m 512 "
append qemu_args " -nographic "
run_genode_until "child .* exited with exit value 0.*\n" 10

View File

@ -134,7 +134,7 @@ catch { exec sh -c $cmd }
#
# Qemu
#
append qemu_args " -m 128 -nographic "
append qemu_args " -nographic "
append_if $use_ahci_drv qemu_args " -drive id=disk,file=$disk_image,format=raw,if=none -device ahci,id=ahci -device ide-drive,drive=disk,bus=ahci.0 -boot d"
append_if $use_sd_card_drv qemu_args " -drive file=$disk_image,format=raw,if=sd,cache=writeback "

View File

@ -92,7 +92,7 @@ set boot_modules {
build_boot_image $boot_modules
append qemu_args "-nographic -m 128"
append qemu_args "-nographic "
#
# Execute test case

View File

@ -74,7 +74,7 @@ set boot_modules {
build_boot_image $boot_modules
append qemu_args "-nographic -m 64"
append qemu_args "-nographic "
#
# Execute test case

View File

@ -142,7 +142,7 @@ catch { exec sh -c $cmd }
#
# Qemu
#
append qemu_args " -m 128 -nographic "
append qemu_args " -nographic "
append_if $use_ahci_drv qemu_args " -drive id=disk,file=$disk_image,format=raw,if=none -device ahci,id=ahci -device ide-drive,drive=disk,bus=ahci.0 -boot d"
append_if $use_sd_card_drv qemu_args " -drive file=$disk_image,format=raw,if=sd,cache=writeback "

View File

@ -170,7 +170,7 @@ catch { exec sh -c $cmd }
#
# Qemu
#
append qemu_args " -m 128 -nographic "
append qemu_args " -nographic "
append_if $use_ahci qemu_args " -drive id=disk,file=$disk_image,format=raw,if=none -device ahci,id=ahci -device ide-drive,drive=disk,bus=ahci.0 -boot d"
append_if $use_sd_card_drv qemu_args " -drive file=$disk_image,format=raw,if=sd,cache=writeback "

View File

@ -41,7 +41,7 @@ build_boot_image {
ld.lib.so libc.lib.so libm.lib.so posix.lib.so
}
append qemu_args " -nographic -m 64 "
append qemu_args " -nographic "
run_genode_until "child .* exited with exit value 0.*\n" 10

View File

@ -35,7 +35,7 @@ build_boot_image {
ld.lib.so libc.lib.so libm.lib.so libc_pipe.lib.so pthread.lib.so
}
append qemu_args " -nographic -m 64 "
append qemu_args " -nographic "
run_genode_until "child .* exited with exit value 0.*\n" 10

View File

@ -76,7 +76,7 @@ set boot_modules {
build_boot_image $boot_modules
append qemu_args " -m 128 -nographic "
append qemu_args " -nographic "
run_genode_until "child \"test-libc_select\" exited with exit value 0.*\n" 120

View File

@ -68,7 +68,7 @@ build_boot_image {
# Execute test case
#
append qemu_args " -m 128 -nographic "
append qemu_args " -nographic "
run_genode_until {.*child "test-libc_vfs" exited with exit value 0.*} 60
# vi: set ft=tcl :

View File

@ -83,6 +83,6 @@ build_boot_image {
# Execute test case
#
append qemu_args " -m 128 -nographic "
append qemu_args " -nographic "
run_genode_until {.*child "test-libc_vfs_block" exited with exit value 0.*} 60

View File

@ -103,7 +103,7 @@ set boot_modules {
build_boot_image $boot_modules
append qemu_args "-nographic -m 128"
append qemu_args "-nographic "
#
# Execute test case

View File

@ -86,7 +86,7 @@ set boot_modules {
build_boot_image $boot_modules
append qemu_args "-nographic -m 64"
append qemu_args "-nographic "
#
# Execute test case

View File

@ -71,7 +71,7 @@ build_boot_image {
# Execute test case
#
append qemu_args " -m 128 -nographic "
append qemu_args " -nographic "
run_genode_until {.*child "test-libc_vfs" exited with exit value 0.*} 60
# vi: set ft=tcl :

View File

@ -65,7 +65,7 @@ build_boot_image {
# Execute test case
#
append qemu_args " -m 128 -nographic "
append qemu_args " -nographic "
run_genode_until {.*child "test-libc_vfs" exited with exit value 0.*} 60
# vi: set ft=tcl :

View File

@ -85,7 +85,7 @@ set boot_modules {
build_boot_image $boot_modules
append qemu_args " -m 128 -nographic "
append qemu_args " -nographic "
run_genode_until "child \"test-libc_select\" exited with exit value 0.*\n" 120

View File

@ -56,6 +56,6 @@ append_platform_drv_boot_modules
build_boot_image $boot_modules
append qemu_args " -nographic -m 64 "
append qemu_args " -nographic "
run_genode_until ".*finished with_libc tests.*\n" 10

View File

@ -141,7 +141,7 @@ build_boot_image $boot_modules
#
# qemu config
append qemu_args " -m 128 -nographic "
append qemu_args " -nographic "
append_if [have_spec x86] qemu_args " -net nic,model=e1000 "
append_if [have_spec lan9118] qemu_args " -net nic,model=lan9118 "

View File

@ -41,6 +41,6 @@ build_boot_image {
ld.lib.so libc.lib.so libm.lib.so
}
append qemu_args " -nographic -m 65 "
append qemu_args " -nographic "
run_genode_until {.*test-moon.*Finished\..*} 40

View File

@ -117,7 +117,7 @@ append_platform_drv_boot_modules
build_boot_image $boot_modules
append qemu_args " -m 512 -nographic "
append qemu_args " -nographic "
append_if [have_spec x86] qemu_args " -net nic,model=e1000 "
append_if [have_spec lan9118] qemu_args " -net nic,model=lan9118 "

View File

@ -156,7 +156,6 @@ append_platform_drv_boot_modules
build_boot_image $boot_modules
append qemu_args " -m 512 "
append_if [have_spec x86] qemu_args " -net nic,model=e1000 "
append_if [have_spec lan9118] qemu_args " -net nic,model=lan9118 "

View File

@ -262,6 +262,6 @@ proc nic_qemu_args { } {
if {[have_spec x86]} { return "-net nic,model=e1000" }
if {[have_spec lan9118]} { return "-net nic,model=lan9118" } }
append qemu_args "-m 384 -nographic -net user -redir udp:5555::1337 [nic_qemu_args]"
append qemu_args "-nographic -net user -redir udp:5555::1337 [nic_qemu_args]"
run_genode_until {.*Test done.*\n.*Test done.*\n} 60

View File

@ -284,6 +284,6 @@ proc nic_qemu_args { } {
if {[have_spec x86]} { return "-net nic,model=e1000" }
if {[have_spec lan9118]} { return "-net nic,model=lan9118" } }
append qemu_args "-m 384 -nographic -net user -redir udp:5555::1337 [nic_qemu_args]"
append qemu_args "-nographic -net user -redir udp:5555::1337 [nic_qemu_args]"
run_genode_until {.*Test done.*\n.*Test done.*\n.*Test done.*\n.*Test done.*\n.*Test done.*\n.*Test done.*\n} 60

View File

@ -35,6 +35,6 @@ build_boot_image {
ld.lib.so libc.lib.so libm.lib.so pthread.lib.so posix.lib.so
}
append qemu_args " -nographic -m 128 "
append qemu_args " -nographic "
run_genode_until {--- returning from main ---.*\n} 10

View File

@ -81,7 +81,7 @@ build_boot_image $boot_modules
# Execute test case
#
append qemu_args " -m 128 -nographic "
append qemu_args " -nographic "
run_genode_until {.*child "test-python" exited with exit value 0.*} 60

View File

@ -113,7 +113,6 @@ append boot_modules {
build_boot_image $boot_modules
append qemu_args " -m 512"
run_genode_until forever

View File

@ -85,7 +85,6 @@ append boot_modules {
build_boot_image $boot_modules
append qemu_args " -m 256"
run_genode_until forever

View File

@ -84,7 +84,6 @@ append boot_modules {
build_boot_image $boot_modules
append qemu_args " -m 256"
run_genode_until forever

View File

@ -110,7 +110,6 @@ append boot_modules {
build_boot_image $boot_modules
append qemu_args " -m 256"
run_genode_until forever

View File

@ -94,7 +94,6 @@ append boot_modules {
build_boot_image $boot_modules
append qemu_args " -m 256"
run_genode_until forever

View File

@ -94,7 +94,6 @@ append boot_modules {
build_boot_image $boot_modules
append qemu_args " -m 256"
run_genode_until forever

View File

@ -86,7 +86,6 @@ append boot_modules {
build_boot_image $boot_modules
append qemu_args " -m 256"
run_genode_until forever

View File

@ -163,7 +163,7 @@ catch { exec sh -c $cmd }
append_if $use_ahci_driver qemu_args " -drive id=disk,file=$disk_image,format=raw,if=none -device ahci,id=ahci -device ide-drive,drive=disk,bus=ahci.0 -boot d"
append qemu_args " -m 256 -usbdevice tablet "
append qemu_args " -usbdevice tablet "
run_genode_until forever

View File

@ -23,7 +23,7 @@ install_config {
build_boot_image "core init test-rust ld.lib.so libc.lib.so libm.lib.so posix.lib.so"
append qemu_args "-nographic -m 64"
append qemu_args "-nographic "
run_genode_until { 42 } 10

View File

@ -98,6 +98,5 @@ append_platform_drv_boot_modules
build_boot_image $boot_modules
append qemu_args " -m 256 "
run_genode_until forever

View File

@ -32,6 +32,6 @@ build_boot_image {
ld.lib.so libc.lib.so libm.lib.so stdcxx.lib.so posix.lib.so
}
append qemu_args " -nographic -m 64 "
append qemu_args " -nographic "
run_genode_until ".*test-stdcxx finished.*\n" 10

View File

@ -149,7 +149,7 @@ build_boot_image $boot_modules
#
# qemu config
append qemu_args " -m 128 -nographic "
append qemu_args " -nographic "
append_if [have_spec x86] qemu_args " -net nic,model=e1000 "
append_if [have_spec lan9118] qemu_args " -net nic,model=lan9118 "

View File

@ -123,7 +123,7 @@ build_boot_image $boot_modules
#
# qemu config
append qemu_args " -m 128 -nographic "
append qemu_args " -nographic "
append_if [have_spec x86] qemu_args " -net nic,model=e1000 "
append_if [have_spec lan9118] qemu_args " -net nic,model=lan9118 "

View File

@ -82,7 +82,7 @@ append_platform_drv_boot_modules
build_boot_image $boot_modules
append qemu_args " -nographic -m 256 "
append qemu_args " -nographic "
append qemu_args " -drive id=disk,file=bin/ext2.raw,format=raw,if=none -device ahci,id=ahci -device ide-hd,drive=disk,bus=ahci.0 -boot d"
append qemu_args " -drive id=cd,file=[run_dir]/../ahci_bench.iso,if=none,media=cdrom -device ide-cd,drive=cd,bus=ahci.1"

View File

@ -81,7 +81,7 @@ append_platform_drv_boot_modules
build_boot_image $boot_modules
append qemu_args " -nographic -m 256 "
append qemu_args " -nographic "
append qemu_args " -drive id=disk,file=bin/ext2.raw,format=raw,if=none -device ahci,id=ahci -device ide-hd,drive=disk,bus=ahci.0 -boot d"
append qemu_args " -drive id=cd,file=[run_dir]/../ahci_blk.iso,if=none,media=cdrom -device ide-cd,drive=cd,bus=ahci.1"

View File

@ -113,6 +113,6 @@ append_platform_drv_boot_modules
build_boot_image $boot_modules
append qemu_args " -m 128 -nographic -soundhw es1370 "
append qemu_args " -nographic -soundhw es1370 "
run_genode_until forever

View File

@ -48,5 +48,5 @@ install_config {
#
build_boot_image { core ld.lib.so init timer test-blk-srv test-blk-cli }
append qemu_args " -nographic -m 64 "
append qemu_args " -nographic "
run_genode_until "Tests finished successfully.*\n" 100

View File

@ -66,6 +66,6 @@ build_boot_image { core ld.lib.so init timer test-blk-srv blk_cache test-blk-cli
#
# Qemu
#
append qemu_args " -nographic -m 96 "
append qemu_args " -nographic "
run_genode_until "Tests finished successfully.*\n" 60

View File

@ -8,7 +8,7 @@ set sleep 1500
set demand [expr 1*1024*1024]
if {[have_include "power_on/qemu"]} {
append qemu_args "-nographic -m 128"
append qemu_args "-nographic "
} else {
# foc is really slow on native hardware executing this test - limit rounds
if {[have_spec foc]} {

View File

@ -127,7 +127,7 @@ build_boot_image "core ld.lib.so init timer test-cpu_quota test-sync"
# Execution
#
append qemu_args "-nographic -m 128"
append qemu_args "-nographic "
run_genode_until ".*done.*\n.*done.*\n.*done.*\n" 110

View File

@ -267,6 +267,5 @@ append_platform_drv_boot_modules
build_boot_image $boot_modules
append qemu_args " -m 256 "
run_genode_until forever

View File

@ -41,7 +41,7 @@ install_config {
build_boot_image "core ld.lib.so init timer test-dynamic_config test-dynamic_config_server"
append qemu_args "-nographic -m 64"
append qemu_args "-nographic "
run_genode_until {obtained counter value 11 from config.*} 100

View File

@ -39,7 +39,7 @@ install_config {
build_boot_image "core ld.lib.so init timer loader test-dynamic_config test-dynamic_config_loader"
append qemu_args "-nographic -m 64"
append qemu_args "-nographic "
run_genode_until {obtained counter value 11 from config.*} 100

View File

@ -29,7 +29,7 @@ install_config {
build_boot_image "core ld.lib.so init timer test-dynamic_config test-dynamic_config_master"
append qemu_args "-nographic -m 64"
append qemu_args "-nographic "
run_genode_until {obtained counter value 11 from config.*} 100

View File

@ -75,6 +75,6 @@ build_boot_image $boot_modules
# Execute test case
#
append qemu_args "-nographic -m 96"
append qemu_args "-nographic "
run_genode_until "--- finished fault_detection test ---.*\n" 30

View File

@ -106,6 +106,6 @@ lappend_if [have_spec gpio] boot_modules [gpio_drv]
build_boot_image $boot_modules
# disable QEMU graphic to enable testing on our machines without SDL and X
append qemu_args "-nographic -m 128"
append qemu_args "-nographic "
run_genode_until {.*--- Framebuffer benchmark finished ---.*\n} 30

View File

@ -116,6 +116,6 @@ set boot_modules {
build_boot_image $boot_modules
append qemu_args " -m 256 -nographic"
append qemu_args " -nographic"
run_genode_until {.*child "test-libc_vfs" exited with exit value 0.*} 60

View File

@ -96,7 +96,7 @@ install_config $config
build_boot_image "core ld.lib.so init bomb timer"
append qemu_args " -m [expr 128 + $init_ram*$cpus] -nographic -smp $cpus"
append qemu_args " [expr 128 + $init_ram*$cpus] -nographic -smp $cpus"
if { [get_cmd_switch --autopilot] } {

Some files were not shown because too many files have changed in this diff Show More