Overview
Artifact ID: | 06fe097172e344a46935b3288ac577a8023edd46 |
---|---|
Page Name: | Virtual WorkStation |
Date: | 2015-07-18 18:02:20 |
Original User: | admin |
Parent: | 660683b5d441b447a7806424c39b4afdd64d05b9 (diff) |
Next | 97dee6fad4b75f5a93cee1feeca00f5adce2c655 |
Content
Virtual WorkStation (or Vitus Wagner's Spice) is set of script wrappers to QEMU/KVM intened to use on notebooks or developer's workstations, where few virtual machines exist, these machines are seldom created and guest OS configurations are carefully tuned.
Main objectives:
- Virtual machines should be kept as isolated as possible. One should be able to easily move them around, even to the hosts wbere no VWS installed.
- Most virtual machines are workstations, which means you need GUI, sound, USB devices etc on them.
- Use of our scripts shouldn't prevent users from operating directly with QEMU command line and monitor.
- Script layer should be as thin as possible, readable and understandable by almost anyoune
- No new hairy formats should be invented, just a simple conventions how to store VMs in filesystem to make in operable by scripts and how to put options into shell scripts to make them editable by wizard-like interface
- No attempt to support every virtualization technology out there. Concentrate on QEMU and do our best with it.
Project Phases
- Collect Useful tips about QEMU
- Write simple scripts
- Write GUI to control virtual machine though monitor
- Add graphic console to GUI using this widget