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

Michal Privoznik mprivozn at redhat.com
Thu Apr 23 09:29:55 UTC 2020


On 4/22/20 6:52 PM, Ján Tomko wrote:
> 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(-)
> 

Reviewed-by: Michal Privoznik <mprivozn at redhat.com>

Michal




More information about the libvir-list mailing list