On 07/31/2018 07:19 PM, Ján Tomko wrote:
And I'm still unsure about leaving in
commit 55ce65646348884656fd7bf3f109ebf8f7603494
qemu: Use the correct vm def on cold attach
https://libvirt.org/git/?p=libvirt.git;a=commitdiff;h=55ce6564634
Which means attach-device --live --config will attach an interface
with a different MAC address in live and persistent definition. Laine?
Well, It's not only MAC address that can change. The device address
might change too. This points to a broader problem. When we are parsing
a device XML we fill in the blanks in postParse callbacks. However,
those look only at either live or at inactive XML. Not at both at the
same time. So how can we fill in the blanks that would be valid for both
XMLs?
Michal