qemu-devel
[Top][All Lists]
Advanced

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

[PATCH 0/5] qga: Add FreeBSD support


From: Alexander Ivanov
Subject: [PATCH 0/5] qga: Add FreeBSD support
Date: Thu, 22 Sep 2022 15:19:56 +0200

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




reply via email to

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