mbox

[PULL,for-2.5,0/1] qemu-ga fix for 2.5

Message ID 1447280325-12888-1-git-send-email-mdroth@linux.vnet.ibm.com
State New
Headers show

Pull-request

git://github.com/mdroth/qemu.git tags/qga-pull-2015-11-11-tag

Message

Michael Roth Nov. 11, 2015, 10:18 p.m. UTC
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(-)

Comments

Peter Maydell Nov. 12, 2015, 1:41 p.m. UTC | #1
On 11 November 2015 at 22:18, Michael Roth <mdroth@linux.vnet.ibm.com> wrote:
> 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
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM