[libvirt PATCH v3] NEWS: add note about the ISA debug console

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- NEWS.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 666a593b58..d00bda5d50 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -22,6 +22,12 @@ v8.1.0 (unreleased) It works on Intel machines as well as recent machines powered by Apple Silicon. QEMU 6.2.0 is needed for Apple Silicon support. + * qemu: the isa-debugcon device is now supported + + The <serial> element accepts a ``isa-debug`` as a target type + to configure the QEMU ISA debug console, for receiving messages + from the firmware. + * **Improvements** * packaging: sysconfig files no longer installed -- 2.34.1

On Thu, Feb 03, 2022 at 11:07:09AM +0000, Daniel P. Berrangé wrote:
+ * qemu: the isa-debugcon device is now supported + + The <serial> element accepts a ``isa-debug`` as a target type
s/accepts a/accepts/ Reviewed-by: Andrea Bolognani <abologna@redhat.com> -- Andrea Bolognani / Red Hat / Virtualization
participants (2)
-
Andrea Bolognani
-
Daniel P. Berrangé