On Mon, Nov 10, 2025 at 09:39:46 +0100, Michal Privoznik via Devel wrote: > From: Michal Privoznik <[email protected]> > > The aim of virDomainCapsCPUCustomFormat() is to format CPU models > into given buffer. But it starts by adjusting indentation. Move > this one level up into the caller so that another buffer can be > used. This also makes the pattern match in the caller > (virDomainCapsCPUFormat()) with the rest of CPU related domcaps > formatting. > > Signed-off-by: Michal Privoznik <[email protected]> > --- > src/conf/domain_capabilities.c | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-)
Reviewed-by: Peter Krempa <[email protected]>
