Re: [libvirt] [PATCH 2/2] virsh: introduce change-disk command

2010-06-22 Thread Eric Blake
On 06/22/2010 04:31 PM, Matthias Bolte wrote: > 2010/6/9 Eric Blake : >> Implement an idea originally requested 22 Mar 2010. >> >> +static const vshCmdOptDef opts_change_disk[] = { >> +{"domain", VSH_OT_DATA, VSH_OFLAG_REQ, N_("domain name, id or uuid")}, >> +{"source", VSH_OT_DATA, VSH_O

Re: [libvirt] [PATCH 2/2] virsh: introduce change-disk command

2010-06-22 Thread Matthias Bolte
2010/6/9 Eric Blake : > Implement an idea originally requested 22 Mar 2010. > > * tools/virsh.c (cmdChangeDisk): New command, providing > convenience wrapper around update-device. > (commands): List it. > * tools/virsh.pod (change-disk): Document it. > (attach-disk): Update cross-reference. > --- >

[libvirt] [PATCH 2/2] virsh: introduce change-disk command

2010-06-09 Thread Eric Blake
Implement an idea originally requested 22 Mar 2010. * tools/virsh.c (cmdChangeDisk): New command, providing convenience wrapper around update-device. (commands): List it. * tools/virsh.pod (change-disk): Document it. (attach-disk): Update cross-reference. --- tools/virsh.c | 113 ++