[libvirt PATCH 0/6] util: openvswitch: cleanup

Ján Tomko jtomko at redhat.com
Mon Jan 17 16:40:18 UTC 2022


Rearrange some code and remove 'cmd' variable reuse to get rid of
manual 'virCommandFree' in functions using g_auto.

Ján Tomko (6):
  util: openvswitch: move InterfaceClear{Rx,Tx}Qos
  util: openvswitch: unexport InterfaceClear{Rx,Tx}Qos
  util: openvswitch: split out virNetDevOpenvswitchInterfaceSetTxQos
  util: openvswitch: split out virNetDevOpenvswitchInterfaceSetRxQos
  util: openvswitch: do not reuse cmd in InterfaceSetTxQos
  util: openvswitch: do not reuse cmd in InterfaceClearTxQos

 src/libvirt_private.syms        |   2 -
 src/util/virnetdevopenvswitch.c | 406 +++++++++++++++++---------------
 src/util/virnetdevopenvswitch.h |   7 -
 3 files changed, 213 insertions(+), 202 deletions(-)

-- 
2.31.1




More information about the libvir-list mailing list