]> git.proxmox.com Git - qemu.git/commit
qga: distinguish binary modes in "guest_file_open_modes" map
authorLaszlo Ersek <lersek@redhat.com>
Wed, 8 May 2013 15:31:35 +0000 (17:31 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 13 May 2013 14:45:49 +0000 (09:45 -0500)
commit8fe6bbca7176c9dfb35083a71bda95c1856e2ed5
treeaf7b0344922a31a73567703dfb1fd0934d0b054d
parent38ebb396c955ceb2ef7e246248ceb7f8bfe1b774
qga: distinguish binary modes in "guest_file_open_modes" map

In Windows guests this may make a difference.

Since the original patch (commit c689b4f1) sought to be pedantic and to
consider theoretical corner cases of portability, we should fix it up
where it failed to come through in that pursuit.

Suggested-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
qga/commands-posix.c