Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PATCH] profiling: fix the system freeze issue when running profiling tool #2422

Closed
mlim19 opened this issue Jan 25, 2019 · 2 comments
Closed
Assignees
Labels
priority: medium status: implemented The issue has been implemented by developer type: bug Something isn't working
Projects

Comments

@mlim19
Copy link
Contributor

mlim19 commented Jan 25, 2019

The msr load/restore during vmexit/vmenty in HV by default. The profiling has assumption that it's only user for this feature, which could overwrite of HV default setting.

mlim19 added a commit to mlim19/acrn-hypervisor that referenced this issue Jan 25, 2019
 tool

The msr load/restore during vmexit/vmenty is enabled in HV by
default. The profiling has assumption that it's only user for this
feature, which could overwrite of HV default setting.

This fix combines the msr load list for vmexit when profiling.

Tracked-On: projectacrn#2422
Signed-off-by: Min Lim <min.yeol.lim@intel.com>
@Mingyuan18
Copy link

[External_System_ID] ACRN-2605

@Mingyuan18 Mingyuan18 added type: bug Something isn't working status: new The issue status: new for creation priority: P2-High priority: medium and removed priority: P2-High labels Jan 28, 2019
wenlingz pushed a commit that referenced this issue Jan 30, 2019
 tool

The msr load/restore during vmexit/vmenty is enabled in HV by
default. The profiling has assumption that it's only user for this
feature, which could overwrite of HV default setting.

This fix combines the msr load list for vmexit when profiling.

Tracked-On: #2422
Signed-off-by: Min Lim <min.yeol.lim@intel.com>
@Mingyuan18 Mingyuan18 added status: Assigned Assigned and removed status: new The issue status: new for creation labels Jan 30, 2019
mlim19 added a commit to mlim19/acrn-hypervisor that referenced this issue Jan 30, 2019
The msr load/restore during vmexit/vmentry is enabled in HV by
default. The profiling has assumption that it's only user for this
feature, which could overwrite of HV default setting.

This fix combine the msr load list for vmexit when profiling.

Tracked-On: projectacrn#2422
Signed-off-by: Min Lim <min.yeol.lim@intel.com>
mlim19 added a commit to mlim19/acrn-hypervisor that referenced this issue Jan 31, 2019
The msr load/restore during vmexit/vmentry is enabled in HV by
default. The profiling has assumption that it's only user for this
feature, which could overwrite of HV default setting.

This fix combine the msr load list for vmexit when profiling.

Tracked-On: projectacrn#2422
Signed-off-by: Min Lim <min.yeol.lim@intel.com>
mlim19 added a commit to mlim19/acrn-hypervisor that referenced this issue Feb 1, 2019
The msr load/restore during vmexit/vmentry is enabled in HV by
default. The profiling has assumption that it's only user for this
feature, which could overwrite of HV default setting.

This fix combine the msr load list for vmexit when profiling.

Tracked-On: projectacrn#2422
Signed-off-by: Min Lim <min.yeol.lim@intel.com>
mlim19 added a commit to mlim19/acrn-hypervisor that referenced this issue Feb 1, 2019
The msr load/restore during vmexit/vmentry is enabled in HV by
default. The profiling has assumption that it's only user for this
feature, which could overwrite of HV default setting.

This fix combine the msr load list for vmexit when profiling.

Tracked-On: projectacrn#2422
Signed-off-by: Min Lim <min.yeol.lim@intel.com>
mlim19 added a commit to mlim19/acrn-hypervisor that referenced this issue Feb 1, 2019
The msr load/restore during vmexit/vmentry is enabled in HV by
default. The profiling has assumption that it's only user for this
feature, which could overwrite of HV default setting.

This fix combine the msr load list for vmexit when profiling.

Tracked-On: projectacrn#2422
Signed-off-by: Min Lim <min.yeol.lim@intel.com>
@Mingyuan18 Mingyuan18 added status: implemented The issue has been implemented by developer and removed status: Assigned Assigned labels Feb 1, 2019
wenlingz pushed a commit that referenced this issue Feb 1, 2019
The msr load/restore during vmexit/vmentry is enabled in HV by
default. The profiling has assumption that it's only user for this
feature, which could overwrite of HV default setting.

This fix combine the msr load list for vmexit when profiling.

Tracked-On: #2422
Signed-off-by: Min Lim <min.yeol.lim@intel.com>
mlim19 added a commit to mlim19/acrn-hypervisor that referenced this issue Feb 1, 2019
The patch simplifies the way to merge the msr vmexit loading list with HV,
which was already merged to master.

Tracked-On: projectacrn#2422
Signed-off-by: Min Lim <min.yeol.lim@intel.com>
mlim19 added a commit to mlim19/acrn-hypervisor that referenced this issue Feb 1, 2019
The patch simplifies the way to merge the msr vmexit loading list with HV,
which was already merged to master.

Tracked-On: projectacrn#2422
Signed-off-by: Min Lim <min.yeol.lim@intel.com>
wenlingz pushed a commit that referenced this issue Feb 3, 2019
The patch simplifies the way to merge the msr vmexit loading list with HV,
which was already merged to master.

Tracked-On: #2422
Signed-off-by: Min Lim <min.yeol.lim@intel.com>
@Mingyuan18
Copy link

@mlim19 , Please help to check this issue is resolved or not. If verify pass, please close it. Thanks!

@mlim19 mlim19 closed this as completed Feb 14, 2019
@NanlinXie NanlinXie added this to v0.7 in Roadmap Mar 1, 2019
@NanlinXie NanlinXie moved this from v0.7 to v1.0 in Roadmap Mar 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: medium status: implemented The issue has been implemented by developer type: bug Something isn't working
Projects
Roadmap
  
v1.0
Development

No branches or pull requests

3 participants