]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: split out hostdev <driver> parse/format to their own functions
authorLaine Stump <laine@redhat.com>
Fri, 5 Jan 2024 01:12:51 +0000 (20:12 -0500)
committerLaine Stump <laine@redhat.com>
Mon, 8 Jan 2024 04:57:09 +0000 (23:57 -0500)
commit195522ae87e1d47e803ff10ac715b73765ccb214
tree31bbd8e33abdb091bcc5783f02bdff0c2ed59c0e
parent8bc3f010808f698c32fa53f4c55638cc97b4d255
conf: split out hostdev <driver> parse/format to their own functions

This is done so that we can re-use the same parser/formatter for
<network> and <networkport>

Signed-off-by: Laine Stump <laine@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/conf/device_conf.c
src/conf/device_conf.h
src/conf/domain_conf.c