Lines Matching full:the
14 The QEMU Guest Agent is a daemon intended to be run within virtual
15 machines. It allows the hypervisor host to perform various operations
16 in the guest, such as:
18 - get information from the guest
19 - set the guest's system time
21 - sync and freeze the filesystems
22 - suspend the guest
29 configuration options on the command line. For the same key, the last
30 option wins, but the lists accumulate (see below for configuration
33 If an allowed RPCs list is defined in the configuration, then all
34 RPCs will be blocked by default, except for the allowed list.
36 If a blocked RPCs list is defined in the configuration, then all
37 RPCs will be allowed by default, except for the blocked list.
39 If both allowed and blocked RPCs lists are defined in the configuration,
40 then all RPCs will be blocked by default, then the allowed list will
41 be applied, followed by the blocked list.
44 of RPCs will blocked, regardless of what the general configuration
54 Configuration file path (the default is |CONFDIR|\ ``/qemu-ga.conf``,
55 unless overridden by the QGA_CONF environment variable)
60 ``isa-serial``, or ``vsock-listen`` (``virtio-serial`` is the default).
64 Device/socket path (the default for virtio-serial is
66 the default for isa-serial is ``/dev/ttyS0``). Socket addresses for
88 Specify the directory to store state information (absolute paths only,
115 Dump the configuration in a format compatible with ``qemu-ga.conf``
126 The syntax of the ``qemu-ga.conf`` configuration file follows the
141 The list of keys follows the command line options: