]> xenbits.xensource.com Git - libvirt.git/commit
Move virRun, virExec*, virFork to util/command
authorCole Robinson <crobinso@redhat.com>
Tue, 10 May 2011 18:42:59 +0000 (14:42 -0400)
committerCole Robinson <crobinso@redhat.com>
Tue, 7 Jun 2011 18:06:11 +0000 (14:06 -0400)
commit02e86910e2b55088c44752659a70916c66028e2a
treef8566fb14e86383f402c4ab7297ae4e4a4b55156
parent3c269b51a6f03a1a678e8d857522c6179dc8b31e
Move virRun, virExec*, virFork to util/command

Seems reasonable to have all command wrappers in the same place

v2:
    Dont move SetInherit

v3:
    Comment spelling fix
    Adjust WARN0 comment
    Remove spurious #include movement
    Don't include sys/types.h
    Combine virExec enums

Signed-off-by: Cole Robinson <crobinso@redhat.com>
13 files changed:
cfg.mk
src/libvirt_private.syms
src/lxc/veth.c
src/nwfilter/nwfilter_ebiptables_driver.c
src/storage/storage_backend_fs.c
src/storage/storage_backend_logical.c
src/util/command.c
src/util/command.h
src/util/ebtables.c
src/util/pci.c
src/util/util.c
src/util/util.h
src/vmware/vmware_driver.c