acrn-hypervisor/hypervisor/include/common
Minggui Cao d123083fa9 HV: add hypercall to monitor UOS PTdev intr status
The hypercall can be used by SOS/DM to monitor UOS
pass-thru devices' interrupt data; and if an "interrupt
storm" happens in UOS, it can be used to delay the UOS
PTdev interrupt's injection for sometime.

The two functions are implemented by one hypercall with
two sub-commands, and with the data/params in the buffer.

Tracked-On: #866
Signed-off-by: Minggui Cao <minggui.cao@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
2018-09-25 11:09:35 +08:00
..
hypercall.h HV: add hypercall to monitor UOS PTdev intr status 2018-09-25 11:09:35 +08:00
irq.h hv:Changed several APIs to void type 2018-08-23 08:54:54 +08:00
ptdev.h HV: modify code for intr storm detect & handling 2018-09-25 11:09:35 +08:00
schedule.h HV:treewide:Cleanup the type for parameters of bitmap 2018-07-02 10:46:11 +08:00
softirq.h hv: remove unused MACROs 2018-09-18 09:43:43 +08:00