From b1419d7566a6a080e2d85a3f857b8ced77dec178 Mon Sep 17 00:00:00 2001 From: Alexander Boettcher Date: Thu, 11 May 2017 11:06:37 +0200 Subject: [PATCH] vbox4/5: add ubuntu vm as testcase --- repos/ports/run/vbox4_ubuntu_64.run | 24 +++++++ repos/ports/run/vbox5_ubuntu_64.run | 24 +++++++ repos/ports/run/vm_ubuntu_64.vbox | 102 ++++++++++++++++++++++++++++ tool/autopilot.list | 2 + 4 files changed, 152 insertions(+) create mode 100644 repos/ports/run/vbox4_ubuntu_64.run create mode 100644 repos/ports/run/vbox5_ubuntu_64.run create mode 100644 repos/ports/run/vm_ubuntu_64.vbox diff --git a/repos/ports/run/vbox4_ubuntu_64.run b/repos/ports/run/vbox4_ubuntu_64.run new file mode 100644 index 000000000..53665cc1a --- /dev/null +++ b/repos/ports/run/vbox4_ubuntu_64.run @@ -0,0 +1,24 @@ +# +# Ubuntu 64bit in VirtualBox +# + +assert_spec 64bit + +set flavor "ubuntu_64" + +set use_vbox4 1 +set use_vbox5 0 + +set use_rumpfs 1 +# Write overlay only into ram +set use_ram_fs 1 +# However read initial overlay from disk +set use_overlay_from_disk 1 + +set use_usb 1 +set use_ps2 [have_spec ps2] + +set use_vms 1 +set use_cpu_load 1 + +source ${genode_dir}/repos/ports/run/vbox_win.inc diff --git a/repos/ports/run/vbox5_ubuntu_64.run b/repos/ports/run/vbox5_ubuntu_64.run new file mode 100644 index 000000000..5b29a24ee --- /dev/null +++ b/repos/ports/run/vbox5_ubuntu_64.run @@ -0,0 +1,24 @@ +# +# Ubuntu 64bit in VirtualBox +# + +assert_spec 64bit + +set flavor "ubuntu_64" + +set use_vbox4 0 +set use_vbox5 1 + +set use_rumpfs 1 +# Write overlay only into ram +set use_ram_fs 1 +# However read initial overlay from disk +set use_overlay_from_disk 1 + +set use_usb 1 +set use_ps2 [have_spec ps2] + +set use_vms 1 +set use_cpu_load 1 + +source ${genode_dir}/repos/ports/run/vbox_win.inc diff --git a/repos/ports/run/vm_ubuntu_64.vbox b/repos/ports/run/vm_ubuntu_64.vbox new file mode 100644 index 000000000..e2e56ae23 --- /dev/null +++ b/repos/ports/run/vm_ubuntu_64.vbox @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tool/autopilot.list b/tool/autopilot.list index 5f7e359a2..f7bd4011f 100644 --- a/tool/autopilot.list +++ b/tool/autopilot.list @@ -46,6 +46,7 @@ blk_cache rump_ext2 thread pthread +vbox4_ubuntu_64 vbox4_win7_32 vbox4_win7_64 vbox4_win7_64_raw @@ -53,6 +54,7 @@ vbox4_win7_32_share vbox4_win7_64_multiple vbox4_win81_64 vbox4_win10_64 +vbox5_ubuntu_64 vbox5_win7_32 vbox5_win7_64 vbox5_win7_64_share