mbox

[PULL,00/14] qga patch queue for soft-freeze

Message ID 20180703205221.24788-1-mdroth@linux.vnet.ibm.com
State New
Headers show

Pull-request

git://github.com/mdroth/qemu.git tags/qga-pull-2018-07-03-tag

Message

Michael Roth July 3, 2018, 8:52 p.m. UTC
Hi Peter,

Sorry for the last-minute pull request. Most of these have been on the list
for a while now waiting to be applied. Please consider pulling these in.

The following changes since commit b07cd3e748b3f27a17c27afeee578dc4eedb8dd5:

  Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into staging (2018-07-03 14:59:27 +0100)

are available in the git repository at:

  git://github.com/mdroth/qemu.git tags/qga-pull-2018-07-03-tag

for you to fetch changes up to 73e1d8eb9b738cef3dee2da26bb669b1092a4c12:

  qga: removing bios_supports_mode (2018-07-03 15:20:51 -0500)

----------------------------------------------------------------
qemu-ga patch queue for soft-freeze

* add systemd suspend support
* add used/total space stats for guest-get-fsinfo
* fixes for guest-get-fsinfo over PCI bridges
* MSI installer and schema doc fixes
* guard against unbounded allocations in guest-file-read
* add some additional qga test cases

----------------------------------------------------------------
Bishara AbuHattoum (1):
      qga-win: Fixing msi upgrade disallow in WiX file

Chen Hanxiao (3):
      qga: unset frozen state if no mount points are frozen
      qga: add mountpoint usage info to GuestFilesystemInfo
      qga-win: add driver path usage to GuestFilesystemInfo

Daniel Henrique Barboza (6):
      qga: refactoring qmp_guest_suspend_* functions
      qga: bios_supports_mode: decoupling pm-utils and sys logic
      qga: guest_suspend: decoupling pm-utils and sys logic
      qga: removing switch statements, adding run_process_child
      qga: systemd hibernate/suspend/hybrid-sleep support
      qga: removing bios_supports_mode

Marc-André Lureau (1):
      qemu-ga: make get-fsinfo work over pci bridges

Prasad J Pandit (1):
      qga: check bytes count read by guest-file-read

Tomáš Golembiovský (2):
      test-qga: add trivial tests for some commands
      qga/schema: fix documentation for GuestOSInfo

 qga/commands-posix.c      | 362 +++++++++++++++++++++++++++++++---------------
 qga/commands-win32.c      |  14 +-
 qga/installer/qemu-ga.wxs |   2 +-
 qga/qapi-schema.json      |  11 +-
 tests/test-qga.c          |  54 +++++++
 5 files changed, 325 insertions(+), 118 deletions(-)

Comments

Peter Maydell July 5, 2018, 9:31 a.m. UTC | #1
On 3 July 2018 at 21:52, Michael Roth <mdroth@linux.vnet.ibm.com> wrote:
> Hi Peter,
>
> Sorry for the last-minute pull request. Most of these have been on the list
> for a while now waiting to be applied. Please consider pulling these in.
>
> The following changes since commit b07cd3e748b3f27a17c27afeee578dc4eedb8dd5:
>
>   Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into staging (2018-07-03 14:59:27 +0100)
>
> are available in the git repository at:
>
>   git://github.com/mdroth/qemu.git tags/qga-pull-2018-07-03-tag
>
> for you to fetch changes up to 73e1d8eb9b738cef3dee2da26bb669b1092a4c12:
>
>   qga: removing bios_supports_mode (2018-07-03 15:20:51 -0500)
>
> ----------------------------------------------------------------
> qemu-ga patch queue for soft-freeze
>
> * add systemd suspend support
> * add used/total space stats for guest-get-fsinfo
> * fixes for guest-get-fsinfo over PCI bridges
> * MSI installer and schema doc fixes
> * guard against unbounded allocations in guest-file-read
> * add some additional qga test cases
>
> ----------------------------------------------------------------
Applied, thanks.

-- PMM