acrn-hypervisor/hypervisor/include
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
..
arch/x86 hv: treewide: fix 'Variable should be declared static' 2018-08-10 10:15:36 +08:00
common hv: treewide: fix 'Variable should be declared static' 2018-08-10 10:15:36 +08:00
debug hv: treewide: fix 'Prototype and definition name mismatch' 2018-08-06 16:04:40 +08:00
dm/vpci HV: Adding hostbridge vdev device support for partition hypervisor 2018-08-10 10:09:00 +08:00
lib hv: treewide: fix 'Prototype and definition name mismatch' 2018-08-06 16:04:40 +08:00
public HV: trusty: new hypercall to save/restore context of secure world 2018-08-09 15:09:15 +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