From 7c700108d621a09e4595cd09c8d03277d7d5e88c Mon Sep 17 00:00:00 2001 From: Roman Bogorodskiy <bogorodskiy@gmail.com> Date: Fri, 18 Jan 2019 19:20:26 +0400 Subject: [PATCH] news: document bhyve custom commandline support Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com> Reviewed-by: John Ferlan <jferlan@redhat.com> --- docs/news.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index bc11791d03..5759a9e178 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -35,6 +35,17 @@ <libvirt> <release version="v5.1.0" date="unreleased"> <section title="New features"> + <change> + <summary> + bhyve: Add support for additional command-line arguments + </summary> + <description> + The bhyve driver now supports passing additional command-line + arguments to the bhyve process using the new + <code><bhyve:commandline></code> element in domain + configuration. + </description> + </change> </section> <section title="Improvements"> </section>