mbox

[PULL,for-2.5,0/3] qemu-ga patch queue

Message ID 1446667937-12085-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-04-tag

Message

Michael Roth Nov. 4, 2015, 8:12 p.m. UTC
The following changes since commit 79cf9fad341e6e7bd6b55395b71d5c5727d7f5b0:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20151103' into staging (2015-11-03 14:54:40 +0000)

are available in the git repository at:


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

for you to fetch changes up to fb68777312887000cd0367d72621fdd67cc4a0a0:

  qga: set file descriptor in qmp_guest_file_open non-blocking on Win32 (2015-11-04 07:37:56 -0600)

----------------------------------------------------------------
qemu-ga patch queue

* fix file handle cleanup on w32
* use non-blocking mode for file handles on w32 to avoid
  hangs on guest-file-read/guest-file-write to pipes

----------------------------------------------------------------
Denis V. Lunev (1):
      qga: drop hand-made guest_file_toggle_flags helper

Olga Krishtal (2):
      qga: fixed CloseHandle in qmp_guest_file_open
      qga: set file descriptor in qmp_guest_file_open non-blocking on Win32

 qga/commands-posix.c | 27 ++-------------------------
 qga/commands-win32.c | 29 ++++++++++++++++++++++++++++-
 2 files changed, 30 insertions(+), 26 deletions(-)

Comments

Peter Maydell Nov. 5, 2015, 11:43 a.m. UTC | #1
On 4 November 2015 at 20:12, Michael Roth <mdroth@linux.vnet.ibm.com> wrote:
> The following changes since commit 79cf9fad341e6e7bd6b55395b71d5c5727d7f5b0:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20151103' into staging (2015-11-03 14:54:40 +0000)
>
> are available in the git repository at:
>
>
>   git://github.com/mdroth/qemu.git tags/qga-pull-2015-11-04-tag
>
> for you to fetch changes up to fb68777312887000cd0367d72621fdd67cc4a0a0:
>
>   qga: set file descriptor in qmp_guest_file_open non-blocking on Win32 (2015-11-04 07:37:56 -0600)
>
> ----------------------------------------------------------------
> qemu-ga patch queue
>
> * fix file handle cleanup on w32
> * use non-blocking mode for file handles on w32 to avoid
>   hangs on guest-file-read/guest-file-write to pipes
>
> ----------------------------------------------------------------
> Denis V. Lunev (1):
>       qga: drop hand-made guest_file_toggle_flags helper
>
> Olga Krishtal (2):
>       qga: fixed CloseHandle in qmp_guest_file_open
>       qga: set file descriptor in qmp_guest_file_open non-blocking on Win32
>

Applied, thanks.

-- PMM