From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56185) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X07aT-00070I-N9 for qemu-devel@nongnu.org; Thu, 26 Jun 2014 07:11:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X07aL-0004nr-TJ for qemu-devel@nongnu.org; Thu, 26 Jun 2014 07:11:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:8161) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X07aL-0004ni-LH for qemu-devel@nongnu.org; Thu, 26 Jun 2014 07:11:21 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s5QBBKpH001846 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 26 Jun 2014 07:11:20 -0400 From: Laszlo Ersek Date: Thu, 26 Jun 2014 13:11:13 +0200 Message-Id: <1403781075-30989-1-git-send-email-lersek@redhat.com> Subject: [Qemu-devel] [PATCH for-2.1 v2 0/2] help libvirt know what's up with qga List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, mprivozn@redhat.com, kraxel@redhat.com, amit.shah@redhat.com, eblake@redhat.com, lcapitulino@redhat.com Version 2 of the series originally posted at , rebased to Wenchao Xia's qapi-event feature, and addressing Eric's review notes for v1. Changes are broken out per patch. The series builds at each patch. I repeated the tests described in the v1 blurb. Please review. Thanks, Laszlo Laszlo Ersek (2): virtio-serial: report frontend connection state via monitor char: report frontend open/closed state in 'query-chardev' qapi-event.json | 16 ++++++++++++++++ qapi-schema.json | 24 +++++++++++++++++++++++- hw/char/virtio-console.c | 15 ++++++++++++--- monitor.c | 1 + qemu-char.c | 1 + qmp-commands.hx | 19 ++++++++++++++----- 6 files changed, 67 insertions(+), 9 deletions(-) -- 1.8.3.1