]> xenbits.xensource.com Git - libvirt.git/commit
conf: introduce 'msrs' feature
authorRoman Bogorodskiy <bogorodskiy@gmail.com>
Thu, 24 Jan 2019 03:23:31 +0000 (07:23 +0400)
committerRoman Bogorodskiy <bogorodskiy@gmail.com>
Sun, 24 Feb 2019 08:33:42 +0000 (12:33 +0400)
commitb71de701b840eede5098ad1df3995b6e2c1025d9
treece79a9c1685c1117dcc5fe1a8afa28a06c991eb8
parentac5d4e6cb0f7826b6602c30a6e1c0740c238b1ed
conf: introduce 'msrs' feature

Introduce the 'msrs' feature element that controls Model Specific
Registers related behaviour. At this moment it allows only
single tunable attribute "unknown":

 <msrs unknown='ignore|fault'/>

Which tells hypervisor to ignore accesses to unimplemented
Model Specific Registers. The only user of that for now is going
to be the bhyve driver.

Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com>
Reviewed-by: Cole Robinson <crobinso@redhat.com>
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_domain.c