From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37126) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJnBf-00010Z-8H for qemu-devel@nongnu.org; Fri, 06 Feb 2015 12:59:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJnBc-0004OA-EM for qemu-devel@nongnu.org; Fri, 06 Feb 2015 12:59:27 -0500 Received: from mailhub.sw.ru ([195.214.232.25]:26243 helo=relay.sw.ru) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJnBc-0004Nz-2M for qemu-devel@nongnu.org; Fri, 06 Feb 2015 12:59:24 -0500 From: "Denis V. Lunev" Date: Fri, 6 Feb 2015 20:59:52 +0300 Message-Id: <1423245595-26929-1-git-send-email-den@openvz.org> Subject: [Qemu-devel] [PATCH 0/3] qemu guest agent: support guest-file-* command for Windows List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Roth , Olga Krishtal , qemu-devel@nongnu.org, "Denis V. Lunev" This was a part of patchset implemented guest-exec command. It was suggested to submit it separately by Michael. The set contains small refactoring to fix mingw 4.9.1 compilation and safe part of the rework of posix file interface plus main Windows file commands implementation. Changes from previous version: - compilation is fixed by gropping strtok_r at all - error_setg_win32 is used for error decoding Signed-off-by: Olga Krishtal Signed-off-by: Denis V. Lunev CC: Michael Roth