acrn-hypervisor/devicemodel/core
Vijay Dhanraj a4e28213c2 DM: handle SIGPIPE signal
Ignore SIGPIPE signal and handle the error directly when write()
function fails. this will help us to catch the write failure
rather than crashing the UOS.

PS: Observed that when acrnctl stop command was issued from
kata-runtime, UOS was crashing with SIGPIPE signal.

Tracked-On: #3190
Signed-off-by: Vijay Dhanraj <vijay.dhanraj@intel.com>
Acked-by: Yu Wang <yu1.wang@intel.com>
2019-06-03 09:17:01 +08:00
..
console.c DM: remove unused function console_ptr_event 2019-05-24 11:51:00 +08:00
gc.c DM: remove unused function gc_init 2019-05-24 11:51:00 +08:00
hugetlb.c dm: add support of high MMIO mapping 2019-02-28 18:33:11 +08:00
inout.c dm: completely remove enable_bar()/disable_bar() functions 2019-04-22 15:18:21 +08:00
main.c DM: handle SIGPIPE signal 2019-06-03 09:17:01 +08:00
mem.c dm: safely access MMIO hint in MMIO emulation 2019-04-22 15:18:21 +08:00
mevent.c dm: create mevent's pipe in non-blocking mode 2019-01-23 10:33:28 +08:00
monitor.c DM: Virtio-Blk Rescan 2019-05-07 09:08:50 +08:00
mptbl.c DM: remove unused function mptable_add_oemtbl 2019-05-24 11:51:00 +08:00
pm.c
post.c
sw_load_bzimage.c dm: use strncpy to replace strcpy 2018-12-25 18:40:04 +08:00
sw_load_common.c dm: e820: reserve memory range for EPC resource 2019-05-29 11:24:13 +08:00
sw_load_elf.c dm: fix possible memory leak in 'load_elf32()' 2019-04-15 17:33:42 +08:00
sw_load_ovmf.c dm: build E820 map for OVMF 2019-03-21 10:28:17 +08:00
sw_load_vsbl.c dm: use strncpy to replace strcpy 2018-12-25 18:40:04 +08:00
timer.c dm: provide timer callback handlers the number of expirations 2019-01-23 10:33:28 +08:00
vmmapi.c DM: remove unused function vm_get_device_fd 2019-05-24 11:51:00 +08:00
vrpmb.c