8 lines
311 B
Text
8 lines
311 B
Text
|
# 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"
|