[pve-devel] [PATCH qemu-server] Remove conflicting audio device definition in Q35

Dominik Csapak d.csapak at proxmox.com
Wed Jul 24 12:21:45 CEST 2019


>> maybe change only the id in the config?
> in the q35 config? This will not break live migration? Or do you mean 
> the id in QemuServer.pm?

i meant in the config, but i am not sure if this breaks live migration
(probably though, one would have to test it ;) )

alternatively for q35 the id in QemuServer could be something like 
'audio0-q35'

we can only do this as long as we do not ship a qemu-server version
 >= 6.0-6 else we also would break live migration with q35
(@thomas)

> 
>> or even use it if the hardware type is the right one?
> This seems to introduce quite some unnecessary complexity if it could be 
> all handled in one place.

yes but would also reduce the amount of devices in the vm
we already have a precendence where we omit devices in case
we have it in the q35 config (see the usb controller code)





More information about the pve-devel mailing list