blob: 375ab552275dd0a375a8ac447a7a8057aeeb05e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
QEMU
=============
`QEMU <http://wiki.qemu-project.org/Main_Page>`_ 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
:show-inheritance:
:inherited-members:
|