acrn-hypervisor/hypervisor/common
Junjie Mao c849bff850 HV: config: adapt to the generated config.h
This patch drops "#include <bsp_cfg.h>" and include the generated config.h in
CFLAGS for the configuration data.

Also make sure that all configuration data have the 'CONFIG_' prefix.

v4 -> v5:

    * No changes.

v3 -> v4:

    * Add '-include config.h' to hypervisor/bsp/uefi/efi/Makefile.
    * Update comments mentioning bsp_cfg.h.

v2 -> v3:

    * Include config.h on the command line instead of in any header or source to
      avoid including config.h multiple times.
    * Add config.h as an additional dependency for source compilation.

v1 -> v2:

    * No changes.

Signed-off-by: Junjie Mao <junjie.mao@intel.com>
Reviewed-by: Kevin Tian <kevin.tian@intel.com>
Reviewed-by: Zhao Yakui <yakui.zhao@intel.com>
2018-06-08 17:21:13 +08:00
..
hv_main.c hv: handle cpu offline request in idle thread 2018-06-07 15:36:46 +08:00
hypercall.c license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
io_request.c fix a bug: UOS could hung after running some time. 2018-06-05 17:28:10 +08:00
schedule.c HV: config: adapt to the generated config.h 2018-06-08 17:21:13 +08:00
stack_protector.c license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
trusty_hypercall.c license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
vm_load.c hv: set start mode of vcpu 2018-06-01 19:14:13 +08:00