From: Ján Tomko Date: Fri, 29 Jan 2021 13:39:36 +0000 (+0100) Subject: news: document virtiofs boot order X-Git-Tag: v7.1.0-rc1~397 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63339df82b72f6a083ba9521b2018a15167f2c2f;p=thirdparty%2Flibvirt.git news: document virtiofs boot order Signed-off-by: Ján Tomko Reviewed-by: Michal Privoznik --- diff --git a/NEWS.rst b/NEWS.rst index 7a2d6649b4..8b8a132e41 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -18,6 +18,11 @@ v7.1.0 (unreleased) The virtio-pmem is a virtio variant of NVDIMM and just like NVDIMM virtio-pmem also allows accessing host pages bypassing guest page cache. + * Introduce ```` for ```` + + Booting is possible from virtiofs filesystems. Introduce an option + to control the boot order, like we do for other bootable devices. + * **Improvements** * **Bug fixes**