]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
conf: Add XML parser flag that will allow us to do incompatible updates
authorPeter Krempa <pkrempa@redhat.com>
Tue, 15 Sep 2015 15:04:55 +0000 (17:04 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 22 Sep 2015 14:09:27 +0000 (16:09 +0200)
commit59173c3dd94fc090d2776be3986a1014ddbf2396
treedcbaab44974a1a927643c9437b270789711971f6
parent24e3b0eda1373608c1c4f1176530d324418ae82b
conf: Add XML parser flag that will allow us to do incompatible updates

Add a new parser flag that will mark code paths that parse XML files
wich will not be used with existing VM state so that post parse
callbacks can possibly do ABI incompatible changes if needed.
src/conf/domain_conf.h
src/qemu/qemu_driver.c
src/qemu/qemu_migration.c