]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Extract formatting of NVRAM out of virDomainLoaderDefFormat
authorPeter Krempa <pkrempa@redhat.com>
Fri, 3 Jun 2022 10:39:38 +0000 (12:39 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 14 Jun 2022 13:53:11 +0000 (15:53 +0200)
commit1cc57778744e00816eef3b653ac418cdd5cb2cec
treefe1c5442e1241854eca01f174b5ebe2f2dd7b605
parent9d8abe04804c417746228467b4fcb79b34c7982c
conf: Extract formatting of NVRAM out of virDomainLoaderDefFormat

Introduce virDomainLoaderDefFormatNvram and extract the code to it so
that it's self-contained in upcoming patches adding more complex logic.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Tested-by: Rohit Kumar <rohit.kumar3@nutanix.com>
src/conf/domain_conf.c