]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Remove all use of virRun in storage code
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 11 Jul 2012 14:56:55 +0000 (15:56 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 12 Jul 2012 10:02:09 +0000 (11:02 +0100)
commit258e06c85b7265805f749d12ade18645902ab113
treea865d6ad43e6915f5fb11217140263ba1de7bea7
parent0f9ad736cb5ae8653509c58d858bbc3b477cda3c
Remove all use of virRun in storage code

To make it easier to dynamically change the command line ARGV,
switch all storage code over to use virCommandPtr APIs for
running programs

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/storage/storage_backend.c
src/storage/storage_backend.h
src/storage/storage_backend_disk.c
src/storage/storage_backend_fs.c
src/storage/storage_backend_iscsi.c
src/storage/storage_backend_logical.c