[libvirt PATCH 00/10] virHashNew refactorings - part VI

Tim Wiederhake twiederh at redhat.com
Mon Jul 19 09:55:44 UTC 2021


"virHashNew" cannot return NULL, yet we check for NULL in various places.

See https://listman.redhat.com/archives/libvir-list/2021-July/msg00074.html.

Tim Wiederhake (10):
  qemuStateInitialize: `virHashNew` cannot return NULL
  qemuMonitorGetPRManagerInfo: `virHashNew` cannot return NULL
  qemuMonitorGetPRManagerInfo: Use automatic memory management
  qemuMonitorGetPRManagerInfo: Remove superfluous `goto`s
  qemuMonitorJSONGetAllBlockJobInfo: `virHashNew` cannot return NULL
  qemuMonitorJSONGetAllBlockJobInfo: Use automatic memory management
  qemuMonitorJSONGetAllBlockJobInfo: Remove superfluous `goto`s
  testQemuGetLatestCaps: `virHashNew` cannot return NULL
  testQemuGetLatestCaps: Use automatic memory management
  testQemuGetLatestCaps: Remove superfluous `goto`s

 src/qemu/qemu_driver.c       |  3 +--
 src/qemu/qemu_monitor.c      | 13 +++----------
 src/qemu/qemu_monitor_json.c | 26 ++++++++------------------
 tests/testutilsqemu.c        | 13 +++----------
 4 files changed, 15 insertions(+), 40 deletions(-)

-- 
2.31.1





More information about the libvir-list mailing list