Files
acrn-hypervisor/hypervisor/include/arch/x86
dongshen cc5bc34acb hv: extend struct pi_desc to support VT-d posted interrupts
For CPU side posted interrupts, it only uses bit 0 (ON) of the PI's 64-bit control
, other bits are don't care. This is not the case for VT-d posted
interrupts, define more bit fields for the PI's 64-bit control.
Use bitmap functions to manipulate the bit fields atomically.

Some MISRA-C violation and coding style fixes

Tracked-On: #4506
Signed-off-by: dongshen <dongsheng.x.zhang@intel.com>
Reviewed-by: Eddie Dong <eddie.dong@Intel.com>
2020-04-16 13:47:23 +08:00
..
2020-03-12 14:56:34 +08:00
2019-02-22 13:14:36 +08:00
2019-01-21 13:49:54 +08:00
2020-04-15 10:20:01 +08:00
2020-03-12 14:56:34 +08:00
2020-03-04 17:33:50 +08:00
2020-03-03 09:32:11 +08:00
2020-02-25 09:11:32 +08:00
2020-03-04 17:33:50 +08:00
2019-03-15 14:09:56 +08:00
2019-11-27 09:49:32 +08:00
2020-02-26 09:24:16 +08:00