> > This patch adds a generic interface to handle WRMSR and RDMSR from user > space. With this, any future MSR that is part of the latter categories can > be handled in user space. > > Furthermore, it allows us to replace the existing "ignore_msrs" logic with > something that applies per-VM rather than on the full system. That way you > can run productive VMs in parallel to experimental ones where you don't care > about proper MSR handling. > > Signed-off-by: Alexander Graf <[email protected]> > Reviewed-by: Jim Mattson <[email protected]>
Reviewed-by: Aaron Lewis <[email protected]> > > --- > > v1 -> v2:

