On 12/11/20 12:26, Gerd Hoffmann wrote:
Yes, that is quite useful for setting device properties which are not
(yet) supported by libvirt, like this:

   <qemu:commandline>
     <qemu:arg value='-set'/>
     <qemu:arg value='device.video0.edid=on'/>
   </qemu:commandline>

Grepping through my libvirt domain config files I see 90% is
indeed "-set device".  But I've also found netdev (set tftp+bootfile
for "<interface type='user'>").

Hmm... Looks like I will move -set from config-file to vl.c and handle both QemuOpts and keyval-based options.

Paolo


Reply via email to