From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40183) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VgmlA-0002sL-RM for qemu-devel@nongnu.org; Wed, 13 Nov 2013 21:34:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vgml5-0000OB-QW for qemu-devel@nongnu.org; Wed, 13 Nov 2013 21:34:20 -0500 Received: from mx1.redhat.com ([209.132.183.28]:7796) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vgml5-0000MJ-Dh for qemu-devel@nongnu.org; Wed, 13 Nov 2013 21:34:15 -0500 Message-ID: <528429EF.9090709@redhat.com> Date: Thu, 14 Nov 2013 09:39:59 +0800 From: Fam Zheng MIME-Version: 1.0 References: <1384338584-14065-1-git-send-email-famz@redhat.com> <1384338584-14065-3-git-send-email-famz@redhat.com> <528427F6.2000503@linux.vnet.ibm.com> In-Reply-To: <528427F6.2000503@linux.vnet.ibm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable 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: Wenchao Xia , qemu-devel@nongnu.org Cc: kwolf@redhat.com, pbonzini@redhat.com, stefanha@redhat.com, =?UTF-8?B?QmVub8OudCBDYW5ldA==?= On 2013=E5=B9=B411=E6=9C=8814=E6=97=A5 09:31, Wenchao Xia wrote: > >> --- a/qapi-schema.json >> +++ b/qapi-schema.json >> @@ -948,8 +948,8 @@ >> # @tray_open: #optional True if the device has a tray and it is open >> # (only present if removable is true) >> # >> -# @dirty: #optional dirty bitmap information (only present if the dir= ty >> -# bitmap is enabled) >> +# @dirty-bitmaps: #optional dirty bitmaps information (only present >> if the >> +# driver has one or more dirty bitmaps) >> # >> # @io-status: #optional @BlockDeviceIoStatus. Only present if the >> device >> # supports it and the VM is configured to stop on errors >> @@ -963,7 +963,7 @@ >> 'data': {'device': 'str', 'type': 'str', 'removable': 'bool', >> 'locked': 'bool', '*inserted': 'BlockDeviceInfo', >> '*tray_open': 'bool', '*io-status': 'BlockDeviceIoStatus'= , >> - '*dirty': 'BlockDirtyInfo' } } >> + '*dirty-bitmaps': ['BlockDirtyInfo'] } } >> >> ## >> # @query-block: >> > An old member is removed, is there a compatiable issue for user? > We discussed this in v2 thread and the conclusion is no: http://lists.gnu.org/archive/html/qemu-devel/2013-11/msg01446.html Fam