]> git.ipfire.org Git - thirdparty/libvirt.git/commit
bhyve: implement ignore unknown MSRs feature
authorRoman Bogorodskiy <bogorodskiy@gmail.com>
Fri, 25 Jan 2019 15:27:58 +0000 (19:27 +0400)
committerRoman Bogorodskiy <bogorodskiy@gmail.com>
Sun, 24 Feb 2019 09:20:51 +0000 (13:20 +0400)
commite9528f41c612fff334e958d5e5df197aa8e83792
tree86b5af4589aa1185c0ab2b76a3e5f852b3b162ea
parentb71de701b840eede5098ad1df3995b6e2c1025d9
bhyve: implement ignore unknown MSRs feature

Implement the MSRs ignore unknown reads and writes feature
that's specified using:

  <features>
    ...
    <msrs unknown='ignore'>
    ...
  </features>

in the domain XML.

In bhyve, it's just passing '-w' command line argument to the bhyve(8)
executable.

Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com>
Reviewed-by: Cole Robinson <crobinso@redhat.com>
docs/formatdomain.html.in
src/bhyve/bhyve_command.c
tests/bhyvexml2argvdata/bhyvexml2argv-msrs.args [new file with mode: 0644]
tests/bhyvexml2argvdata/bhyvexml2argv-msrs.ldargs [new file with mode: 0644]
tests/bhyvexml2argvdata/bhyvexml2argv-msrs.xml [new file with mode: 0644]
tests/bhyvexml2argvtest.c
tests/bhyvexml2xmloutdata/bhyvexml2xmlout-msrs.xml [new file with mode: 0644]
tests/bhyvexml2xmltest.c