From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49460) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZlYkT-0002Jy-J5 for qemu-devel@nongnu.org; Mon, 12 Oct 2015 04:46:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZlYkQ-0002aH-8a for qemu-devel@nongnu.org; Mon, 12 Oct 2015 04:46:25 -0400 Received: from relay.parallels.com ([195.214.232.42]:38294) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZlYkQ-0002a9-1P for qemu-devel@nongnu.org; Mon, 12 Oct 2015 04:46:22 -0400 References: <1444215574-11895-1-git-send-email-den@openvz.org> From: "Denis V. Lunev" Message-ID: <561B7353.7070505@openvz.org> Date: Mon, 12 Oct 2015 11:46:11 +0300 MIME-Version: 1.0 In-Reply-To: <1444215574-11895-1-git-send-email-den@openvz.org> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] qga: non-blocking fd cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Olga Krishtal , mdroth@linux.vnet.ibm.com, qemu-devel@nongnu.org On 10/07/2015 01:59 PM, Denis V. Lunev wrote: > This patchset is reincarnation of one patch discussed in the scope of > QEMU 2.4 and rejected for that time. Actually we should use > non-blocking descriptors in QGA on Windows in guest-file-open exactly > like was done for Posix. > > Signed-off-by: Denis V. Lunev > Signed-off-by: Olga Krishtal > Reviewed-by: Yuri Pudgorodskiy > > CC: Michael Roth ping