From: Michal Privoznik Date: Mon, 10 Jun 2024 08:57:40 +0000 (+0200) Subject: NEWS: Document pstore device addition X-Git-Tag: v10.6.0-rc1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=716243f1f78cc949b671f4bdb2f7bc1cccd67e3c;p=thirdparty%2Flibvirt.git NEWS: Document pstore device addition Signed-off-by: Michal Privoznik Reviewed-by: Kristina Hanicova --- diff --git a/NEWS.rst b/NEWS.rst index 2fdb52c607..17335b3f6e 100644 --- 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**