From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=59203 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OCq3w-00012z-6c for qemu-devel@nongnu.org; Fri, 14 May 2010 04:16:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OCq3r-0000FQ-Hl for qemu-devel@nongnu.org; Fri, 14 May 2010 04:16:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:20551) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OCq3r-0000Es-9v for qemu-devel@nongnu.org; Fri, 14 May 2010 04:15:59 -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 o4E8FsIu013788 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 14 May 2010 04:15:55 -0400 Message-ID: <4BED06A4.7000206@redhat.com> Date: Fri, 14 May 2010 10:15:32 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1273746650-10518-1-git-send-email-berrange@redhat.com> In-Reply-To: <1273746650-10518-1-git-send-email-berrange@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 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: "Daniel P. Berrange" Cc: qemu-devel@nongnu.org, Luiz Capitulino 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? Kevin