From 3d52a8444bc01d8d3d1b7a38976633fcbc645d21 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Mon, 10 Jul 2017 17:36:11 -0400 Subject: [PATCH] news: qemu platform serial devices now use -chardev Reviewed-by: Andrea Bolognani Signed-off-by: Cole Robinson --- docs/news.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index f44d676c19..a83cd1736c 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -42,6 +42,18 @@
+ + + qemu: platform serial devices can now use chardev features + + + QEMU VMs that depend on platform serial devices can now use + QEMU's -chardev option, which enables access to + advanced features like log file configuration. This applies + to the default serial devices for arm, aarch64, and some ppc + configurations. + +