[libvirt] [PATCH] news: qemu platform serial devices now use -chardev

Signed-off-by: Cole Robinson <crobinso@redhat.com> --- docs/news.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index f44d676c1..10faad673 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -42,6 +42,17 @@ </change> </section> <section title="Improvements"> + <change> + <summary> + qemu: arm/aarch64 serial devices can now use chardev features + </summary> + <description> + 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. + </description> + </change> </section> <section title="Bug fixes"> </section> -- 2.13.0

On Mon, 2017-07-10 at 17:38 -0400, Cole Robinson wrote:
Signed-off-by: Cole Robinson <crobinso@redhat.com> --- docs/news.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index f44d676c1..10faad673 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -42,6 +42,17 @@ </change> </section> <section title="Improvements"> + <change> + <summary> + qemu: arm/aarch64 serial devices can now use chardev features
I would replace "arm/aarch64" with "platform".
+ </summary> + <description> + qemu VMs that depend on platform serial devices can now use + qemu's -chardev option, which enables access to advanced features
Please add <code> around -chardev so that it will look nicer on the website, and spell out QEMU all caps in the description. Reviewed-by: Andrea Bolognani <abologna@redhat.com> -- Andrea Bolognani / Red Hat / Virtualization

On 07/11/2017 02:45 AM, Andrea Bolognani wrote:
On Mon, 2017-07-10 at 17:38 -0400, Cole Robinson wrote:
Signed-off-by: Cole Robinson <crobinso@redhat.com> --- docs/news.xml | 11 +++++++++++ 1 file changed, 11 insertions(+)
diff --git a/docs/news.xml b/docs/news.xml index f44d676c1..10faad673 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -42,6 +42,17 @@ </change> </section> <section title="Improvements"> + <change> + <summary> + qemu: arm/aarch64 serial devices can now use chardev features
I would replace "arm/aarch64" with "platform".
+ </summary> + <description> + qemu VMs that depend on platform serial devices can now use + qemu's -chardev option, which enables access to advanced features
Please add <code> around -chardev so that it will look nicer on the website, and spell out QEMU all caps in the description.
Fixed and pushed Thanks, Cole
participants (2)
-
Andrea Bolognani
-
Cole Robinson