mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-29 06:28:19 +00:00
Merge 1f5de47c18
into 60fc6c2bc4
This commit is contained in:
commit
ed125440a0
@ -274,7 +274,7 @@ static uint64_t create_zero_page(struct acrn_vm *vm, uint64_t load_params_gpa)
|
||||
|
||||
stac();
|
||||
/* clear the zeropage */
|
||||
(void)memset(zeropage, 0U, MEM_2K);
|
||||
(void)memset(zeropage, 0U, MEM_4K);
|
||||
|
||||
#ifdef CONFIG_MULTIBOOT2
|
||||
if (is_service_vm(vm)) {
|
||||
|
Loading…
Reference in New Issue
Block a user