]> xenbits.xensource.com Git - libvirt.git/commit
Pull parsing of migration xml up into QEMU driver APIs
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 29 Apr 2013 10:29:02 +0000 (11:29 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 8 May 2013 09:47:48 +0000 (10:47 +0100)
commit449e6b1b58440917099709be3bba3e0aec60a589
treecdf84387eb440f7ec32636f118c64dffd4fb2703
parent03a600368ea6aeed9bd6d7879597e2bf8533ebc9
Pull parsing of migration xml up into QEMU driver APIs

Currently the parsing of XML is pushed down into the various
migration helper APIs. This makes it difficult to insert the
correct access control checks, since one helper API services
many public APIs. Pull the parsing of XML up to the top level
of the QEMU driver APIs
src/qemu/qemu_driver.c
src/qemu/qemu_migration.c
src/qemu/qemu_migration.h