From a1bddf0ab2cd7bee30b1f0dc1575c0b8c532e157 Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Mon, 26 Mar 2018 16:25:14 +0200 Subject: rumba: Add Rumba documentation website This adds a documentation website for Rumba which is triggered automatically after changes to master. --- doc/qemu.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/qemu.rst (limited to 'doc/qemu.rst') diff --git a/doc/qemu.rst b/doc/qemu.rst new file mode 100644 index 0000000..ff1ede3 --- /dev/null +++ b/doc/qemu.rst @@ -0,0 +1,13 @@ +QEMU +============= + +`QEMU `_ is a generic and open +source machine emulator and virtualizer. + +In order to use the qemu testbed, the user should install the qemu and +bridge-utils packages on which the testbed depends: :: + + $ sudo apt-get install bridge-utils qemu + +.. automodule:: rumba.testbeds.qemu + :member-order: bysource -- cgit v1.2.3