From: Andrea Bolognani Date: Wed, 15 Nov 2017 11:47:09 +0000 (+0100) Subject: news: Update for serial console fixes X-Git-Tag: v3.10.0-rc1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa439e08159723080b4cbad454b2b90513ac4dce;p=thirdparty%2Flibvirt.git news: Update for serial console fixes Signed-off-by: Andrea Bolognani Reviewed-by: Pavel Hrdina --- diff --git a/docs/news.xml b/docs/news.xml index 188e044c8e..9980de4b68 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -161,6 +161,18 @@ supported format (raw) to avoid metadata corruption. + + + Improve serial console behavior on non-x86 architectures + + + ppc64, aarch64 and s390x guests were treating the <serial> + and <console> elements differently from x86, in some cases + presenting misleading information to the user. The behavior is now + consistent across all architectures and the information reported + is always accurate. + +