acrn-hypervisor/devicemodel/core
Yonghua Huang 61cd6946d0 DM: Remove 'strictio' from UOS bootargs' options
- UOS will boot fail if 'strictio' is enabled ('-e' option), in this
   case (with '-e'), device model will block all PIO accesses whose
   handlers were not registered, after that, device model program will
   exit, hence UOS boot fail.

   actually, such kind of accesses exist, e.g. UOS would program
   PIT registers (port address: 0x43) if hpet is disabled.

 - For debug, we can trap unexpected PIO access in 'default_inout()'

Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
2018-07-02 12:33:52 +08:00
..
console.c DM: cleanup for header inclusions 2018-06-07 14:35:30 +08:00
consport.c DM: cleanup for header inclusions 2018-06-07 14:35:30 +08:00
gc.c DM: cleanup for header inclusions 2018-06-07 14:35:30 +08:00
hugetlb.c improve memory allocation for UOS by hugeTLB mmap 2018-06-21 17:01:23 +08:00
inout.c DM: Remove 'strictio' from UOS bootargs' options 2018-07-02 12:33:52 +08:00
main.c DM: Remove 'strictio' from UOS bootargs' options 2018-07-02 12:33:52 +08:00
mem.c DM: cleanup for header inclusions 2018-06-07 14:35:30 +08:00
mevent.c DM: cleanup for header inclusions 2018-06-07 14:35:30 +08:00
monitor.c license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
mptbl.c DM: cleanup for header inclusions 2018-06-07 14:35:30 +08:00
post.c DM: cleanup for header inclusions 2018-06-07 14:35:30 +08:00
smbiostbl.c DM: cleanup for header inclusions 2018-06-07 14:35:30 +08:00
sw_load_bzimage.c DM: cleanup for header inclusions 2018-06-07 14:35:30 +08:00
sw_load_common.c DM: cleanup for header inclusions 2018-06-07 14:35:30 +08:00
sw_load_vsbl.c DM: cleanup for header inclusions 2018-06-07 14:35:30 +08:00
vmmapi.c dm: remove set vm memory by cma 2018-06-29 13:11:48 +08:00
vrpmb.c DM: cleanup for header inclusions 2018-06-07 14:35:30 +08:00