From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37861) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNXbV-0007Yo-Km for qemu-devel@nongnu.org; Mon, 16 Feb 2015 21:09:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNXbP-0005lW-GN for qemu-devel@nongnu.org; Mon, 16 Feb 2015 21:09:37 -0500 Received: from e7.ny.us.ibm.com ([32.97.182.137]:51004) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNXbP-0005lS-Cy for qemu-devel@nongnu.org; Mon, 16 Feb 2015 21:09:31 -0500 Received: from /spool/local by e7.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 16 Feb 2015 21:09:31 -0500 Received: from b01cxnp22035.gho.pok.ibm.com (b01cxnp22035.gho.pok.ibm.com [9.57.198.25]) by d01dlp02.pok.ibm.com (Postfix) with ESMTP id D44966E8048 for ; Mon, 16 Feb 2015 21:01:19 -0500 (EST) Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by b01cxnp22035.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t1H29SSR25821328 for ; Tue, 17 Feb 2015 02:09:28 GMT Received: from d01av02.pok.ibm.com (localhost [127.0.0.1]) by d01av02.pok.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t1H29RwT013760 for ; Mon, 16 Feb 2015 21:09:27 -0500 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Roth In-Reply-To: <1423245595-26929-1-git-send-email-den@openvz.org> References: <1423245595-26929-1-git-send-email-den@openvz.org> Message-ID: <20150217020746.13315.73385@loki> Date: Mon, 16 Feb 2015 20:07:46 -0600 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: , To: "Denis V. Lunev" Cc: Olga Krishtal , qemu-devel@nongnu.org Quoting Denis V. Lunev (2015-02-06 11:59:52) > 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. Thanks, applied to QGA tree: https://github.com/mdroth/qemu/commits/qga > = > 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