acrn-hypervisor/hypervisor/include/common
Shuo A Liu f476ca55ab hv: dm: Use new VM management ioctls
IC_CREATE_VM		->	ACRN_IOCTL_CREATE_VM
IC_DESTROY_VM		->	ACRN_IOCTL_DESTROY_VM
IC_START_VM		->	ACRN_IOCTL_START_VM
IC_PAUSE_VM		->	ACRN_IOCTL_PAUSE_VM
IC_RESET_VM		->	ACRN_IOCTL_RESET_VM

struct acrn_create_vm	->	struct acrn_vm_creation

Tracked-On: #6282
Signed-off-by: Shuo A Liu <shuo.a.liu@intel.com>
2021-07-15 11:53:54 +08:00
..
delay.h hv/mod_timer: separate delay functions from the timer module 2021-05-18 16:43:28 +08:00
efi_mmap.h HV: add efi memory map parsing function 2021-06-11 10:06:02 +08:00
event.h hv: mod: do not use explicit arch name when including headers 2021-05-08 11:15:46 +08:00
hypercall.h hv: dm: Use new VM management ioctls 2021-07-15 11:53:54 +08:00
irq.h hv: mod: do not use explicit arch name when including headers 2021-05-08 11:15:46 +08:00
ptdev.h hv/mod_timer: make timer into an arch-independent module 2021-05-18 16:43:28 +08:00
schedule.h hv/mod_timer: make timer into an arch-independent module 2021-05-18 16:43:28 +08:00
softirq.h hv: remove unused MACROs 2018-09-18 09:43:43 +08:00
ticks.h doc: update timer HLD doc after modularization 2021-06-09 17:11:25 -04:00
timer.h hv/mod_timer: refine timer interface 2021-05-18 16:43:28 +08:00
vm_uuids.h HV: add VM uuid and type for pre-launched RTVM 2020-07-23 21:58:32 +08:00