From fa439e08159723080b4cbad454b2b90513ac4dce Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Wed, 15 Nov 2017 12:47:09 +0100 Subject: [PATCH] news: Update for serial console fixes Signed-off-by: Andrea Bolognani Reviewed-by: Pavel Hrdina --- docs/news.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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. + +
-- GitLab