]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Move generation of NVDIMM UUID into post parse callback
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 18 Jan 2021 13:21:36 +0000 (14:21 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 18 Jan 2021 15:40:36 +0000 (16:40 +0100)
commitb5f15b9db18654c8e1add95aa8cd426e0e776337
tree8417284c7203196e5cef9e32a9aad76b7e5c9b6c
parent0123b42c5422b7f5dd1855011e08ed6b7272023c
conf: Move generation of NVDIMM UUID into post parse callback

It's better to fill in missing values in post parse callbacks
than during parsing.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/conf/domain_conf.c
src/conf/domain_validate.c