]> xenbits.xensource.com Git - libvirt.git/commit
Revert "conf: Skip post parse callbacks when creating copy"
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 4 Oct 2016 16:00:02 +0000 (18:00 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 4 Oct 2016 16:00:02 +0000 (18:00 +0200)
commit8cfdd6e4f5d50a03bf34a0b22f167e5672c7678e
tree4836888f123ebda860c6238c9d04ee5ca6d974db
parentddc8bc1cf4bd1f1307d1c74638d610571e55c569
Revert "conf: Skip post parse callbacks when creating copy"

This breaks vCPU hotplug, because when starting a domain, we
create a copy of domain definition (which becomes live XML) and
during the post parse callbacks we might adjust some tunings so
that vCPU hotplug is possible.

This reverts commit 581b7756af18dcf84b57d9947978725d2dfbfc18.
src/conf/domain_conf.c
src/qemu/qemu_domain.c