This directory contains a reference implementation of the abstract
devtest.os.Machine class using Qemu as backend. If you want to support
your own machine backend devtest.os.be.foo, copy this directory's
Makefile to devtest/be/os/foo, and implement your own subclass in
devtest/be/os/foo/Machine.py.
