On Mon, Nov 10, 2025 at 09:39:49 +0100, Michal Privoznik via Devel wrote: > From: Michal Privoznik <[email protected]> > > In the virDomainCaps struct there are some pointers that might be > NULL (for instance 'sev', 'sgx', 'hyperv'). Teach FORMAT_PROLOGUE > macro to check for NULL argument so that format functions (like > virDomainCapsFeatureHypervFormat()) don't need to. > > Signed-off-by: Michal Privoznik <[email protected]> > --- > src/conf/domain_capabilities.c | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-)
Reviewed-by: Peter Krempa <[email protected]>
