Files
acrn-hypervisor/hypervisor/arch/x86
Shiqing Gao cdd19dc51b hv: treewide: fix 'Variable should be declared static'
Declare a variable with the static qualifier if it is of file scope and
not used in another file.

v1 -> v2:
 * remove the unnecessary change to the following variables, which is
    due to the report issue

   struct multiboot_info *mbi = (struct multiboot_info *)
                        (HPA2HVA((uint64_t)boot_regs[1]));
   struct multiboot_mmap *mmap =
                                (struct multiboot_mmap *)
                                HPA2HVA((uint64_t)mbi->mi_mmap_addr);

Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
Reviewed-by: Junjie Mao <junjie.mao@intel.com>
2018-08-10 10:15:36 +08:00
..
2018-07-25 15:29:34 +08:00
2018-08-09 15:09:15 +08:00
2018-08-06 10:34:43 +08:00
2018-08-09 15:09:15 +08:00
2018-08-06 12:27:53 +08:00
2018-08-07 09:55:13 +08:00
2018-08-09 14:46:13 +08:00
2018-08-07 09:55:13 +08:00
2018-08-09 16:43:58 +08:00