Project ACRN hypervisor
Go to file
Junjie Mao 4542d3775d hypercall: Fix compile error caused by missing memcpy function
Assignment of structures are implemented using memcpy which is not
available in the hypervisor. This patch convert such assignment to an
explicit memcpy_s() call.

Signed-off-by: Junjie Mao <junjie.mao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-05-15 17:25:24 +08:00
devicemodel Remove 'noxsave' bootarg in dm sample script 2018-05-15 17:25:24 +08:00
doc getting_started: update dependency for Fedora 27 2018-05-15 17:19:37 +08:00
hypervisor hypercall: Fix compile error caused by missing memcpy function 2018-05-15 17:25:24 +08:00