|
| From: | Paolo Bonzini |
| Subject: | Re: [PATCH] vl, qemu-config: remove -set |
| Date: | Thu, 12 Nov 2020 14:47:17 +0100 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 |
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
| [Prev in Thread] | Current Thread | [Next in Thread] |