]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Document pstore device addition
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 10 Jun 2024 08:57:40 +0000 (10:57 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 25 Jul 2024 14:04:50 +0000 (16:04 +0200)
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Kristina Hanicova <khanicov@redhat.com>
NEWS.rst

index 2fdb52c60755dd4ea9095ac5ed13c544c56bf9e3..17335b3f6eae4b14a156e751dc56e3667ba3e2f8 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -19,6 +19,13 @@ v10.6.0 (unreleased)
 
   * qemu: Add support for the 'pauth' Arm CPU feature
 
+  * Introduce pstore device
+
+    The aim of pstore device is to provide a bit of NVRAM storage for guest
+    kernel to record oops/panic logs just before it crashes. Typical usage
+    includes usage in combination with a watchdog so that the logs can be
+    inspected after the watchdog rebooted the machine.
+
 * **Improvements**
 
 * **Bug fixes**