]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Xen: xenconfig: remove xendConfigVersion from public functions
authorJim Fehlig <jfehlig@suse.com>
Sat, 5 Dec 2015 02:11:39 +0000 (19:11 -0700)
committerJim Fehlig <jfehlig@suse.com>
Fri, 18 Dec 2015 04:22:33 +0000 (21:22 -0700)
commit7d7c08be1c4526e7f6f90fd2b2a809d1f1aaf9da
tree72dccb31bbbb12d4e3ad2373b536a5a42af30b48
parent0f58db3092d9be67d81eb762957eaf4d618d9753
Xen: xenconfig: remove xendConfigVersion from public functions

Remove use of xendConfigVersion in the xm and xl config formatter/parsers
in src/xenconfig/. Adjust callers in the xen and libxl drivers accordingly.

Signed-off-by: Jim Fehlig <jfehlig@suse.com>
src/libxl/libxl_driver.c
src/xen/xen_driver.c
src/xen/xm_internal.c
src/xenconfig/xen_common.c
src/xenconfig/xen_common.h
src/xenconfig/xen_xl.c
src/xenconfig/xen_xl.h
src/xenconfig/xen_xm.c
src/xenconfig/xen_xm.h
tests/xlconfigtest.c
tests/xmconfigtest.c