On 2/10/19 6:09 AM, Roman Bogorodskiy wrote: > Describe bhyve's ignoring unknown MSRs writes feature > introduced by commit 525918ac5c. > > Signed-off-by: Roman Bogorodskiy <bogorodskiy@xxxxxxxxx> > --- > docs/news.xml | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/docs/news.xml b/docs/news.xml > index 8d6d58ae6a..cb23b63143 100644 > --- a/docs/news.xml > +++ b/docs/news.xml > @@ -59,6 +59,16 @@ > of the network's <code>bridge</code> element. > </description> > </change> > + <change> > + <summary> > + bhyve: support for ignoring unknown MSRs reads and writes > + </summary> > + <description> > + A new features element <msrs unknown='ignore'/> was > + introduced and the bhyve driver supports it to control unknown > + Model Specific Registers (MSRs) reads and writes. > + </description> > + </change> > </section> > <section title="Improvements"> > </section> > I would put <features> in XML brackets too Reviewed-by: Cole Robinson <crobinso@xxxxxxxxxx> - Cole