acrn-hypervisor/hypervisor/debug
Victor Sun c9841d7618 HV: modularization: name change on acrn_multiboot_info
The acrn_multiboot_info structure stores acrn specific boot info and should
not be limited to support multiboot protocol related structure only.

This patch only do below changes:

	1. change name of acrn_multiboot_info to acrn_boot_info;
	2. change name of mbi to abi because of the change in 1, also the
	   naming might bring confusion with native multiboot info;

Tracked-On: #5661

Signed-off-by: Victor Sun <victor.sun@intel.com>
Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com>
2021-06-04 16:29:33 +08:00
..
console.c HV: modularization: name change on acrn_multiboot_info 2021-06-04 16:29:33 +08:00
dbg_cmd.c
dump.c hv: cache: wrap common APIs 2021-05-14 09:18:00 +08:00
hypercall.c hv: hypercalls: refactor permission-checking and dispatching logic 2021-05-12 13:43:41 +08:00
logmsg.c hv/mod_timer: split tsc handling code from timer. 2021-05-18 16:43:28 +08:00
Makefile
npk_log.c hv: paging: rename ppt_set/clear_ATTR to set_paging_ATTR 2021-05-14 09:18:00 +08:00
printf.c
profiling.c hv/mod_timer: split tsc handling code from timer. 2021-05-18 16:43:28 +08:00
sbuf.c
shell_priv.h
shell.c hv: some coding style fixes 2021-05-12 16:50:34 +08:00
string.c
trace.c hv/mod_timer: split tsc handling code from timer. 2021-05-18 16:43:28 +08:00
uart16550.c hv: mmu: move arch specific parts into cpu.h 2021-05-14 09:18:00 +08:00