From: Luca Boccassi Date: Fri, 3 Nov 2023 16:43:01 +0000 (+0000) Subject: NEWS: add entry for vmspawn X-Git-Tag: v255-rc1~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf88d0411f3e99a0f91d68fa0dd15231bcf0c896;p=thirdparty%2Fsystemd.git NEWS: add entry for vmspawn --- diff --git a/NEWS b/NEWS index b19bde15ad2..520b2b9aed0 100644 --- 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.