From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51609) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VgbcN-0000NU-Hf for qemu-devel@nongnu.org; Wed, 13 Nov 2013 09:40:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VgbcH-0000bb-J7 for qemu-devel@nongnu.org; Wed, 13 Nov 2013 09:40:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:8918) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VgbcH-0000bQ-C5 for qemu-devel@nongnu.org; Wed, 13 Nov 2013 09:40:25 -0500 Message-ID: <52838F52.1080006@redhat.com> Date: Wed, 13 Nov 2013 15:40:18 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1384338584-14065-1-git-send-email-famz@redhat.com> <1384338584-14065-3-git-send-email-famz@redhat.com> <20131113141924.GF2633@dhcp-200-207.str.redhat.com> In-Reply-To: <20131113141924.GF2633@dhcp-200-207.str.redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 2/2] qapi: Change BlockDirtyInfo to list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: =?ISO-8859-1?Q?Beno=EEt_Canet?= , Fam Zheng , qemu-devel@nongnu.org, stefanha@redhat.com Il 13/11/2013 15:19, Kevin Wolf ha scritto: > I believe this is of limited use; if you ever have more than one dirty > bitmap, we're lacking information to associate it with the job it > belongs to. One option would be to extend BlockDirtyInfo to indicate > this, but another might be to actually extend other commands like > query-block-jobs to return information on the dirty bitmap associated > with a specific job. I agree. Both query-block-jobs and query-migrate could be extended. Paolo