[libvirt PATCH] news: document virtiofs boot order

Ján Tomko posted 1 patch 3 years, 2 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/e7a8ce24d04ad1da50a31696a355338941b1f8a5.1611927588.git.jtomko@redhat.com
NEWS.rst | 5 +++++
1 file changed, 5 insertions(+)
[libvirt PATCH] news: document virtiofs boot order
Posted by Ján Tomko 3 years, 2 months ago
Signed-off-by: Ján Tomko <jtomko@redhat.com>
---
 NEWS.rst | 5 +++++
 1 file changed, 5 insertions(+)

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 ``<boot order/>`` for ``<filesystem>``
+
+    Booting is possible from virtiofs filesystems. Introduce an option
+    to control the boot order, like we do for other bootable devices.
+
 * **Improvements**
 
 * **Bug fixes**
-- 
2.29.2

Re: [libvirt PATCH] news: document virtiofs boot order
Posted by Michal Privoznik 3 years, 2 months ago
On 1/29/21 2:39 PM, Ján Tomko wrote:
> Signed-off-by: Ján Tomko <jtomko@redhat.com>
> ---
>   NEWS.rst | 5 +++++
>   1 file changed, 5 insertions(+)

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal