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

Roman Bogorodskiy bogorodskiy at gmail.com
Fri Jan 25 17:54:43 UTC 2019


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

 docs/drvbhyve.html.in                         | 16 +++++++++
 docs/formatdomain.html.in                     |  1 +
 docs/news.xml                                 | 11 ++++++
 docs/schemas/domaincommon.rng                 | 14 ++++++++
 src/bhyve/bhyve_command.c                     |  4 +++
 src/conf/domain_conf.c                        | 33 +++++++++++++++++
 src/conf/domain_conf.h                        |  8 +++++
 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, 165 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