From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60557) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Whedn-00052C-Kh for qemu-devel@nongnu.org; Tue, 06 May 2014 08:38:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Whedi-0004Ew-QZ for qemu-devel@nongnu.org; Tue, 06 May 2014 08:38:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43212) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Whedi-0004Eq-IT for qemu-devel@nongnu.org; Tue, 06 May 2014 08:38:30 -0400 Message-ID: <5368D7B8.9010406@redhat.com> Date: Tue, 06 May 2014 14:38:16 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1397838243-17921-1-git-send-email-s.vorobiov@samsung.com> <20140506122304.GH15810@stefanha-thinkpad.redhat.com> In-Reply-To: <20140506122304.GH15810@stefanha-thinkpad.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3] glib: fix g_poll early timeout on windows List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi , Stanislav Vorobiov Cc: sw@weilnetz.de, syeon.hwang@samsung.com, qemu-devel@nongnu.org, alex@alex.org.uk, sangho1206.park@samsung.com Il 06/05/2014 14:23, Stefan Hajnoczi ha scritto: >> > Signed-off-by: Stanislav Vorobiov >> > --- >> > include/glib-compat.h | 19 +++++++++ >> > include/qemu-common.h | 12 ------ >> > util/oslib-win32.c | 112 +++++++++++++++++++++++++++++++++++++++++++++++++ >> > 3 files changed, 131 insertions(+), 12 deletions(-) > What is the status of this patch? > > I haven't followed the discussions around the issue but can review/merge > if there is agreement now. The GNOME folks haven't followed up, so I think we should pick it. Paolo