Upgrade the ew.py script and remove all contrib/conf scripts.
commitf5ceb180ed8e75b28e5e58b6254e858c7cf265d3
authorJakub Jermar <jakub@jermar.eu>
Sat, 14 Dec 2013 20:36:54 +0000 (14 21:36 +0100)
committerJakub Jermar <jakub@jermar.eu>
Sat, 14 Dec 2013 20:36:54 +0000 (14 21:36 +0100)
tree2b4053b6ed0c7ebcbcb8cc177d73c345b91a8567
parent5b89d43b966f17006d40adfe3206349cc16c908a
Upgrade the ew.py script and remove all contrib/conf scripts.

- Give the ew.py script more control over the machine (so far only QEMU),
  by allowing the user to choose the NIC, disable networking, hard disk,
  USB, sound or KVM.
- ew.py can now do a dry-run, only printing the command line for the
  emulator.
- Configuration of machines is now more exception-oriented, meaning that
  we attempt to configure the machine with as many features as possible
  and allow individual configurations to opt-out e.g. from networking
  or sound.
contrib/conf/arm32-qe.sh [deleted file]
contrib/conf/ia32-qe.sh [deleted file]
contrib/conf/net-qe.sh [deleted file]
contrib/conf/ppc32-qe.sh [deleted file]
contrib/conf/ski.conf
contrib/conf/sparc64-qe [deleted file]
tools/ew.py