Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 config ACRN_HSM
0003         tristate "ACRN Hypervisor Service Module"
0004         depends on ACRN_GUEST
0005         select EVENTFD
0006         help
0007           ACRN Hypervisor Service Module (HSM) is a kernel module which
0008           communicates with ACRN userspace through ioctls and talks to
0009           the ACRN Hypervisor through hypercalls. HSM will only run in
0010           a privileged management VM, called Service VM, to manage User
0011           VMs and do I/O emulation. Not required for simply running
0012           under ACRN as a User VM.
0013 
0014           To compile as a module, choose M, the module will be called
0015           acrn. If unsure, say N.