mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
The Guest object passed in by the user is no longer altered in place, instead we act on copies of the original XML. We need to rework how unattended/cloudinit device altering works a bit to handle this. There's some XML churn because working on parsexml gives different output ordering, but this is expected. Signed-off-by: Cole Robinson <crobinso@redhat.com>