[libvirt] [PATCH 0/2] Remove calls that just clear alias

John Ferlan jferlan at redhat.com
Wed Jul 20 10:56:47 UTC 2016


Based off review of :

http://www.redhat.com/archives/libvir-list/2016-July/msg00672.html

Rather than add the ignore_value, just remove the unused / unnecessary code
Patch 1 has no callers any more and from inspection patch 2 is essentially
redone again as each device is handled during domain def deletion.

Ran make -C tests valgrind with no errors too

John Ferlan (2):
  conf: Remove CCW,PCI clear address helpers
  Remove unnecessary virDomainDefClearDeviceAliases

 src/conf/domain_conf.c   | 50 ------------------------------------------------
 src/conf/domain_conf.h   |  3 ---
 src/libvirt_private.syms |  3 ---
 src/qemu/qemu_process.c  |  2 --
 4 files changed, 58 deletions(-)

-- 
2.5.5




More information about the libvir-list mailing list