Files
acrn-hypervisor/hypervisor/arch/x86
Victor Sun e371432695 HV: avoid pre-launched VM modules being corrupted by SOS kernel load
When hypervisor boots, the multiboot modules have been loaded to host space
by bootloader already. The space range of pre-launched VM modules is also
exposed to SOS VM, so SOS VM kernel might pick this range to extract kernel
when KASLR enabled. This would corrupt pre-launched VM modules and result in
pre-launched VM boot fail.

This patch will try to fix this issue. The SOS VM will not be loaded to guest
space until all pre-launched VMs are loaded successfully.

Tracked-On: #5879

Signed-off-by: Victor Sun <victor.sun@intel.com>
Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com>
2021-06-11 10:06:02 +08:00
..
2021-06-11 10:06:02 +08:00
2021-05-17 14:31:42 +08:00
2021-06-11 10:06:02 +08:00
2021-05-12 16:50:34 +08:00
2021-06-01 08:22:20 +08:00
2021-05-14 09:18:00 +08:00
2019-09-11 17:30:24 +08:00