]> git.proxmox.com Git - qemu-server.git/commit
cfg2cmd: fix serial-bus for spice foldersharing
authorAaron Lauterer <a.lauterer@proxmox.com>
Tue, 8 Oct 2019 15:56:15 +0000 (17:56 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 8 Oct 2019 16:15:00 +0000 (18:15 +0200)
commit4d316a63c7c08dabbceac0082dbe01bacfe23469
tree599f5a2dc508f4ad78b817c2bd1c5dc555d251fb
parent03b8d4a72d5df9bc79e63e231ccf6bcbb370ad5a
cfg2cmd: fix serial-bus for spice foldersharing

Thanks to Gilberto Nunes for finding a bug where the VM would not start
with foldersharing enabled and the qemu agent option disabled [0].

The cause was that the device org.spice-space.webdav.0 would not find a
virtio-serial-bus in this situation.

Since we always create a virtio-serial-bus for the spice vdagent it
seems sensible to use that also for the foldersharing device by moving
it in front of the other spice devices.

[0]: https://pve.proxmox.com/pipermail/pve-devel/2019-October/039441.html

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
PVE/QemuServer.pm