This CL adds a set of ak-scripts to the mainline akaros repostory.
These scripts can run using the 'ak' command as built from the the
docopt-scripts tool. You can download docopt-sctipts here:
https://github.com/google/docopt-scripts
The changes in this request can be viewed online at:
https://github.com/brho/akaros/compare/57cb900...62ce9bb
The following changes since commit 57cb90009d37396c898359c45aa89ca4a1dbd0ef:
Adding vmexits to proc. (2015-11-02 18:53:52 -0500)
are available in the git repository at:
g...@github.com:klueska/akaros.git ak-scripts
for you to fetch changes up to 62ce9bb4cb808c0210c6325385c7257a36a9269b:
Add a set of ak-scripts for use by docopt-scripts (2015-11-03 08:30:13 -0800)
----------------------------------------------------------------
Kevin Klues (1):
Add a set of ak-scripts for use by docopt-scripts
scripts/ak-scripts/ak-code-review.sh | 67 ++++++++++++
scripts/ak-scripts/ak-kill-qemu-monitor.sh | 19 ++++
scripts/ak-scripts/ak-kill-qemu.sh | 19 ++++
scripts/ak-scripts/ak-launch-9pserver.sh | 74 +++++++++++++
scripts/ak-scripts/ak-launch-qemu-monitor.sh | 80 ++++++++++++++
scripts/ak-scripts/ak-launch-qemu.sh | 133 ++++++++++++++++++++++++
scripts/ak-scripts/ak-rebuild-cross-compiler.sh | 49 +++++++++
7 files changed, 441 insertions(+)
create mode 100644 scripts/ak-scripts/ak-code-review.sh
create mode 100644 scripts/ak-scripts/ak-kill-qemu-monitor.sh
create mode 100644 scripts/ak-scripts/ak-kill-qemu.sh
create mode 100644 scripts/ak-scripts/ak-launch-9pserver.sh
create mode 100644 scripts/ak-scripts/ak-launch-qemu-monitor.sh
create mode 100644 scripts/ak-scripts/ak-launch-qemu.sh
create mode 100644 scripts/ak-scripts/ak-rebuild-cross-compiler.sh