Project ACRN hypervisor
Go to file
yechunliang 2e2f02edeb replace malloc with calloc
malloc: allocate a block of memory, the contents of the block are undefined.
calloc: allocate a block of memory for an array of num elements and initializes all its bits to zero.

Signed-off-by: yechunliang <yechunliangcn@163.com>
2018-05-15 17:25:26 +08:00
devicemodel replace malloc with calloc 2018-05-15 17:25:26 +08:00
doc getting_started: update dependency for Fedora 27 2018-05-15 17:19:37 +08:00
hypervisor mmu:create temporary page tables for guest at run time 2018-05-15 17:25:26 +08:00