Thread: [Lxm-commits-diff] SF.net SVN: lxm:[15] kvm-based/trunk/README
Status: Beta
Brought to you by:
outchy
From: <ou...@us...> - 2012-10-17 13:10:38
|
Revision: 15 http://lxm.svn.sourceforge.net/lxm/?rev=15&view=rev Author: outchy Date: 2012-10-17 13:10:29 +0000 (Wed, 17 Oct 2012) Log Message: ----------- new script is available. Modified Paths: -------------- kvm-based/trunk/README Modified: kvm-based/trunk/README =================================================================== --- kvm-based/trunk/README 2010-01-07 17:46:42 UTC (rev 14) +++ kvm-based/trunk/README 2012-10-17 13:10:29 UTC (rev 15) @@ -38,6 +38,7 @@ create a configuration file for this new machine. - lxmstart: start a virtual machine designed by its name and launch a vnc viewer attached to its screen. + - lxmstop: send ACPI shutdown event to the guest. III. License and installation notes. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ou...@us...> - 2018-04-29 10:29:21
|
Revision: 18 http://sourceforge.net/p/lxm/code/18 Author: outchy Date: 2018-04-29 10:27:49 +0000 (Sun, 29 Apr 2018) Log Message: ----------- add info about lxmstop. Modified Paths: -------------- kvm-based/trunk/README Modified: kvm-based/trunk/README =================================================================== --- kvm-based/trunk/README 2013-05-26 14:47:40 UTC (rev 17) +++ kvm-based/trunk/README 2018-04-29 10:27:49 UTC (rev 18) @@ -38,6 +38,7 @@ create a configuration file for this new machine. - lxmstart: start a virtual machine designed by its name and launch a vnc viewer attached to its screen. + - lxmstop: send ACPI shutdown event to the guest. III. License and installation notes. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ou...@us...> - 2018-04-29 10:36:34
|
Revision: 19 http://sourceforge.net/p/lxm/code/19 Author: outchy Date: 2018-04-29 10:36:32 +0000 (Sun, 29 Apr 2018) Log Message: ----------- udpate documentation about bash scripts Modified Paths: -------------- kvm-based/trunk/README Modified: kvm-based/trunk/README =================================================================== --- kvm-based/trunk/README 2018-04-29 10:27:49 UTC (rev 18) +++ kvm-based/trunk/README 2018-04-29 10:36:32 UTC (rev 19) @@ -22,25 +22,17 @@ This project consists of several bash scripts requiring few dependencies designed to handle most commonly encountered operations: - - lxmclone: clone resources associated to an existing virtual machine - (virtual disks stored as files, virtual disks stored as - logical volumes) and create a configuration file for this new - virtual machine. - - lxmdelete: delete an existing virtual machine and its associated - resources (virtual disks stored as files, virtual disks stored - as logical volumes). - - lxmdisplay: start a new X server and a vncviewer attached to the specified - virtual machine (which has to previously be launched). - - lxmsetboot: change the boot device of a shutdowned virtual machine. - - lxmsnapshot: take a snapshot of the resources of an existing virtual - machine (virtual disks stored as files are cloned, virtual - disks stored as logical volumes become snapshots - faster) and - create a configuration file for this new machine. - - lxmstart: start a virtual machine designed by its name and launch a vnc - viewer attached to its screen. - - lxmstop: send ACPI shutdown event to the guest. + - kvm-clone: clone resources associated to an existing virtual machine + (virtual disks stored as files, virtual disks stored as + logical volumes) and create a configuration file for this new + virtual machine. + - kvm-display: start a new X server and a vncviewer attached to the specified + virtual machine (which has to previously be launched). + - kvm-start: start a virtual machine designed by its name and launch a vnc + viewer attached to its screen. + - kvm-stop: send ACPI shutdown event to the guest. + - kvm-status: display status for a specific virtual machine - III. License and installation notes. Refers to LICENSE and INSTALLING files in the root of this project archive. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ou...@us...> - 2018-04-29 10:38:58
|
Revision: 20 http://sourceforge.net/p/lxm/code/20 Author: outchy Date: 2018-04-29 10:38:56 +0000 (Sun, 29 Apr 2018) Log Message: ----------- add info about kvm-quit. Modified Paths: -------------- kvm-based/trunk/README Modified: kvm-based/trunk/README =================================================================== --- kvm-based/trunk/README 2018-04-29 10:36:32 UTC (rev 19) +++ kvm-based/trunk/README 2018-04-29 10:38:56 UTC (rev 20) @@ -32,6 +32,7 @@ viewer attached to its screen. - kvm-stop: send ACPI shutdown event to the guest. - kvm-status: display status for a specific virtual machine + - kvm-quit: force qemu to quit (VM not responding) III. License and installation notes. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |