]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
virsh: Report name from edited object
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 14 Jun 2012 12:18:31 +0000 (14:18 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 14 Jun 2012 13:04:28 +0000 (15:04 +0200)
commit79521a5e5b6f1427060217d8791ae946952ea934
tree92d40da7346be9db33d8caa08d5ee9edc3e60100
parentb00469b61522db5cae4debc9041fb1fc6b6746f8
virsh: Report name from edited object

There is a little easter egg in virsh: one can easily clone
an object (domain, network, ...). Just 'virsh edit' change the name
and remove <uuid>. And then, in the end when reporting success
the new name was printed out.
However, with recent edit rewrite we lost the final part and are
still printing the original name out.
tools/virsh.c