[app-emulation/qemu-guest-agent] version bump to 4.2

This commit is contained in:
2019-12-20 21:22:42 +01:00
parent f1314e1dca
commit 47ba9fb9bc
9 changed files with 169 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# Specifies the transport method used to communicate to QEMU on the host side
# Default: virtio-serial
#GA_METHOD="virtio-serial"
# Specifies the device path for the communications back to QEMU on the host
# Default: /dev/virtio-ports/org.qemu.guest_agent.0
#GA_PATH="/dev/virtio-ports/org.qemu.guest_agent.0"
# Additional options to qemu-guest-agent such as --fsfreeze-hook
# See qemu-ga --help for more info
#GA_OPTIONS="-F/etc/qemu/fsfreeze-hook"