acrn-hypervisor/hypervisor/include
Yin, Fengwei 11e67f1c4a softirq: move softirq from hv_main to interrupt context
softirq shouldn't be bounded to vcpu thread. One issue for this
is shell (based on timer) can't work if we don't start any guest.

This change also is trying best to make softirq handler running
with irq enabled.

Also update the irq disable/enabel in vmexit handler to align
with the usage in vcpu_thread.

Tracked-On: #3387
Signed-off-by: Yin Fengwei <fengwei.yin@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
2019-07-22 09:55:06 +08:00
..
arch/x86 softirq: move softirq from hv_main to interrupt context 2019-07-22 09:55:06 +08:00
common hv: schedule: minor fix about the return type of need_offline 2019-07-17 09:20:54 +08:00
debug hv: bugfix for sbuf reset 2019-06-27 15:40:19 +08:00
dm vhostbridge: update vhostbridge to use vdev_ops 2019-07-15 10:35:47 +08:00
hw HV: add support for 64-bit bar emulation 2019-07-04 11:25:01 +08:00
lib hv:move several files related X86 for lib 2019-05-13 10:12:20 +08:00
public HV: add kata support on sdc scenario 2019-07-12 16:34:31 +08:00