qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PULL 0/4] qemu-ga patch queue for hard-freeze


From: Michael Roth
Subject: [PULL 0/4] qemu-ga patch queue for hard-freeze
Date: Mon, 13 Jul 2020 23:51:10 -0500

The following changes since commit 20c1df5476e1e9b5d3f5b94f9f3ce01d21f14c46:

  Merge remote-tracking branch 
'remotes/kraxel/tags/fixes-20200713-pull-request' into staging (2020-07-13 
16:58:44 +0100)

are available in the Git repository at:

  git://github.com/mdroth/qemu.git tags/qga-pull-2020-07-13-tag

for you to fetch changes up to 0d3a8f32b1e0eca279da1b0cc793efc7250c3daf:

  qga: Use qemu_get_host_name() instead of g_get_host_name() (2020-07-13 
17:44:58 -0500)

----------------------------------------------------------------
qemu-ga patch queue for hard-freeze

* fix erroneously reporting stale hostname in guest-get-host-name
* fix regression where guest-shutdown asserts when called
* fix race condition with guest-fs-freeze/thaw on w32

----------------------------------------------------------------
Basil Salman (1):
      qga-win: Fix QGA VSS Provider service stop failure

Marc-André Lureau (1):
      qga: fix assert regression on guest-shutdown

Michal Privoznik (2):
      util: Introduce qemu_get_host_name()
      qga: Use qemu_get_host_name() instead of g_get_host_name()

 include/qemu/osdep.h      | 10 ++++++++++
 qga/commands.c            | 17 +++++++++++++----
 qga/main.c                |  6 +++++-
 qga/vss-win32/install.cpp | 33 ++++++++++++++++++++-------------
 util/oslib-posix.c        | 35 +++++++++++++++++++++++++++++++++++
 util/oslib-win32.c        | 13 +++++++++++++
 6 files changed, 96 insertions(+), 18 deletions(-)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]