]> git.proxmox.com Git - qemu-server.git/commit
Add 'type' to agent_fmt
authorMatt Dunwoodie <ncon@noconroy.net>
Mon, 18 Nov 2019 06:46:12 +0000 (17:46 +1100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 18 Nov 2019 15:04:28 +0000 (16:04 +0100)
commit48657158619f66bd0e798b7c8a873ffd8a1bd551
treed886c5ce9dbe8f065ad437f02904a7ff0352112f
parent255e9c546cb6ba5673030281d53adee8cdf7d766
Add 'type' to agent_fmt

This adds an extra field to agent_fmt that specifes the type of guest
agent connection to use. Currently there is no choice, and defaults to
virtio-serial. Since qemu-ga also runs over isa-serial, this allows OSes
such as NetBSD and OpenBSD, which do not have support for virtio-serial,
to run a qemu-ga.

This is an optional field, which leaves the default as virtio-serial. As
it doesn't change the default, it will require no change to older
configuration files.

Signed-off-by: Matt Dunwoodie <ncon@noconroy.net>
PVE/QemuServer.pm