build { core init drivers/timer test/vmm_utils } create_boot_directory install_config { } build_boot_image { core ld.lib.so init timer test-vmm_utils } append qemu_args " -m 512 " append qemu_args " -cpu phenom " append qemu_args " -nographic " run_genode_until {.*VMM: vcpu_s_1 _vcpu_startup called.*\n} 30 run_genode_until {.*VMM: vcpu_s_2 _vcpu_startup called.*\n} 10 [output_spawn_id] run_genode_until {.*VMM: vcpu_o_1 _vcpu_startup called.*\n} 10 [output_spawn_id] run_genode_until {.*VMM: vcpu_o_2 _vcpu_startup called.*\n} 10 [output_spawn_id] puts "Test succeeded"