[PULL 0/8] QEMU Guest Agent patches

Konstantin Kostiuk posted 8 patches 1 year, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221026175518.2636846-1-kkostiuk@redhat.com
Maintainers: Michael Roth <michael.roth@amd.com>, Konstantin Kostiuk <kkostiuk@redhat.com>
meson.build           |   2 +-
qga/channel-posix.c   |  23 +-
qga/commands-bsd.c    | 200 ++++++++++++++++
qga/commands-common.h |  51 ++++
qga/commands-linux.c  | 286 ++++++++++++++++++++++
qga/commands-posix.c  | 639 +++++++++++++++++---------------------------------
qga/main.c            |  13 +-
qga/meson.build       |   6 +
8 files changed, 780 insertions(+), 440 deletions(-)
create mode 100644 qga/commands-bsd.c
create mode 100644 qga/commands-linux.c
[PULL 0/8] QEMU Guest Agent patches
Posted by Konstantin Kostiuk 1 year, 6 months ago
The following changes since commit 79fc2fb685f35a5e71e23629760ef4025d6aba31:

  Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent_vivier/qemu into staging (2022-10-25 11:37:17 -0400)

are available in the Git repository at:

  git@github.com:kostyanf14/qemu.git tags/qga-pull-2022-10-26

for you to fetch changes up to 3845ffff8b783680d12a005b493c0959a995f800:

  qga: add channel path to error messages (2022-10-26 20:35:20 +0300)

----------------------------------------------------------------
qga-pull-2022-10-26

----------------------------------------------------------------
Alexander Ivanov (7):
      qga: Add initial FreeBSD support
      qga: Move Linux-specific FS freeze/thaw code to a separate file
      qga: Add UFS freeze/thaw support for FreeBSD
      qga: Add shutdown/halt/reboot support for FreeBSD
      qga: Add support for user password setting in FreeBSD
      qga: Move HW address getting to a separate function
      qga: Add HW address getting for FreeBSD

Bjørn Forsman (1):
      qga: add channel path to error messages

 meson.build           |   2 +-
 qga/channel-posix.c   |  23 +-
 qga/commands-bsd.c    | 200 ++++++++++++++++
 qga/commands-common.h |  51 ++++
 qga/commands-linux.c  | 286 ++++++++++++++++++++++
 qga/commands-posix.c  | 639 +++++++++++++++++---------------------------------
 qga/main.c            |  13 +-
 qga/meson.build       |   6 +
 8 files changed, 780 insertions(+), 440 deletions(-)
 create mode 100644 qga/commands-bsd.c
 create mode 100644 qga/commands-linux.c

--
2.25.1


Re: [PULL 0/8] QEMU Guest Agent patches
Posted by Stefan Hajnoczi 1 year, 5 months ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/7.2 for any user-visible changes.