qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/8] QEMU Guest Agent patches
@ 2022-10-26 17:55 Konstantin Kostiuk
  2022-10-26 17:55 ` [PULL 1/8] qga: Add initial FreeBSD support Konstantin Kostiuk
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Konstantin Kostiuk @ 2022-10-26 17:55 UTC (permalink / raw)
  To: qemu-devel, Peter Maydell, Daniel P . Berrangé

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



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-10-31 13:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-26 17:55 [PULL 0/8] QEMU Guest Agent patches Konstantin Kostiuk
2022-10-26 17:55 ` [PULL 1/8] qga: Add initial FreeBSD support Konstantin Kostiuk
2022-10-26 17:55 ` [PULL 2/8] qga: Move Linux-specific FS freeze/thaw code to a separate file Konstantin Kostiuk
2022-10-26 17:55 ` [PULL 3/8] qga: Add UFS freeze/thaw support for FreeBSD Konstantin Kostiuk
2022-10-26 17:55 ` [PULL 4/8] qga: Add shutdown/halt/reboot " Konstantin Kostiuk
2022-10-26 17:55 ` [PULL 5/8] qga: Add support for user password setting in FreeBSD Konstantin Kostiuk
2022-10-26 17:55 ` [PULL 6/8] qga: Move HW address getting to a separate function Konstantin Kostiuk
2022-10-26 17:55 ` [PULL 7/8] qga: Add HW address getting for FreeBSD Konstantin Kostiuk
2022-10-26 17:55 ` [PULL 8/8] qga: add channel path to error messages Konstantin Kostiuk
2022-10-30 22:28 ` [PULL 0/8] QEMU Guest Agent patches Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).