On Wed, Jan 20, 2021 at 05:49:10PM -0500, Boris Ostrovsky wrote: > When toolstack updates MSR policy, this MSR offset (which is the last > index in the hypervisor MSR range) is used to indicate hypervisor > behavior when guest accesses an MSR which is not explicitly emulated.
It's kind of weird to use an MSR to store this. I assume this is done for migration reasons? Isn't is possible to convey this data in the xl migration stream instead of having to pack it with MSRs? Thanks, Roger.