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(-)