Files
acrn-hypervisor/common
Junjie Mao d0ce6a9fc6 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-04-04 10:52:12 +08:00
..
2018-03-15 16:33:08 +08:00
2018-03-07 21:05:38 +08:00
2018-03-20 15:52:53 +08:00