|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
|
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.
<h2>Main objectives:</h2>
* 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.
* We assume that
<h2>Project Phases</h1>
# Collect [Useful tips about QEMU]
# Write [simple scripts]
# Write [GUI] to control virtual machine though monitor
# Add [graphic console] to GUI using this widget
|