Re: [PATCH v1 04/26] domain_conf: Check NVDIMM UUID in ABI stability

2020-11-30 Thread Daniel Henrique Barboza
On 11/27/20 12:02 PM, Michal Privoznik wrote: The UUID is guest visible and thus shouldn't change if we want to not break guest ABI. Fixes: 08ed673901bb5b4f419b37bcce9b11d31ce370e6 Thanks for fixing this up. Reviewed-by: Daniel Henrique Barboza Signed-off-by: Michal Privoznik ---

[PATCH v1 04/26] domain_conf: Check NVDIMM UUID in ABI stability

2020-11-27 Thread Michal Privoznik
The UUID is guest visible and thus shouldn't change if we want to not break guest ABI. Fixes: 08ed673901bb5b4f419b37bcce9b11d31ce370e6 Signed-off-by: Michal Privoznik --- src/conf/domain_conf.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/conf/domain_conf.c