Re: [libvirt] [PATCH v2] screenshot: Expose the new API in virsh

2011-06-01 Thread Eric Blake
On 05/16/2011 10:57 AM, Michal Privoznik wrote: > * tools/virsh.c: Add screenshot command > * tools/virsh.pod: Document new command > * src/libvirt.c: Fix off-be-one error > --- > diff to v1: > - make filename optional and generate filename when missing > > + > +static int cmdScreenshotSink(virSt

[libvirt] [PATCH v2] screenshot: Expose the new API in virsh

2011-05-16 Thread Michal Privoznik
* tools/virsh.c: Add screenshot command * tools/virsh.pod: Document new command * src/libvirt.c: Fix off-be-one error --- diff to v1: - make filename optional and generate filename when missing src/libvirt.c |2 +- tools/virsh.c | 152 +