
12 Mar
2019
12 Mar
'19
1:59 p.m.
On 3/7/19 12:47 AM, Eric Blake wrote:
An upcoming patch wants to reuse XML parsing of both unix and tcp network host descriptions in the context of setting up a backup NBD server. Make that easier by refactoring the existing parser.
Signed-off-by: Eric Blake <eblake@redhat.com> --- src/conf/domain_conf.h | 2 ++ src/conf/domain_conf.c | 43 ++++++++++++++++++++-------------------- src/libvirt_private.syms | 1 + 3 files changed, 25 insertions(+), 21 deletions(-)
Reviewed-by: John Ferlan <jferlan@redhat.com> John I think this can be pushed without the rest to help reduce the future patch count.