|
[PATCH 1/2] dm: remove ASL_COMPILER macro
By
Victor Sun
· #36175
·
|
|
[PATCH 2/2] Makefile: remove ASL_COMPILER dependency
Given ASL_COMPILER macro is removed from devicemodel, remove this dependency in devicemodel Makefile. Signed-off-by: Victor Sun <victor.sun@...> --- Makefile | 3 +-- devicemodel/Makefile | 4 ---
Given ASL_COMPILER macro is removed from devicemodel, remove this dependency in devicemodel Makefile. Signed-off-by: Victor Sun <victor.sun@...> --- Makefile | 3 +-- devicemodel/Makefile | 4 ---
|
By
Victor Sun
· #36170
·
|
|
[PATCH 1/2] dm: remove ASL_COMPILER macro
Previously ASL_COMPILER macro that indicates iasl location was passed from host build machine environment, this makes no sense on target machine. If user has a specific iasl path on host, then devicem
Previously ASL_COMPILER macro that indicates iasl location was passed from host build machine environment, this makes no sense on target machine. If user has a specific iasl path on host, then devicem
|
By
Victor Sun
· #36169
·
|
|
[PATCH] dm: add _CPC to guest ACPI when HWP is enabled
Better to have a comment, that the patch has a pre-condition: host CPUID.06H:EAX.[7] can't be hidden by vCPUID of Service VM.
Better to have a comment, that the patch has a pre-condition: host CPUID.06H:EAX.[7] can't be hidden by vCPUID of Service VM.
|
By
Victor Sun
· #36159
·
|
|
[PATCH v2] dm: remove short version of dm dynamic param `-W`
By
Victor Sun
· #34561
·
|
|
[PATCH v2 2/2] HV: fix MISRA violation of _ld_ram_xxx
Variable should not have a prefix of '_' per MISRA C standard. The patch removes the prefix for _ld_ram_start and _ld_ram_end. Signed-off-by: Victor Sun <victor.sun@...> --- hypervisor/arch/x86/
Variable should not have a prefix of '_' per MISRA C standard. The patch removes the prefix for _ld_ram_start and _ld_ram_end. Signed-off-by: Victor Sun <victor.sun@...> --- hypervisor/arch/x86/
|
By
Victor Sun
· #34129
·
|
|
[PATCH v2 1/2] HV: correct hv_ram_size when hv is relocated
In previous commit df7ffab4413034eaa221a104575d8f0bb705ba9f the CONFIG_HV_RAM_SIZE was removed and the hv_ram_size was calculated in link script by following formula: ld_ram_size = _ld_ram_end - _ld_r
In previous commit df7ffab4413034eaa221a104575d8f0bb705ba9f the CONFIG_HV_RAM_SIZE was removed and the hv_ram_size was calculated in link script by following formula: ld_ram_size = _ld_ram_end - _ld_r
|
By
Victor Sun
· #34128
·
|
|
[PATCH] HV: correct hv_ram_size when hv is relocated
By
Victor Sun
· #34127
·
|
|
[PATCH] HV: correct hv_ram_size when hv is relocated
By
Victor Sun
· #34125
·
|
|
[PATCH] HV: correct hv_ram_size when hv is relocated
By
Victor Sun
· #34123
·
|
|
[PATCH] HV: correct hv_ram_size when hv is relocated
By
Victor Sun
· #34121
·
|
|
[PATCH] HV: correct hv_ram_size when hv is relocated
In previous commit df7ffab4413034eaa221a104575d8f0bb705ba9f the CONFIG_HV_RAM_SIZE was removed and the hv_ram_size was calculated in link script by following formula: ld_ram_size = _ld_ram_end - _ld_r
In previous commit df7ffab4413034eaa221a104575d8f0bb705ba9f the CONFIG_HV_RAM_SIZE was removed and the hv_ram_size was calculated in link script by following formula: ld_ram_size = _ld_ram_end - _ld_r
|
By
Victor Sun
· #34119
·
|
|
[PATCH 0/4] Fix post-launched VM pstate/cstate bugs
Hi Wu, I don't think it is a good idea that use a VM bitmap to enable Px/Cx, this means the max VM num is limited. BR, Victor
Hi Wu, I don't think it is a good idea that use a VM bitmap to enable Px/Cx, this means the max VM num is limited. BR, Victor
|
By
Victor Sun
· #34059
·
|
|
[PATCH] dm: Skip injecting _PPC and _PCT when _PSS is not constructed
By
Victor Sun
· #33941
·
|
|
[PATCH v3 3/3] config_tools: remove config of MAX_EFI_MMAP_ENTRIES
The config of MAX_EFI_MMAP_ENTRIES has been removed in hypervisor, so remove this config in config_tools; Signed-off-by: Victor Sun <victor.sun@...> --- misc/config_tools/data/cfl-k700-i7/hybrid
The config of MAX_EFI_MMAP_ENTRIES has been removed in hypervisor, so remove this config in config_tools; Signed-off-by: Victor Sun <victor.sun@...> --- misc/config_tools/data/cfl-k700-i7/hybrid
|
By
Victor Sun
· #33895
·
|
|
[PATCH v3 2/3] HV: prepare adaptable guest EFI mmap buffer
Previously we prepared 32KB buffer to store guest VM boot parameters, in which there is at most 17KB buffer for guest EFI memory map to accomodate ~400 EFI memory descriptors. But this is uncertain to
Previously we prepared 32KB buffer to store guest VM boot parameters, in which there is at most 17KB buffer for guest EFI memory map to accomodate ~400 EFI memory descriptors. But this is uncertain to
|
By
Victor Sun
· #33894
·
|
|
[PATCH v3 1/3] HV: set default MAX_EFI_MMAP_ENTRIES to 350
In previous implementation we leave MAX_EFI_MMAP_ENTRIES in config tool and let end user to configure it. However it is hard for end user to understand how to configure it, also it is hard for board_i
In previous implementation we leave MAX_EFI_MMAP_ENTRIES in config tool and let end user to configure it. However it is hard for end user to understand how to configure it, also it is hard for board_i
|
By
Victor Sun
· #33893
·
|
|
[PATCH v3 0/3] remove dependency of CONFIG_MAX_EFI_MMAP_ENTRIES
Previous code uses a static hv_memdesc[] array to store physical efi memory descriptors, thus need a extra config CONFIG_MAX_EFI_MMAP_ENTRIES to express the array size. But from end users point of vie
Previous code uses a static hv_memdesc[] array to store physical efi memory descriptors, thus need a extra config CONFIG_MAX_EFI_MMAP_ENTRIES to express the array size. But from end users point of vie
|
By
Victor Sun
· #33892
·
|
|
[PATCH v5 1/2] hv: remove UUID
By
Victor Sun
· #33891
·
|
|
[PATCH v2 1/4] hv: refine ASSERT MACRO
By
Victor Sun
· #33863
·
|