acrn-hypervisor/hypervisor/debug
Conghui 12bfa98a37 hv: support asyncio request
Current IO emulation is synchronous. The user VM need to wait for the
completion of the the I/O request before return. But Virtio Spec
introduces introduces asynchronous IO with a new register in MMIO/PIO
space named NOTIFY, to be used for FE driver to notify BE driver, ACRN
hypervisor can emulate this register by sending a notification to vCPU
in Service VM side. This way, FE side can resume to work without waiting
for the full completion of BE side response.

Tracked-On: #8209
Signed-off-by: Conghui <conghui.chen@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2022-09-27 10:26:42 +08:00
..
Makefile HV: makefile: to avoid duplicated build libs 2020-05-21 15:12:21 +08:00
console.c hv: add param to control INIT used to kick pCPU 2022-09-26 13:28:02 +08:00
dbg_cmd.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
dump.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
hypercall.c hv: extend sbuf hypercall 2022-09-27 10:26:42 +08:00
logmsg.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
npk_log.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
printf.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
profiling.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
sbuf.c hv: support asyncio request 2022-09-27 10:26:42 +08:00
shell.c hv: improve smp call to support debugging RTVM 2022-09-26 13:28:02 +08:00
shell_priv.h hv: shell: improve console to modify input easier 2022-07-28 23:31:43 +08:00
string.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
trace.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
uart16550.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00