On Sat, Sep 16, 2023 at 6:02 AM Sean Christopherson wrote:
>
> Wrap all KVM internal APIs, data structures, values, etc. in public
> headers with "#ifdef __KVM__" to effectively hide KVM's internal details
> from other subsystems and the kernel at-large. Hiding KVM details for
> all architectures
Wrap all KVM internal APIs, data structures, values, etc. in public
headers with "#ifdef __KVM__" to effectively hide KVM's internal details
from other subsystems and the kernel at-large. Hiding KVM details for
all architectures will, in the very distant future, allow loading a new
(or old) KVM mo