# # \brief Test to affinity subspacing # \author Norman Feske # if {[have_spec pbxa9] || (![have_spec nova] && ![have_spec foc])} { puts "Platform is unsupported." exit 0 } build "core ld.lib.so init test/affinity" create_boot_directory install_config { } append qemu_args " -nographic -smp 8,cores=8 " build_boot_image "core init test-affinity" run_genode_until {.*Detected 2x1 CPUs.*} 60 puts "Test succeeded"