From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35941) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMB40-00042q-3m for qemu-devel@nongnu.org; Fri, 13 Feb 2015 02:53:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YMB3v-0004EL-3k for qemu-devel@nongnu.org; Fri, 13 Feb 2015 02:53:24 -0500 Received: from mx2.parallels.com ([199.115.105.18]:38922) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMB3u-0003XF-TZ for qemu-devel@nongnu.org; Fri, 13 Feb 2015 02:53:19 -0500 Message-ID: <54DDAD08.9030809@openvz.org> Date: Fri, 13 Feb 2015 10:51:36 +0300 From: "Denis V. Lunev" MIME-Version: 1.0 References: <1423245595-26929-1-git-send-email-den@openvz.org> In-Reply-To: <1423245595-26929-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/3] qemu guest agent: support guest-file-* command for Windows List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Olga Krishtal , qemu-devel@nongnu.org, Michael Roth On 06/02/15 20:59, Denis V. Lunev wrote: > 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 > ping