On 2/10/19 6:09 AM, Roman Bogorodskiy wrote:
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(a)gmail.com>
Reviewed-by: Cole Robinson <crobinso(a)redhat.com>
- Cole