From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59780) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0VKb-0000eG-Ob for qemu-devel@nongnu.org; Fri, 27 Jun 2014 08:32:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0VKV-0005A4-Kd for qemu-devel@nongnu.org; Fri, 27 Jun 2014 08:32:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39779) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0VKV-0005A0-Cw for qemu-devel@nongnu.org; Fri, 27 Jun 2014 08:32:35 -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 s5RCWUYu029852 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Fri, 27 Jun 2014 08:32:34 -0400 Date: Fri, 27 Jun 2014 08:32:29 -0400 From: Luiz Capitulino Message-ID: <20140627083229.6872d073@redhat.com> In-Reply-To: <20140627044521.GA13125@grmbl.mre> References: <1403797803-11984-1-git-send-email-lersek@redhat.com> <1403797803-11984-2-git-send-email-lersek@redhat.com> <20140627044521.GA13125@grmbl.mre> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: Amit Shah Cc: mprivozn@redhat.com, Laszlo Ersek , qemu-devel@nongnu.org, kraxel@redhat.com On Fri, 27 Jun 2014 10:15:21 +0530 Amit Shah wrote: > 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? Yes, will do it shortly.