diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-02-02 07:35:19 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-02-02 07:35:19 +0000 |
commit | 6e0baa42f9e9347389dbdcc349b5fe1990d1d6a4 (patch) | |
tree | 965366a0a45e5394f071b5903c92a49f9e469768 /app-emulation/qemu-guest-agent/files/qemu-ga.conf-r1 | |
parent | c4febece2cd3ef082d2175dbeb5fb3b9c7437ceb (diff) |
app-emulation/qemu-guest-agent : fix build
Diffstat (limited to 'app-emulation/qemu-guest-agent/files/qemu-ga.conf-r1')
-rw-r--r-- | app-emulation/qemu-guest-agent/files/qemu-ga.conf-r1 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-emulation/qemu-guest-agent/files/qemu-ga.conf-r1 b/app-emulation/qemu-guest-agent/files/qemu-ga.conf-r1 new file mode 100644 index 00000000..a1a78df3 --- /dev/null +++ b/app-emulation/qemu-guest-agent/files/qemu-ga.conf-r1 @@ -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" |