]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: add [--domain DOMAIN] option to domxml-to-native DOMAIN COMMAND
authorDaniel Liu <srwx4096@gmail.com>
Fri, 2 Jun 2017 15:04:52 +0000 (11:04 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Sat, 24 Jun 2017 10:49:14 +0000 (06:49 -0400)
commit41eb92783e831b9362c321bd563c6c4ec592eb3d
treeed2b83b7cfa50c85082b6825c9a6260e97078878
parent5431055d2b833463b25269cdb486dd08ef790097
virsh: add [--domain DOMAIN] option to domxml-to-native DOMAIN COMMAND

The option allows someone to run domain-to-native on already existing
domain without the need of supplying their XML.  It is basically
wrapper around 'virsh dumpxml  | virsh domxml-to-native /dev/stdin'.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=835476
Signed-off-by: Daniel Liu <srwx4096@gmail.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
tools/virsh-domain.c
tools/virsh.pod