From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46830) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gHXi5-0003mY-Ma for qemu-devel@nongnu.org; Tue, 30 Oct 2018 13:21:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gHXi2-00071c-8L for qemu-devel@nongnu.org; Tue, 30 Oct 2018 13:21:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57469) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gHXi2-0006vM-0A for qemu-devel@nongnu.org; Tue, 30 Oct 2018 13:21:42 -0400 Date: Tue, 30 Oct 2018 17:21:23 +0000 From: "Dr. David Alan Gilbert" Message-ID: <20181030172122.GB7305@work-vm> References: <20181022164118.5502-1-zhangckid@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181022164118.5502-1-zhangckid@gmail.com> Subject: Re: [Qemu-devel] [PATCH] qapi: Fix COLOStatus and query-colo-status since version List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Zhang Chen Cc: qemu-devel@nongnu.org, Eric Blake , Markus Armbruster * Zhang Chen (zhangckid@gmail.com) wrote: > This structure and command have missed qemu version 3.0, so fix it to since version 3.1. > > Signed-off-by: Zhang Chen Queued > --- > qapi/migration.json | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/qapi/migration.json b/qapi/migration.json > index 0928f4b727..38d4c41d88 100644 > --- a/qapi/migration.json > +++ b/qapi/migration.json > @@ -1317,7 +1317,7 @@ > # > # @reason: describes the reason for the COLO exit. > # > -# Since: 3.0 > +# Since: 3.1 > ## > { 'struct': 'COLOStatus', > 'data': { 'mode': 'COLOMode', 'reason': 'COLOExitReason' } } > @@ -1334,7 +1334,7 @@ > # -> { "execute": "query-colo-status" } > # <- { "return": { "mode": "primary", "active": true, "reason": "request" } } > # > -# Since: 3.0 > +# Since: 3.1 > ## > { 'command': 'query-colo-status', > 'returns': 'COLOStatus' } > -- > 2.17.GIT > > -- Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK