[libvirt] [PATCH v2 0/3] bhyve: implement MSRs ignore unknown writes feature

Roman Bogorodskiy bogorodskiy at gmail.com
Sun Feb 10 11:09:29 UTC 2019


Changes from v1:

 * Replaced <msrs ignoreUnknownWrites='yes'/> with
   <msrs unknown="ignore|fault"/>

Roman Bogorodskiy (3):
  conf: introduce 'msrs' feature
  bhyve: implement ignore unknown MSRs feature
  news: document bhyve msrs feature

 docs/drvbhyve.html.in                         | 22 +++++++++++
 docs/formatdomain.html.in                     |  1 +
 docs/news.xml                                 | 10 +++++
 docs/schemas/domaincommon.rng                 | 14 +++++++
 src/bhyve/bhyve_command.c                     |  4 ++
 src/conf/domain_conf.c                        | 38 +++++++++++++++++++
 src/conf/domain_conf.h                        | 16 ++++++++
 src/qemu/qemu_domain.c                        |  1 +
 .../bhyvexml2argvdata/bhyvexml2argv-msrs.args | 10 +++++
 .../bhyvexml2argv-msrs.ldargs                 |  3 ++
 .../bhyvexml2argvdata/bhyvexml2argv-msrs.xml  | 26 +++++++++++++
 tests/bhyvexml2argvtest.c                     |  1 +
 .../bhyvexml2xmlout-msrs.xml                  | 36 ++++++++++++++++++
 tests/bhyvexml2xmltest.c                      |  1 +
 14 files changed, 183 insertions(+)
 create mode 100644 tests/bhyvexml2argvdata/bhyvexml2argv-msrs.args
 create mode 100644 tests/bhyvexml2argvdata/bhyvexml2argv-msrs.ldargs
 create mode 100644 tests/bhyvexml2argvdata/bhyvexml2argv-msrs.xml
 create mode 100644 tests/bhyvexml2xmloutdata/bhyvexml2xmlout-msrs.xml

-- 
2.20.1




More information about the libvir-list mailing list