Peter Krempa 1cc820937a virsh: domain: Don't use vshPrepareDiskXML for creating XML to detach disk
Since cmdDetachDisk() calls into vshPrepareDiskXML() with
type == VSH_PREPARE_DISK_XML_NONE && source == NULL this would result
into skipping all the checks and effectively turn the function into a
XML formatter.

This patch changes the code to use the formatter directly so that the
function can be refactored in a easier way.
2015-03-17 17:11:37 +01:00
..
2015-03-17 11:49:28 +01:00
2015-02-20 07:46:54 +01:00
2015-02-20 07:46:54 +01:00
2015-03-17 15:15:39 +00:00