From: Kristina Hanicova Date: Tue, 21 Feb 2023 16:37:52 +0000 (+0100) Subject: NEWS: Document new pvpanic-pci device X-Git-Tag: v9.1.0-rc1~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bae0c8ae42c7e8bb1c098b90ac767e0b19fdfd7;p=thirdparty%2Flibvirt.git NEWS: Document new pvpanic-pci device Signed-off-by: Kristina Hanicova Reviewed-by: Andrea Bolognani --- diff --git a/NEWS.rst b/NEWS.rst index 4625a838f8..0302b4f0e1 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -33,6 +33,11 @@ v9.1.0 (unreleased) Support crypto device(virtio crypto only), also add support for QEMU with backend ``builtin`` and ``lkcf``. + * qemu: added support for pvpanic-pci device + + A pvpanic device can be now defined as a PCI device (the original is an ISA + device) with ````. + * **Improvements** * RPM packaging changes