acrn-hypervisor/hypervisor/include
Shiqing Gao a71dedecd4 hv: treewide: fix 'Array has no bounds specified'
MISRAC requires that the array size should be declared explicitly.

This patch fixes the issues caused by the arrays that are defined in
link_ram.ld.in or assembly file.

v1 -> v2:
 * Update the solution based on the info from the following link.
   https://sourceware.org/binutils/docs/ld/Source-Code-Reference.html

   Fix pattern is like below:
   extern char start_of_ROM, end_of_ROM, start_of_FLASH;
   memcpy (& start_of_FLASH, & start_of_ROM, & end_of_ROM - &
start_of_ROM);

Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-08-03 12:40:21 +08:00
..
arch/x86 hv: treewide: fix 'Array has no bounds specified' 2018-08-03 12:40:21 +08:00
common hv: add vm restart API 2018-08-02 13:14:03 +08:00
debug hv: cpu: remove unnecessary cpu_id valid check 2018-08-02 15:21:34 +08:00
lib HV:treewide:avoid using multiple # or ## in a macro 2018-08-02 13:10:16 +08:00
public hv: add vm restart API 2018-08-02 13:14:03 +08:00
hv_debug.h hv:Reshuffle console/uart code 2018-07-30 16:25:16 +08:00
hv_lib.h license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
hypervisor.h hv: mmu: revisit mmu modify page table attributes 2018-07-19 11:11:32 +08:00