]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Rename qemudShrinkDisks to virDomainDiskRemove and move to domain_conf.c
authorSoren Hansen <soren@linux2go.dk>
Mon, 23 Aug 2010 09:31:26 +0000 (11:31 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 24 Aug 2010 18:17:48 +0000 (20:17 +0200)
commitefe4e210b8c54c5da042a70a2d5f4884f0c21e33
tree0e2fc7f81df7296478d530622b08e4333d3cbf8a
parente9406e9ea768e9f64838ffb7f57d72c7556aa03f
Rename qemudShrinkDisks to virDomainDiskRemove and move to domain_conf.c

Other drivers will need this same functionality, so move it to up to
conf/domain_conf.c and give it a more general name.

Signed-off-by: Soren Hansen <soren@linux2go.dk>
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libvirt_private.syms
src/qemu/qemu_driver.c