mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-03 14:06:54 +00:00
Replace dynamic allocation for vuart rx/tx buffer with static array. v2-->v3: -- Reduce the size of vuart tx buffer from 64K to 8K -- For non-partition mode, will use global rx/tx buffer, for partition mode, will use per VM rx/tx buffer. -- Change several APIs to inline v1-->v2: -- Move vuart rx/tx buffer into acrn_vuart data structure Tracked-On: #861 Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com> Reviewed-by: Li, Fei1 <fei1.li@intel.com> Reviewed-by: Anthony Xu <anthony.xu@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com> |
||
---|---|---|
.. | ||
console.h | ||
dump.h | ||
logmsg.h | ||
npk_log.h | ||
sbuf.h | ||
trace.h | ||
vuart.h |