From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52155) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0WdD-0008R4-6d for qemu-devel@nongnu.org; Fri, 27 Jun 2014 09:56:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0Wd7-0008ME-02 for qemu-devel@nongnu.org; Fri, 27 Jun 2014 09:55:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57792) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0Wd6-0008Lv-O7 for qemu-devel@nongnu.org; Fri, 27 Jun 2014 09:55:52 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s5RDtqkj022842 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Fri, 27 Jun 2014 09:55:52 -0400 Date: Fri, 27 Jun 2014 09:36:31 -0400 From: Luiz Capitulino Message-ID: <20140627093631.48266b0b@redhat.com> In-Reply-To: <1403797803-11984-1-git-send-email-lersek@redhat.com> References: <1403797803-11984-1-git-send-email-lersek@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for-2.1 v3 0/2] help libvirt know what's up with qga List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek Cc: amit.shah@redhat.com, mprivozn@redhat.com, qemu-devel@nongnu.org, kraxel@redhat.com On Thu, 26 Jun 2014 17:50:01 +0200 Laszlo Ersek wrote: > Changes in v3: patch 1 creates the event with a "bool" field called > "open" in the data portion, instead of introducing a two-valued enum. > Patch 2 is left intact. Retested. Applied to the qmp branch, thanks for the effort for doing it on time! > > Laszlo Ersek (2): > virtio-serial: report frontend connection state via monitor > char: report frontend open/closed state in 'query-chardev' > > qapi-event.json | 14 ++++++++++++++ > qapi-schema.json | 8 +++++++- > hw/char/virtio-console.c | 12 +++++++++--- > monitor.c | 1 + > qemu-char.c | 1 + > qmp-commands.hx | 19 ++++++++++++++----- > 6 files changed, 46 insertions(+), 9 deletions(-) >