|
Re: [PATCH] debian: remove changelog in git source tree
Hi Helmut,
Would you please comment? Thanks.
---
Best Regards
Junjie Mao
Hi Helmut,
Would you please comment? Thanks.
---
Best Regards
Junjie Mao
|
By
Junjie Mao
·
#37474
·
|
|
Re: [PATCH] hv: sgx: initialize vm_config outside partition_epc() loop
By
Junjie Mao
·
#37473
·
|
|
[PATCH] debian: remove changelog in git source tree
The changelog file is automatically generated from git commit history
when building, it should not be tracked in git source tree.
Signed-off-by: Jiaqing Zhao <jiaqing.zhao@...>
---
The changelog file is automatically generated from git commit history
when building, it should not be tracked in git source tree.
Signed-off-by: Jiaqing Zhao <jiaqing.zhao@...>
---
|
By
Jiaqing Zhao
·
#37472
·
|
|
[PATCH] hv: sgx: initialize vm_config outside partition_epc() loop
GCC 13 reports "'vm_config' may be used uninitialized" error when
compiling partition_epc(). This patch fixes the issue by initializing
vm_config outside the loop in partition_epc().
Tracked-On:
GCC 13 reports "'vm_config' may be used uninitialized" error when
compiling partition_epc(). This patch fixes the issue by initializing
vm_config outside the loop in partition_epc().
Tracked-On:
|
By
Jiaqing Zhao
·
#37471
·
|
|
Re: [PATCH V2 6/6] hv: hide thermal interface from guests
By
Junjie Mao
·
#37470
·
|
|
Re: [PATCH V2 3/6] dm: add _CPC to guest ACPI pm tables
Reviewed-by: Jian Jun Chen <jian.jun.chen@...>
On 2023/5/26 10:18, Zhou, Wu wrote:
Reviewed-by: Jian Jun Chen <jian.jun.chen@...>
On 2023/5/26 10:18, Zhou, Wu wrote:
|
By
Jian Jun Chen
·
#37469
·
|
|
Re: [PATCH V2 2/6] hv: emulate cpuids and MSRs for VHWP
By
Junjie Mao
·
#37468
·
|
|
Re: [PATCH 2/2] hv: bugfix: fix event lost when emulating lock
By
Zhou, Wu
·
#37467
·
|
|
[PATCH v4] hv: emulate MSR_PLATFORM_INFO (17h)
This patch emulates the PLATFORM_INFO MSR in hypervisor to make it
only visible to Service VM, and only processor ratios (bit 15:8,
47:40 and 55:48) and sample part bit (27) are exponsed. This
This patch emulates the PLATFORM_INFO MSR in hypervisor to make it
only visible to Service VM, and only processor ratios (bit 15:8,
47:40 and 55:48) and sample part bit (27) are exponsed. This
|
By
Jiaqing Zhao
·
#37466
·
|
|
[PATCH v3] hv: emulate MSR_PLATFORM_INFO (17h)
This patch emulates the PLATFORM_INFO MSR in hypervisor to make it
only visible to Service VM, and only processor ratios (bit 15:8,
47:40 and 55:48) and sample part bit (27) are exponsed. This
This patch emulates the PLATFORM_INFO MSR in hypervisor to make it
only visible to Service VM, and only processor ratios (bit 15:8,
47:40 and 55:48) and sample part bit (27) are exponsed. This
|
By
Jiaqing Zhao
·
#37465
·
|
|
Re: [PATCH v3] config_tools: add customized parameters in launch script generation logic
By
Junjie Mao
·
#37464
·
|
|
[PATCH v3] config_tools: add customized parameters in launch script generation logic
add customized parameters in the launch script generation logic.
If user specify customized parameters in configurator, we will
append them to the dm parameters for launching VMs.
v1-->v2:
1. escape
add customized parameters in the launch script generation logic.
If user specify customized parameters in configurator, we will
append them to the dm parameters for launching VMs.
v1-->v2:
1. escape
|
By
Kunhui Li
·
#37463
·
|
|
[PATCH V2 5/6] config_tools: set VHWP flag for VMs who own pCPUs
Set GUEST_FLAG_VHWP guest flag for VMs who own pCPUs. Windows does not
manage CPU frequency in virtualized environment, so this flag is not set
for waag. Platforms without HWP capability should not
Set GUEST_FLAG_VHWP guest flag for VMs who own pCPUs. Windows does not
manage CPU frequency in virtualized environment, so this flag is not set
for waag. Platforms without HWP capability should not
|
By
Zhou, Wu
·
#37462
·
|
|
[PATCH V2 6/6] hv: hide thermal interface from guests
Thermal events are delivered through lapic thermal LVT. Currently
ACRN does not support delivering those interrupts to guests by
virtual lapic. They need to be virtualized to provide guests
Thermal events are delivered through lapic thermal LVT. Currently
ACRN does not support delivering those interrupts to guests by
virtual lapic. They need to be virtualized to provide guests
|
By
Zhou, Wu
·
#37461
·
|
|
[PATCH V2 3/6] dm: add _CPC to guest ACPI pm tables
The optional object _CPC declares an interface that allows OSPM to
transition the processor into a performance state based on a continuous
range of allowable values.
It is associated with HWP on
The optional object _CPC declares an interface that allows OSPM to
transition the processor into a performance state based on a continuous
range of allowable values.
It is associated with HWP on
|
By
Zhou, Wu
·
#37460
·
|
|
[PATCH V2 4/6] hv: Write _CPC to guests' ACPI when VHWP is enabled
When VHWP enabled, return 0 and px_cnt = 0 on ACRN_PMCMD_GET_PX_CNT,
so that DM will write _CPC to guests' ACPI.
Signed-off-by: Wu Zhou <wu.zhou@...>
Reviewed-by: Junjie Mao
When VHWP enabled, return 0 and px_cnt = 0 on ACRN_PMCMD_GET_PX_CNT,
so that DM will write _CPC to guests' ACPI.
Signed-off-by: Wu Zhou <wu.zhou@...>
Reviewed-by: Junjie Mao
|
By
Zhou, Wu
·
#37459
·
|
|
[PATCH V2 1/6] hv: add VHWP guest flag and its helper func
Currently CPU frequency control is hidden to guests, and controlled
by hypervisor. While it is sufficient in most cases, some guest OS may
still need CPU performance info to make multi-core scheduling
Currently CPU frequency control is hidden to guests, and controlled
by hypervisor. While it is sufficient in most cases, some guest OS may
still need CPU performance info to make multi-core scheduling
|
By
Zhou, Wu
·
#37458
·
|
|
[PATCH V2 2/6] hv: emulate cpuids and MSRs for VHWP
Changes made by this patch includes:
1. Emulate HWP and pstate MSRs/CPUIDs. Those are exposed to guest when
the GUEST_FLAG_VHWP is set:
- CPUID[6].EAX[7,9,10]: MSR_IA32_PM_ENABLE(enabled by hv,
Changes made by this patch includes:
1. Emulate HWP and pstate MSRs/CPUIDs. Those are exposed to guest when
the GUEST_FLAG_VHWP is set:
- CPUID[6].EAX[7,9,10]: MSR_IA32_PM_ENABLE(enabled by hv,
|
By
Zhou, Wu
·
#37457
·
|
|
[PATCH V2 0/6] enable VHWP for guests who owns pCPUs
Background:
Currently CPU frequency control is hidden to guests, and controlled by
hypervisor. While it is sufficient in most cases, some guest OS may
still need CPU performance info to make
Background:
Currently CPU frequency control is hidden to guests, and controlled by
hypervisor. While it is sufficient in most cases, some guest OS may
still need CPU performance info to make
|
By
Zhou, Wu
·
#37456
·
|
|
Re: [PATCH 2/2] hv: bugfix: fix event lost when emulating lock
By
Junjie Mao
·
#37455
·
|