From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59397) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zmi0A-0008L0-OE for qemu-devel@nongnu.org; Thu, 15 Oct 2015 08:51:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zmi07-0002D4-IM for qemu-devel@nongnu.org; Thu, 15 Oct 2015 08:51:22 -0400 Received: from mailhub.sw.ru ([195.214.232.25]:22921 helo=relay.sw.ru) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zmi07-0002CD-4d for qemu-devel@nongnu.org; Thu, 15 Oct 2015 08:51:19 -0400 From: "Denis V. Lunev" Date: Thu, 15 Oct 2015 15:51:09 +0300 Message-Id: <1444913471-15132-1-git-send-email-den@openvz.org> Subject: [Qemu-devel] [PATCH v2 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. Changes from v1: - call to qemu_fd_register is moved to a proper place - moved declaration of opt to a proper place Signed-off-by: Denis V. Lunev Signed-off-by: Olga Krishtal Reviewed-by: Yuri Pudgorodskiy CC: Michael Roth