]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Handle NVRAM in virDomainLoaderDefParseXML()
authorAndrea Bolognani <abologna@redhat.com>
Thu, 16 Jun 2022 16:02:14 +0000 (18:02 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 1 Jul 2022 13:10:22 +0000 (15:10 +0200)
commit28c689dc61bc1e24fb2e03a6d445ea1a7a938d28
treeb0b183a869e4c555b5231407d231af08c918309b
parent5943e4ade6dd10c5c65a195234eff3742c7e7221
conf: Handle NVRAM in virDomainLoaderDefParseXML()

All the data in the <nvram> element ends up in the same struct
as that coming from the <loader> element, so it makes sense to
have a single entry point for parsing an XML document into a
virDomainLoaderDef instance.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/conf/domain_conf.c