Check-in [241984b2e5]
Not logged in
Overview
Comment:Added readme for github mirror
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 241984b2e5b9e940f43c6745fdd0f99b669a764d
User & Date: vitus on 2019-09-16 06:59:35
Other Links: manifest | tags
Context
2019-09-20
21:40
Converted to python3 check-in: 0141f28d64 user: vitus tags: trunk
2019-09-16
06:59
Added readme for github mirror check-in: 241984b2e5 user: vitus tags: trunk
2019-06-07
08:28
More impovement of spiceuri command check-in: 55b9862e7a user: vitus tags: trunk
Changes

Added README.md version [5674edd93a].



























































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
VWS
===

VWs stands for "Virtual WorkStation".

It's main repository, bts and wiki is on [my site](https://wagner.pp.ru/fossil/vws).
See also [manual page](vws.mkd)


It is a python script which provides command-line interface to QEMU
virtual machines, which simplifies such tasks as creation, 
device redirection doing snapshots and reverting to them.

It's main features

- No daemons. No extra processes like libvirtd
- No complicated API like libvirt.
- No XML configs. All configuration of vm is stored in the shell script
  which invokes QEMU with appropriate arguments.
- Transparency. If vws doesn't know how to make something, it doesn't
  prevent you from interacting with QEMU monitor direcrly or editing
  start script by hand.
- Runs as ordinary user. QEMU processes run a invoking user.
  **qemu-bridge-helper** is used to setup network
- Virtual machines can be freely copied from one physical machines to
  another using ordinary file operations. VM directory with virtual disks
  and start script is self-contained.