From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53981) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0O2Z-0004PP-Gp for qemu-devel@nongnu.org; Fri, 27 Jun 2014 00:45:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0O2T-0002Uw-3B for qemu-devel@nongnu.org; Fri, 27 Jun 2014 00:45:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5838) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0O2S-0002Ur-Q8 for qemu-devel@nongnu.org; Fri, 27 Jun 2014 00:45:28 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s5R4jRr1010640 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Fri, 27 Jun 2014 00:45:27 -0400 Date: Fri, 27 Jun 2014 10:15:21 +0530 From: Amit Shah Message-ID: <20140627044521.GA13125@grmbl.mre> References: <1403797803-11984-1-git-send-email-lersek@redhat.com> <1403797803-11984-2-git-send-email-lersek@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1403797803-11984-2-git-send-email-lersek@redhat.com> Subject: Re: [Qemu-devel] [PATCH for-2.1 v3 1/2] virtio-serial: report frontend connection state via monitor List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek Cc: mprivozn@redhat.com, lcapitulino@redhat.com, qemu-devel@nongnu.org, kraxel@redhat.com On (Thu) 26 Jun 2014 [17:50:02], Laszlo Ersek wrote: > Libvirt wants to know about the guest-side connection state of some > virtio-serial ports (in particular the one(s) assigned to guest agent(s)). > Report such states with a new monitor event. > > RHBZ: https://bugzilla.redhat.com/show_bug.cgi?id=1080376 > Signed-off-by: Laszlo Ersek Reviewed-by: Amit Shah Luiz, will you pick this up via your tree? Thanks, Amit