From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52990) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjmRm-0005JL-CL for qemu-devel@nongnu.org; Wed, 07 Oct 2015 06:59:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZjmRj-0002Rm-6l for qemu-devel@nongnu.org; Wed, 07 Oct 2015 06:59:46 -0400 Received: from mailhub.sw.ru ([195.214.232.25]:47411 helo=relay.sw.ru) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjmRi-0002R6-Ql for qemu-devel@nongnu.org; Wed, 07 Oct 2015 06:59:43 -0400 From: "Denis V. Lunev" Date: Wed, 7 Oct 2015 13:59:32 +0300 Message-Id: <1444215574-11895-1-git-send-email-den@openvz.org> Subject: [Qemu-devel] [PATCH 0/2] qga: non-blocking fd cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "Denis V. Lunev" , Olga Krishtal , mdroth@linux.vnet.ibm.com, qemu-devel@nongnu.org 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