From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47131) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIyd3-0000z7-Di for qemu-devel@nongnu.org; Tue, 12 Jan 2016 08:04:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aIycz-0003ME-Dj for qemu-devel@nongnu.org; Tue, 12 Jan 2016 08:04:53 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34593) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIycz-0003M5-8i for qemu-devel@nongnu.org; Tue, 12 Jan 2016 08:04:49 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id D3AF5C0A8055 for ; Tue, 12 Jan 2016 13:04:48 +0000 (UTC) Message-ID: <1452603886.29014.18.camel@redhat.com> From: Gerd Hoffmann Date: Tue, 12 Jan 2016 14:04:46 +0100 In-Reply-To: <20160112125300.GJ17626@redhat.com> References: <1452601779-5790-1-git-send-email-kraxel@redhat.com> <1452601779-5790-7-git-send-email-kraxel@redhat.com> <20160112125300.GJ17626@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 7/7] qapi: promote input-send-event to stable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: Marcelo Tosatti , qemu-devel@nongnu.org, Markus Armbruster > > +# Since: experimental 2.2, stable 2.6 >=20 > Couldn't it just be 'Since: 2.6' ? The experimental tag refers to > the old x- prefixed comamnd which no longer exists, so I don't think > we need to admit existence of the old command after this point. Sounds good to me, but will wait for our qapi masters to comment ;) cheers, Gerd