From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33248) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X07sd-0004m6-0e for qemu-devel@nongnu.org; Thu, 26 Jun 2014 07:30:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X07sW-0003T9-0u for qemu-devel@nongnu.org; Thu, 26 Jun 2014 07:30:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:28452) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X07sV-0003Sd-QI for qemu-devel@nongnu.org; Thu, 26 Jun 2014 07:30:07 -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 s5QBU6ll015590 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 26 Jun 2014 07:30:07 -0400 Date: Thu, 26 Jun 2014 17:00:04 +0530 From: Amit Shah Message-ID: <20140626113004.GA31100@grmbl.mre> References: <1403781075-30989-1-git-send-email-lersek@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1403781075-30989-1-git-send-email-lersek@redhat.com> Subject: Re: [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: Laszlo Ersek Cc: mprivozn@redhat.com, lcapitulino@redhat.com, qemu-devel@nongnu.org, kraxel@redhat.com On (Thu) 26 Jun 2014 [13:11:13], Laszlo Ersek wrote: > 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' Reviewed-by: Amit Shah Amit