From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44752) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZCdV-0007wA-M7 for qemu-devel@nongnu.org; Mon, 15 Aug 2016 03:48:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bZCdS-0006Wo-IK for qemu-devel@nongnu.org; Mon, 15 Aug 2016 03:48:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49540) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZCdS-0006VH-D1 for qemu-devel@nongnu.org; Mon, 15 Aug 2016 03:48:38 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5097867323 for ; Mon, 15 Aug 2016 07:48:37 +0000 (UTC) From: Markus Armbruster References: <20160811112041.18616-1-marcandre.lureau@redhat.com> Date: Mon, 15 Aug 2016 09:48:35 +0200 In-Reply-To: <20160811112041.18616-1-marcandre.lureau@redhat.com> (=?utf-8?Q?=22Marc-Andr=C3=A9?= Lureau"'s message of "Thu, 11 Aug 2016 15:20:41 +0400") Message-ID: <87lgzyiib0.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] qmp-commands.hx: remove outdated note List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?utf-8?Q?Marc-Andr=C3=A9?= Lureau Cc: qemu-devel@nongnu.org, kraxel@redhat.com Doc fix, nominating for 2.7. Marc-Andr=C3=A9 Lureau writes: > input-send-event is now stable since > 6575ccddf4e7c2484bc14b10d5e89f57506c3953. > > Signed-off-by: Marc-Andr=C3=A9 Lureau > --- > qmp-commands.hx | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/qmp-commands.hx b/qmp-commands.hx > index c8d360a..6866264 100644 > --- a/qmp-commands.hx > +++ b/qmp-commands.hx > @@ -4802,8 +4802,6 @@ The consoles are visible in the qom tree, under > /backend/console[$index]. They have a device link and head property, so > it is possible to map which console belongs to which device and display. >=20=20 > -Note: this command is experimental, and not a stable API. > - > Example (1): >=20=20 > Press left mouse button. Reviewed-by: Markus Armbruster