search for: xml_old

Displaying 1 result from an estimated 1 matches for "xml_old".

Did you mean: x_old
2020 Apr 24
2
domain: how long is new xml in saved file
...ve file can be inspected or modified slightly with virDomainSaveImageGetXMLDesc()&nbsp;and virDomainSaveImageDefineXML(). But an error is happened when I do like that. &nbsp;libvirt: QEMU Driver error: operation failed: new xml too large to fit in file. I found that if I increase strlen(xml_old) to strlen(xml_new). if (strlen(xml_new) - strlen(xml_old) <= 29) { this is right; } but if (strlen(xml_new) - strlen(xml_old) &gt;= 50) { this is error; } But I don't choose to find an accurate number. &nbsp;I think this value will be affected by some factors. For example:...