From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=42220 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OCvVl-0000g3-D1 for qemu-devel@nongnu.org; Fri, 14 May 2010 10:05:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OCvVj-00088x-Vw for qemu-devel@nongnu.org; Fri, 14 May 2010 10:05:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:4363) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OCvVj-00088o-KC for qemu-devel@nongnu.org; Fri, 14 May 2010 10:05:07 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o4EE560g023363 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 14 May 2010 10:05:06 -0400 Date: Fri, 14 May 2010 11:05:02 -0300 From: Luiz Capitulino Message-ID: <20100514110502.7e0da42e@redhat.com> In-Reply-To: <4BED06A4.7000206@redhat.com> References: <1273746650-10518-1-git-send-email-berrange@redhat.com> <4BED06A4.7000206@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] Fix docs for block stats monitor command List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On Fri, 14 May 2010 10:15:32 +0200 Kevin Wolf wrote: > Am 13.05.2010 12:30, schrieb Daniel P. Berrange: > > The 'parent' field in the 'query-blockstats' monitor command is > > part of the top level block device QDict, not part of the 2nd > > level 'stats' QDict. > > > > * block.c: Fix docs for 'parent' field in block stats monitor > > command output > > > > Signed-off-by: Daniel P. Berrange > > Oops, you're right of course. > > Luiz, there was this patch that moved all the documentation to a > different place and will conflict with this one. Should we fix the > documentation on top of your patch or are you going to rebase? I'm going to rebase, have lots of stuff to fix in the doc.