Hi, > IOW, it looks like it is valid to use -set, even if you're not using > -readconfig.
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'>"). take care, Gerd