[libvirt PATCH 0/5] Remove virRun in favor of virCommand

Ján Tomko jtomko at redhat.com
Wed Apr 22 16:52:15 UTC 2020


Ján Tomko (5):
  openvz: switch from virRun to virCommand
  vmware: use virCommand instead of virRun
  Remove all usage of virRun
  util: remove references to virRun/virExec
  util: remove virRun

 src/libvirt_private.syms         |  1 -
 src/lxc/lxc_driver.c             |  5 +-
 src/openvz/openvz_driver.c       | 96 ++++++++++++++------------------
 src/qemu/qemu_domain.c           | 16 +++---
 src/security/security_apparmor.c | 11 +---
 src/util/vircommand.c            | 35 ------------
 src/util/vircommand.h            |  2 -
 src/util/virnetdev.c             | 24 +++-----
 src/util/virprocess.c            |  4 +-
 src/vmware/vmware_conf.c         |  9 ++-
 src/vmware/vmware_driver.c       | 69 ++++++++++-------------
 11 files changed, 98 insertions(+), 174 deletions(-)

-- 
2.25.1




More information about the libvir-list mailing list