From: Peter Krempa <[email protected]> Signed-off-by: Peter Krempa <[email protected]> --- NEWS.rst | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/NEWS.rst b/NEWS.rst index 50b086b789..a4bd015c15 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -35,6 +35,11 @@ v12.6.0 (unreleased) * **Improvements** + * qemu: Add ``preserve-running`` action for ``<on_crash>`` + + Allow qemu VMs to be kept running after they notify that they've crashed. + This is useful for guests that can take their own crash dump and reboot. + * **Bug fixes** -- 2.55.0
