From a042c94880cb18aac2fb4084686a5e07fc6a206c Mon Sep 17 00:00:00 2001 From: Roman Bogorodskiy Date: Fri, 25 Jan 2019 21:43:38 +0400 Subject: [PATCH] news: document bhyve msrs feature Describe bhyve's ignoring unknown MSRs access feature introduced by commit e9528f41c6. Signed-off-by: Roman Bogorodskiy Reviewed-by: Cole Robinson --- docs/news.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index 8d6d58ae6a..9c5ae7e8a3 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -59,6 +59,16 @@ of the network's bridge element. + + + bhyve: support for ignoring unknown MSRs reads and writes + + + 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. + +