From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55906) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zwdji-0001Vy-EM for qemu-devel@nongnu.org; Wed, 11 Nov 2015 17:19:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zwdjf-00042u-9u for qemu-devel@nongnu.org; Wed, 11 Nov 2015 17:19:26 -0500 Received: from e38.co.us.ibm.com ([32.97.110.159]:48390) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zwdjf-00042f-3T for qemu-devel@nongnu.org; Wed, 11 Nov 2015 17:19:23 -0500 Received: from localhost by e38.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 11 Nov 2015 15:19:21 -0700 From: Michael Roth Date: Wed, 11 Nov 2015 16:18:44 -0600 Message-Id: <1447280325-12888-1-git-send-email-mdroth@linux.vnet.ibm.com> Subject: [Qemu-devel] [PULL for-2.5 0/1] qemu-ga fix for 2.5 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, qemu-stable@nongnu.org The following changes since commit 3c07587d49458341510360557c849e93e9afaf59: Merge remote-tracking branch 'remotes/dgibson/tags/ppc-next-20151111' into staging (2015-11-11 09:34:18 +0000) are available in the git repository at: git://github.com/mdroth/qemu.git tags/qga-pull-2015-11-11-tag for you to fetch changes up to 52074d0f662fc51293d4cde8077631f754784405: qga: fix append file open modes for win32 (2015-11-11 10:21:02 -0600) ---------------------------------------------------------------- qemu-ga patch queue * fix for unintended overwriting of data on w32 using guest-file-open with append mode ---------------------------------------------------------------- Kirk Allan (1): qga: fix append file open modes for win32 qga/commands-win32.c | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-)