
21 Apr
2010
21 Apr
'10
9:47 p.m.
On 04/21/2010 10:01 AM, Chris Lalancette wrote:
Signed-off-by: Chris Lalancette <clalance@redhat.com> --- tools/Makefile.am | 1 + tools/virsh.c | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++
Nothing in tools/virsh.pod? Hmm, we ought to modify docs/api_extension to mention documenting new virsh commands (step 8/8).
+ if (virDomainQemuMonitorCommand(dom, monitor_cmd, &result, 0) < 0) + goto cleanup; + + fprintf(stdout, "%s\n", result);
Isn't puts(result) more efficient, for the same end result? To help keep docs in sync, I'll withhold an ack until seeing the .pod updates in the respin :) -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org