Re: [PATCH 014/103] virQEMUBuildDriveCommandlineFromJSON: Open-code in callers

2021-10-07 Thread Ján Tomko
On a Thursday in 2021, Peter Krempa wrote: Optimize the number of string copies by using the virBuffers in the callers directly. Simplest way to achieve this is to just open code the one function call 'virQEMUBuildDriveCommandlineFromJSON' was wrapping in the two callers. Signed-off-by: Peter

[PATCH 014/103] virQEMUBuildDriveCommandlineFromJSON: Open-code in callers

2021-10-07 Thread Peter Krempa
Optimize the number of string copies by using the virBuffers in the callers directly. Simplest way to achieve this is to just open code the one function call 'virQEMUBuildDriveCommandlineFromJSON' was wrapping in the two callers. Signed-off-by: Peter Krempa --- src/libvirt_private.syms | 1 -