mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/qemu-guest-agent: Updated for version 2.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ec02ff2fb2
commit
5f867769c6
3 changed files with 14 additions and 12 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue