[PATCH 0/5] qga: Add FreeBSD support

Alexander Ivanov posted 5 patches 1 year, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220922132001.940334-1-alexander.ivanov@virtuozzo.com
Maintainers: Michael Roth <michael.roth@amd.com>, Konstantin Kostiuk <kkostiuk@redhat.com>
There is a newer version of this series
meson.build           |    2 +-
qga/commands-bsd.c    |  210 ++++
qga/commands-common.h |   45 +
qga/commands-linux.c  | 2138 +++++++++++++++++++++++++++++++++++
qga/commands-posix.c  | 2476 ++++-------------------------------------
qga/main.c            |   17 +-
qga/meson.build       |    6 +
7 files changed, 2606 insertions(+), 2288 deletions(-)
create mode 100644 qga/commands-bsd.c
create mode 100644 qga/commands-linux.c
[PATCH 0/5] qga: Add FreeBSD support
Posted by Alexander Ivanov 1 year, 7 months ago
Add freeze/thaw, shutdown/halt/reboot and password setting support for
FreeBSD.

Alexander Ivanov (5):
  qga: Move Linux-specific commands code to separate file
  qga: Add initial FreeBSD support
  qga: Add UFS freeze/thaw support for FreeBSD
  qga: Add shutdown/halt/reboot support for FreeBSD
  qga: Add support for user password settinng in FreeeBSD

 meson.build           |    2 +-
 qga/commands-bsd.c    |  210 ++++
 qga/commands-common.h |   45 +
 qga/commands-linux.c  | 2138 +++++++++++++++++++++++++++++++++++
 qga/commands-posix.c  | 2476 ++++-------------------------------------
 qga/main.c            |   17 +-
 qga/meson.build       |    6 +
 7 files changed, 2606 insertions(+), 2288 deletions(-)
 create mode 100644 qga/commands-bsd.c
 create mode 100644 qga/commands-linux.c

-- 
2.34.1