diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/qemu-guest-agent/README | 16 | ||||
-rw-r--r-- | system/qemu-guest-agent/qemu-guest-agent.SlackBuild | 4 | ||||
-rw-r--r-- | system/qemu-guest-agent/qemu-guest-agent.info | 6 |
3 files changed, 14 insertions, 12 deletions
diff --git a/system/qemu-guest-agent/README b/system/qemu-guest-agent/README index 6c5138bc8582..2556bb61aa8e 100644 --- a/system/qemu-guest-agent/README +++ b/system/qemu-guest-agent/README @@ -1,6 +1,6 @@ -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: +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, @@ -10,9 +10,11 @@ the guest, such as: - 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. +installation. This package is intended for guests only, so that you +do not have to install the full qemu package just to get qemu-ga. +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. +You will need to perform host side setup too, to take the advantage of +qemu-ga. diff --git a/system/qemu-guest-agent/qemu-guest-agent.SlackBuild b/system/qemu-guest-agent/qemu-guest-agent.SlackBuild index 0dd54c6657bf..2b493ffb3f45 100644 --- a/system/qemu-guest-agent/qemu-guest-agent.SlackBuild +++ b/system/qemu-guest-agent/qemu-guest-agent.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for qemu-guest-agent -# Copyright 2016 Andrzej Telszewski, Banie +# Copyright 2017 Andrzej Telszewski, Banie # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=qemu-guest-agent SRCNAM=qemu -VERSION=${VERSION:-2.7.0} +VERSION=${VERSION:-2.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/qemu-guest-agent/qemu-guest-agent.info b/system/qemu-guest-agent/qemu-guest-agent.info index a24eec0731c4..2da665c7e957 100644 --- a/system/qemu-guest-agent/qemu-guest-agent.info +++ b/system/qemu-guest-agent/qemu-guest-agent.info @@ -1,8 +1,8 @@ PRGNAM="qemu-guest-agent" -VERSION="2.7.0" +VERSION="2.8.0" HOMEPAGE="http://wiki.qemu-project.org/Features/QAPI/GuestAgent" -DOWNLOAD="http://wiki.qemu-project.org/download/qemu-2.7.0.tar.bz2" -MD5SUM="08d4d06d1cb598efecd796137f4844ab" +DOWNLOAD="http://wiki.qemu-project.org/download/qemu-2.8.0.tar.bz2" +MD5SUM="17940dce063b6ce450a12e719a6c9c43" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |