On 3/3/21 5:17 PM, Kristina Hanicova wrote:
This refactors file node_device_conf in order to remove VIR_FREE
(if possible) and removes redundant variables and labels.
Kristina Hanicova (4):
node_device_conf: Use g_autofree where possible
node_device_conf: Refactoring functions in order to remove VIR_FREE
node_device_conf: use g_autoptr in
virNodeDevCapPCIDevIommuGroupParseXML()
node_device_conf: Remove redundant variables/labels
src/conf/node_device_conf.c | 324 +++++++++++++-----------------------
1 file changed, 118 insertions(+), 206 deletions(-)
I'm fixing the small nit in 3/4 and pushing.
Reviewed-by: Michal Privoznik <mprivozn(a)redhat.com>
Michal