diff options
author | Andrzej Telszewski <atelszewski@gmail.com> | 2016-08-27 07:44:44 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-28 00:22:40 +0100 |
commit | 2e588826414a9f86ac104da719fad16412972ffd (patch) | |
tree | 640c24deef0015492c231c2db6fd8df30decd3c8 /system/qemu-guest-agent/README | |
parent | b3dcfa5a903d9aa34b70c1c807c668c9c0e91379 (diff) | |
download | slackbuilds-2e588826414a9f86ac104da719fad16412972ffd.tar.gz |
system/qemu-guest-agent: Added (QEMU Guest Agent daemon).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/qemu-guest-agent/README')
-rw-r--r-- | system/qemu-guest-agent/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/system/qemu-guest-agent/README b/system/qemu-guest-agent/README new file mode 100644 index 0000000000..6c5138bc85 --- /dev/null +++ b/system/qemu-guest-agent/README @@ -0,0 +1,18 @@ +QEMU Guest Agent (qemu-ga) is a daemon intended to be run within virtual +machines. It allows the hypervisor host to perform various operations in +the guest, such as: +- get information from the guest, +- set the guest's system time, +- read/write a file, +- sync and freeze the filesystems, +- suspend the guest, +- reconfigure guest local processors, +- set user's password. + +Note that qemu-ga (QEMU Guest Agent) is also part of the standard QEMU +installation. This package is intended for guests only, so that you don't have +to install the complete qemu package there. In general, do not install both +qemu-guest-agent and qemu packages at the same time on the same machine. + +Use rc.qemu-ga to launch the daemon at boot and to stop it at shutdown. +You will need to perform host side setup too, to take the advantage of qemu-ga. |