qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] qga: Add FreeBSD support
@ 2022-09-22 13:19 Alexander Ivanov
  2022-09-22 13:19 ` [PATCH 1/5] qga: Move Linux-specific commands code to separate file Alexander Ivanov
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Alexander Ivanov @ 2022-09-22 13:19 UTC (permalink / raw)
  To: qemu-devel; +Cc: den, michael.roth, kkostiuk

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



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

end of thread, other threads:[~2022-09-23 13:45 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-22 13:19 [PATCH 0/5] qga: Add FreeBSD support Alexander Ivanov
2022-09-22 13:19 ` [PATCH 1/5] qga: Move Linux-specific commands code to separate file Alexander Ivanov
2022-09-23  7:59   ` Marc-André Lureau
2022-09-23  8:51     ` Alexander Ivanov
2022-09-22 13:19 ` [PATCH 2/5] qga: Add initial FreeBSD support Alexander Ivanov
2022-09-23  7:56   ` Marc-André Lureau
2022-09-23  9:32     ` Alexander Ivanov
2022-09-22 13:19 ` [PATCH 3/5] qga: Add UFS freeze/thaw support for FreeBSD Alexander Ivanov
2022-09-23  8:09   ` Marc-André Lureau
2022-09-22 13:20 ` [PATCH 4/5] qga: Add shutdown/halt/reboot " Alexander Ivanov
2022-09-23  8:13   ` Marc-André Lureau
2022-09-22 13:20 ` [PATCH 5/5] qga: Add support for user password settinng in FreeeBSD Alexander Ivanov
2022-09-23  8:19   ` Marc-André Lureau
2022-09-23 13:43     ` Marc-André Lureau

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).