From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35368) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WznHF-0005pX-Il for qemu-devel@nongnu.org; Wed, 25 Jun 2014 09:30:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WznH8-0000DL-3f for qemu-devel@nongnu.org; Wed, 25 Jun 2014 09:30:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53549) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WznH7-0000Cm-RO for qemu-devel@nongnu.org; Wed, 25 Jun 2014 09:30:10 -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 s5PDU8WK012022 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Wed, 25 Jun 2014 09:30:09 -0400 Date: Wed, 25 Jun 2014 09:30:07 -0400 From: Luiz Capitulino Message-ID: <20140625093007.22b558df@redhat.com> In-Reply-To: <53AACDC8.5010408@redhat.com> References: <1401392201-29988-1-git-send-email-lersek@redhat.com> <1401392201-29988-3-git-send-email-lersek@redhat.com> <538794A9.1000906@redhat.com> <53879BDB.8050403@redhat.com> <5387A118.5090304@redhat.com> <53A98967.3030003@redhat.com> <53A98CF4.9090302@redhat.com> <20140625090200.693e6999@redhat.com> <53AACB20.6020504@redhat.com> <20140625091622.7b8bd638@redhat.com> <53AACDC8.5010408@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/2] char: report frontend open/closed state in 'query-chardev' List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek Cc: qemu-devel@nongnu.org On Wed, 25 Jun 2014 15:25:28 +0200 Laszlo Ersek wrote: > On 06/25/14 15:16, Luiz Capitulino wrote: > > On Wed, 25 Jun 2014 07:14:08 -0600 > > Eric Blake wrote: > > > >> On 06/25/2014 07:02 AM, Luiz Capitulino wrote: > >>> On Tue, 24 Jun 2014 08:36:36 -0600 > >>> Eric Blake wrote: > >>> > >>>> [cc'ing Luiz] > >>>> > >>>> On 06/24/2014 08:21 AM, Laszlo Ersek wrote: > >>>>> On 05/29/14 23:05, Eric Blake wrote: > >>>>>> On 05/29/2014 02:43 PM, Laszlo Ersek wrote: > >>>> > >>>>>>> In this series I try to implement the ideas that (I believe) were > >>>>>>> suggested by Gerd and Amit in > >>>>>>> . > >>>>>>> > >> > >>>>> > >>>>> I'm thinking about resuming work on this. Wenchao's series has been > >>>>> applied (ends at commit 75175173). We're between soft and hard freeze > >>>>> now. Should I aim at 2.1 or 2.2? > >>>> > >>>> This series was posted before soft freeze, but adds a new feature. If > >>>> we're going to get it in the 2.1 release, it must be before hard freeze. > >>>> I'll leave it up to Luiz whether a QMP addition this late in the game > >>>> is safe to take, although my personal opinion is that since it was > >>>> proposed before soft freeze, and DOES make life easier for libvirt, it > >>>> is worth a strong consideration. > >>> > >>> Has this series being reviewed? > >> > >> v1 was reviewed pre-freeze; Laszlo has not yet posted v2 (in part > >> because it was waiting on the qapi-as-event series which is now finally > >> upstream). > > > > I'm fine with having it for 2.1. It would be great if v2 is posted today or > > tomorrow. > > It would be great indeed, but today is quite impossible for me. Tomorrow > might work, however I usually mess up when I rush things. Until end of > the week (Sunday) is more realistic for me, but it's probably not > convenient for you. I'm OK if we push this to 2.2. I'm planning to send a pull request on Friday. We're going to have an extended holiday where I live until Tuesday (inclusive). I'll probably work on Monday, but it'd be better to be done with non-crucial stuff before that.