A script to invoke qemu properly under a variety of settings.
authorMarc Fiuczynski <mef@cs.princeton.edu>
Mon, 7 Jan 2008 22:26:31 +0000 (22:26 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Mon, 7 Jan 2008 22:26:31 +0000 (22:26 +0000)
commit1df4bb9e3851b4d39af77cc06ea7188983e98b3a
tree7e8d038c7f4bf99a1062d820ce8942b38a62813f
parentef91f9ba7d990bded0b362055d301a26e4fee989
A script to invoke qemu properly under a variety of settings.

Supports:
- VDE for networking of multiple qemu instances (e.g., plc head + node).
- USER networking as provided by qemu.
- Can redirect console output to terminal.  No need for graphics or
  X-windows.  Hopefully this will ease automated testing.

Not fully tested:
- multihoming support
- loading vm snapshots
- SMP

Not at all supported:
- TAP networking
system/qemu.sh [new file with mode: 0755]