[libvirt] [PATCH 0/4 v3] More virCommand conversions and cleanups

Cole Robinson crobinso at redhat.com
Tue May 17 15:06:33 UTC 2011


The following series converts the last user of virExec to use
virCommand. The remaining functionality is then moved out of
util.c and into command.c

v2:
    Committed some patches
    Dropped final patch, can be submitted seperately
    Addressed Eric's comments

v3:
    Commited some patches
    Addressed Eric's v2 comments

Cole Robinson (4):
  qemu: Convert virExec usage to virCommand
  util: Remove unused virExec wrapper
  util: Implement virRun as a wrapper around virCommand
  Move virRun, virExec*, virFork to util/command

 cfg.mk                                    |    3 +-
 src/libvirt_private.syms                  |    6 +-
 src/lxc/veth.c                            |    2 +-
 src/nwfilter/nwfilter_ebiptables_driver.c |    1 +
 src/qemu/qemu_driver.c                    |   26 +-
 src/qemu/qemu_process.c                   |    2 +-
 src/storage/storage_backend_fs.c          |    2 +-
 src/storage/storage_backend_logical.c     |    2 +-
 src/util/command.c                        |  565 ++++++++++++++++++++++++-
 src/util/command.h                        |   14 +
 src/util/ebtables.c                       |    2 +-
 src/util/pci.c                            |    2 +-
 src/util/util.c                           |  661 +----------------------------
 src/util/util.h                           |   32 --
 src/vmware/vmware_driver.c                |    1 +
 15 files changed, 608 insertions(+), 713 deletions(-)

-- 
1.7.4.4




More information about the libvir-list mailing list