]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: add entry for vmspawn
authorLuca Boccassi <bluca@debian.org>
Fri, 3 Nov 2023 16:43:01 +0000 (16:43 +0000)
committerLuca Boccassi <bluca@debian.org>
Fri, 3 Nov 2023 16:43:01 +0000 (16:43 +0000)
NEWS

diff --git a/NEWS b/NEWS
index b19bde15ad23f6b33f16c0c362cee25ec5434b3e..520b2b9aed07d2c392818fef2b7dab091629e6a7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -400,6 +400,11 @@ CHANGES WITH 255 in spe:
 
         Other:
 
+        * A new experimental systemd-vmspawn tool has been added, that aims to
+          provide for VMs the same interfaces and functionality that
+          systemd-nspawn provides for containers. For now it supports QEMU as a
+          backend, and exposes some of its options to the user.
+
         * "systemd-analyze plot" has gained tooltips on each unit name with
           related-unit information in its svg output, such as Before=,
           Requires=, and similar properties.