From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43748) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XorbV-0005F0-1t for qemu-devel@nongnu.org; Thu, 13 Nov 2014 05:26:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XorbO-0006yv-WD for qemu-devel@nongnu.org; Thu, 13 Nov 2014 05:26:16 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44404) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XorbO-0006yj-Oq for qemu-devel@nongnu.org; Thu, 13 Nov 2014 05:26:10 -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 (8.14.4/8.14.4) with ESMTP id sADAQArq008799 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 13 Nov 2014 05:26:10 -0500 From: Gerd Hoffmann Date: Thu, 13 Nov 2014 11:26:04 +0100 Message-Id: <1415874366-32521-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL for-2.2 0/2] QMP/input-send-event: make console parameter optional List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Input patch queue with a little documentation tweak and a patch to make the input-send-event console parameter optional. I'd like to have that API fix in 2.2 because we've added input-send-event in the 2.2 cycle, so fixing this *now* makes things easier for libvirt as we don't have two variations of the API in released qemu versions. cheers, Gerd The following changes since commit 558c2c8ddfb165a36eb95dc93125c04829d68aa7: Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2014-11-10 16:28:51 +0000) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-input-20141113-1 for you to fetch changes up to 51fc44768a5b71ad78fa40e609a58f71ed62775a: QMP/input-send-event: make console parameter optional (2014-11-13 11:06:40 +0100) ---------------------------------------------------------------- QMP/input-send-event: make console parameter optional ---------------------------------------------------------------- Amos Kong (2): QMP/input-send-event: update document of union InputEvent QMP/input-send-event: make console parameter optional qapi-schema.json | 9 +++++++-- qmp-commands.hx | 4 ++-- ui/input.c | 15 +++++++++------ 3 files changed, 18 insertions(+), 10 deletions(-)