From: Roman Bogorodskiy Date: Fri, 25 Jan 2019 17:43:38 +0000 (+0400) Subject: news: document bhyve msrs feature X-Git-Tag: v5.1.0-rc1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a042c94880cb18aac2fb4084686a5e07fc6a206c;p=thirdparty%2Flibvirt.git 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 --- 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. + +