libvirt/src/xenconfig
Fabiano Fidêncio 5d358df82a xen_xm: Split the per-disk logic from xenParseXMDisk()
xenParseXMDisk() does a lot of stuff and, in order to make things
cleaner, let's split it in two new functions:
- xenParseXMDisk(): it's a new function that keeps the old name. It's
responsible for the whole per-disk logic from the old xenParseXMDisk();
- xenParseXMDiskList(): it's basically the old xenParseXMDisk(), but
now it just iterates over the list of disks, calling xenParseXMDisk()
per each disk.

This patch is basically preparing the ground for the future when
typesafe virConf acessors will be used.

Signed-off-by: Fabiano Fidêncio <fabiano@fidencio.org>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
2018-06-11 10:17:15 +02:00
..
Makefile.inc.am make: split xenconfig driver build rules into xenconfig/Makefile.inc.am 2018-02-23 13:14:26 +00:00
xen_common.c xenconfig/: Remove spaces after casts 2018-05-03 22:31:37 +02:00
xen_common.h libxl: add support for multiple IP addresses 2017-12-08 13:55:07 -07:00
xen_sxpr.c qemu: Remove private hostdev 2017-11-24 11:47:26 -05:00
xen_sxpr.h xenconfig: support vif bandwidth in sexpr parser and formatter 2016-01-08 18:56:00 -07:00
xen_xl.c xenconfig: remove my name and email from files 2018-05-08 13:45:51 +01:00
xen_xl.h xenconfig: remove my name and email from files 2018-05-08 13:45:51 +01:00
xen_xm.c xen_xm: Split the per-disk logic from xenParseXMDisk() 2018-06-11 10:17:15 +02:00
xen_xm.h Xen: xenconfig: remove xendConfigVersion from public functions 2015-12-17 21:22:33 -07:00
xenxs_private.h Xen: VIR_FROM_THIS cleanup 2016-01-21 09:31:39 -07:00