[libvirt] [PATCH] virsh: fixed incorrect timing report

2012-08-31 Thread Viktor Mihajlovski
When executing virsh -t command the reported timing was off by 3 orders of magnitude if the command took more than one second. Signed-off-by: Viktor Mihajlovski mihaj...@linux.vnet.ibm.com --- tools/virsh.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/virsh.c

Re: [libvirt] [PATCH] virsh: fixed incorrect timing report

2012-08-31 Thread Jiri Denemark
On Fri, Aug 31, 2012 at 13:32:45 +0200, Viktor Mihajlovski wrote: When executing virsh -t command the reported timing was off by 3 orders of magnitude if the command took more than one second. Signed-off-by: Viktor Mihajlovski mihaj...@linux.vnet.ibm.com --- tools/virsh.c |2 +- 1

Re: [libvirt] [PATCH] virsh: fixed incorrect timing report

2012-08-31 Thread Daniel Veillard
On Fri, Aug 31, 2012 at 01:42:00PM +0200, Jiri Denemark wrote: On Fri, Aug 31, 2012 at 13:32:45 +0200, Viktor Mihajlovski wrote: When executing virsh -t command the reported timing was off by 3 orders of magnitude if the command took more than one second. Signed-off-by: Viktor