From eb43e100c7f05fefda967fc7e9d94ffe45e9d9e0 Mon Sep 17 00:00:00 2001 From: Maxim Baryshnikov Date: Fri, 5 Aug 2016 11:43:21 +0200 Subject: [PATCH] overlay: add the script to launch the benchmarking cell. --- buildroot-overlay/root/cell-bench.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 buildroot-overlay/root/cell-bench.sh diff --git a/buildroot-overlay/root/cell-bench.sh b/buildroot-overlay/root/cell-bench.sh new file mode 100755 index 0000000..25f972a --- /dev/null +++ b/buildroot-overlay/root/cell-bench.sh @@ -0,0 +1,6 @@ +echo "creating hpet-demo cell..." +jailhouse cell create /jailhouse/configs/bench.cell +echo "loading binary into cell..." +jailhouse cell load bench /jailhouse/inmates/Membench.bin -a 0xf0000 +echo "starting it..." +jailhouse cell start bench \ No newline at end of file -- 2.39.2