acrn-hypervisor/devicemodel/core
Conghui 3dab043344 dm: bugfix for iothread
As the type of pthread_t is unsigned long, so the init value for it
should not be '-1'. When the tid is '-1', it will continue to call
pthread_kill/pthread_join. This is incorrect.

Tracked-On: #7960
Signed-off-by: Conghui <conghui.chen@intel.com>
Reviewed-by: Zhao Yakui <yakui.zhao@intel.com>
Acked-by: Wang, Yu1 <yu1.wang@intel.com>
2022-08-10 22:33:34 +08:00
..
cmd_monitor Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
console.c DM: remove unused function console_ptr_event 2019-05-24 11:51:00 +08:00
hugetlb.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
inout.c hv: dm: Use new I/O request data structures 2021-07-15 11:53:54 +08:00
iothread.c dm: bugfix for iothread 2022-08-10 22:33:34 +08:00
main.c dm: support iothread 2022-08-02 11:14:54 +08:00
mem.c hv: dm: Use new I/O request data structures 2021-07-15 11:53:54 +08:00
mevent.c dm: fix mevent mutex deadlock issue 2022-02-21 14:23:03 +08:00
monitor.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
mptbl.c dm: fixed a bug where mptable failed to wake up CPU1# when adding acpi=off into User VM cmdline 2022-03-02 11:22:31 +08:00
pm.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
pm_vuart.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
post.c dm: refine 'assert' in inout.c and post.c 2019-06-20 08:55:44 +08:00
sw_load_bzimage.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
sw_load_common.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
sw_load_elf.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
sw_load_ovmf.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
sw_load_vsbl.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
timer.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
vmmapi.c remove repetitive erasing for guest memory 2022-04-18 14:07:54 +08:00
vrpmb.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00