Use default Qemu memory size in run-scripts

Ref #74
This commit is contained in:
Stefan Kalkowski
2017-05-24 11:29:37 +02:00
committed by Norman Feske
parent 681f8f1a79
commit c9f593d803
33 changed files with 19 additions and 33 deletions

View File

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

View File

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

View File

@@ -120,7 +120,7 @@ build_boot_image {
# Execute test case # Execute test case
# #
append qemu_args " -nographic -m 64 " append qemu_args " -nographic "
run_genode_until {child "test-libc-3" exited with exit value 0} 60 run_genode_until {child "test-libc-3" exited with exit value 0} 60
# vi: set ft=tcl : # vi: set ft=tcl :

View File

@@ -126,6 +126,6 @@ append_platform_drv_boot_modules
build_boot_image $boot_modules build_boot_image $boot_modules
append qemu_args " -m 128 -nographic -soundhw es1370 " append qemu_args " -nographic -soundhw es1370 "
run_genode_until {child "chuck" exited with exit value 0} 60 run_genode_until {child "chuck" exited with exit value 0} 60

View File

@@ -186,6 +186,6 @@ append_platform_drv_boot_modules
build_boot_image $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 run_genode_until forever

View File

@@ -220,6 +220,6 @@ append_platform_drv_boot_modules
build_boot_image $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 run_genode_until forever

View File

@@ -205,7 +205,7 @@ append_platform_drv_boot_modules
build_boot_image $boot_modules build_boot_image $boot_modules
append qemu_args " -m 256 -soundhw es1370 " append qemu_args " -soundhw es1370 "
puts "\n################\n" puts "\n################\n"
set txt [open "bin/Driar.txt" r] set txt [open "bin/Driar.txt" r]

View File

@@ -242,7 +242,7 @@ if {[have_include power_on/qemu]} {
exec sudo iptables -A FORWARD -i $netdev -o $tapdev -m state --state RELATED,ESTABLISHED -j ACCEPT exec sudo iptables -A FORWARD -i $netdev -o $tapdev -m state --state RELATED,ESTABLISHED -j ACCEPT
exec sudo sysctl -w net.ipv4.ip_forward=1 exec sudo sysctl -w net.ipv4.ip_forward=1
append qemu_args " -m 256 -nographic -net nic,model=e1000 -net tap,ifname=tap0,downscript=no,script=no " append qemu_args " -nographic -net nic,model=e1000 -net tap,ifname=tap0,downscript=no,script=no "
} }

View File

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

View File

@@ -82,7 +82,7 @@ build_boot_image {
Test.cnf Test.cnf
} }
append qemu_args " -nographic -m 64 " append qemu_args " -nographic "
run_genode_until {.*Okay.*} 20 run_genode_until {.*Okay.*} 20

View File

@@ -140,6 +140,5 @@ lappend_if [have_spec platform_rpi] boot_modules platform_drv
build_boot_image $boot_modules build_boot_image $boot_modules
append qemu_args " -m 256 "
run_genode_until forever run_genode_until forever

View File

@@ -55,6 +55,5 @@ set boot_modules {
build_boot_image $boot_modules build_boot_image $boot_modules
append qemu_args " -m 256 "
run_genode_until {.*exited with exit value 0.*} 20 run_genode_until {.*exited with exit value 0.*} 20

View File

@@ -36,7 +36,7 @@ build_boot_image {
stdcxx.lib.so stdcxx.lib.so
} }
append qemu_args " -nographic -m 64 " append qemu_args " -nographic "
run_genode_until "child \"test-lemon\" exited with exit value 0" 20 run_genode_until "child \"test-lemon\" exited with exit value 0" 20

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -32,6 +32,6 @@ install_config {
build_boot_image "core ld.lib.so init log_tee test-log" build_boot_image "core ld.lib.so init log_tee test-log"
append qemu_args "-nographic -m 64" append qemu_args "-nographic "
run_genode_until {\[test-log\] Test done.} 10 run_genode_until {\[test-log\] Test done.} 10

View File

@@ -108,7 +108,6 @@ append qemu_args " -nographic -serial mon:stdio "
if {[have_spec x86_64]} { if {[have_spec x86_64]} {
# coreutils.tar is really huge when built for x86_64 # coreutils.tar is really huge when built for x86_64
append qemu_args " -m 300 "
} }
run_genode_until {child "noux" exited with exit value 0.*\n} 30 run_genode_until {child "noux" exited with exit value 0.*\n} 30

View File

@@ -38,7 +38,7 @@ build_boot_image {
stdcxx.lib.so soplex.lib.so zlib.lib.so gmp.lib.so scip.lib.so stdcxx.lib.so soplex.lib.so zlib.lib.so gmp.lib.so scip.lib.so
} }
append qemu_args " -nographic -m 64 " append qemu_args " -nographic "
run_genode_until "child \"test-scip\" exited with exit value 0" 20 run_genode_until "child \"test-scip\" exited with exit value 0" 20

View File

@@ -35,7 +35,7 @@ build_boot_image {
stdcxx.lib.so soplex.lib.so zlib.lib.so gmp.lib.so stdcxx.lib.so soplex.lib.so zlib.lib.so gmp.lib.so
} }
append qemu_args " -nographic -m 64 " append qemu_args " -nographic "
run_genode_until "child \"test-soplex\" exited with exit value 0" 20 run_genode_until "child \"test-soplex\" exited with exit value 0" 20

View File

@@ -45,7 +45,7 @@ build_boot_image {
timer timer
} }
append qemu_args " -nographic -m 128 " append qemu_args " -nographic "
run_genode_until {.*child "test-sqlite_speedtest" exited with exit value 0.*} 600 run_genode_until {.*child "test-sqlite_speedtest" exited with exit value 0.*} 600

View File

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

View File

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

View File

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

View File

@@ -200,6 +200,6 @@ lappend_if [have_spec pl11x] boot_modules fb_drv
build_boot_image $boot_modules build_boot_image $boot_modules
append qemu_args " -m 512 -soundhw es1370 " append qemu_args " -soundhw es1370 "
run_genode_until forever run_genode_until forever

View File

@@ -144,7 +144,7 @@ build_boot_image $boot_modules
# #
# Qemu opts for EHCI # Qemu opts for EHCI
# #
append qemu_args " -m 128 -nographic " append qemu_args " -nographic "
append qemu_args " -usb -usbdevice host:$usb_raw_device " append qemu_args " -usb -usbdevice host:$usb_raw_device "
append qemu_args " -device usb-ehci,id=ehci " append qemu_args " -device usb-ehci,id=ehci "