Describe bhyve's ignoring unknown MSRs writes feature
introduced by commit 525918ac5c.
Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com>
---
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>
--
2.20.1
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
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@gmail.com> > --- > 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@redhat.com> - Cole -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list
Cole Robinson wrote: > 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@gmail.com> > > --- > > 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@redhat.com> > > - Cole Thanks for review! Series pushed with the suggested fixes applied. Roman Bogorodskiy -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list
© 2016 - 2026 Red Hat, Inc.