From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54460) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtduC-0002mE-EN for qemu-devel@nongnu.org; Wed, 26 Nov 2014 09:49:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xtdu5-0003VV-Dk for qemu-devel@nongnu.org; Wed, 26 Nov 2014 09:49:20 -0500 Received: from mx1.redhat.com ([209.132.183.28]:32973) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xtdu5-0003VD-1Q for qemu-devel@nongnu.org; Wed, 26 Nov 2014 09:49:13 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sAQEnC2m006553 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 26 Nov 2014 09:49:12 -0500 Message-ID: <5475E866.4040607@redhat.com> Date: Wed, 26 Nov 2014 15:49:10 +0100 From: Max Reitz MIME-Version: 1.0 References: <1416944800-17919-1-git-send-email-jsnow@redhat.com> <1416944800-17919-10-git-send-email-jsnow@redhat.com> In-Reply-To: <1416944800-17919-10-git-send-email-jsnow@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [2.3 PATCH v7 09/10] qmp: Add dirty bitmap 'enabled' field in query-block List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow , qemu-devel@nongnu.org Cc: Fam Zheng On 2014-11-25 at 20:46, John Snow wrote: > From: Fam Zheng > > Signed-off-by: Fam Zheng > Signed-off-by: John Snow > --- > block.c | 1 + > qapi/block-core.json | 5 ++++- > 2 files changed, 5 insertions(+), 1 deletion(-) Reviewed-by: Max Reitz I like how you dropped my R-bs even for functionally unchanged patches. Are you afraid I might revoke my R-b if you're involved? If so, I'm very sorry. ;-) Max