|
Re: [PATCH] hv: prevent VMs make pCPU enter C-state.
I thought what you did is to remove the MONITOR cap from guest, and make sure VM-exit to MONITOR execution of guest.
This is fine. Please make the commit message clear.
Also, we need to make it
I thought what you did is to remove the MONITOR cap from guest, and make sure VM-exit to MONITOR execution of guest.
This is fine. Please make the commit message clear.
Also, we need to make it
|
By
Eddie Dong
·
#36335
·
|
|
[PATCH] hv: prevent VMs make pCPU enter C-state.
If a shared pCPU enters C-State because of a vCPU runs on it,
pPCU may can't wake on time when other vCPUs use it. So hide the
mwait from the user.
This patch this by:
1. Clear vCPUID.05H.EXC[bit
If a shared pCPU enters C-State because of a vCPU runs on it,
pPCU may can't wake on time when other vCPUs use it. So hide the
mwait from the user.
This patch this by:
1. Clear vCPUID.05H.EXC[bit
|
By
Zhao, Yuanyuan
·
#36334
·
|
|
Re: [PATCH] hv: tlfs: fix the incorrect vLAPIC freq MSR
LGTM except the minor concern.
It will be better to add more description about the usage of vLAPIC freq MSR on Waag.
the returned vLAPIC freq on WaaG is used for Local APIC timer emulation. And
LGTM except the minor concern.
It will be better to add more description about the usage of vLAPIC freq MSR on Waag.
the returned vLAPIC freq on WaaG is used for Local APIC timer emulation. And
|
By
Zhao, Yakui
·
#36333
·
|
|
Re: [PATCH]config_tool: Enter key should work when defining a new working folder
You are right, I also add a focus on the button "Use this Folder" when user Open UI,
so that there will be no confusion.
Or after user select a folder, the focus automatic focus on button "Use this
You are right, I also add a focus on the button "Use this Folder" when user Open UI,
so that there will be no confusion.
Or after user select a folder, the focus automatic focus on button "Use this
|
By
Chuang Ke
·
#36332
·
|
|
Re: [PATCH]config_tool: Enter key should work when defining a new working folder
Chuang Ke <chuangx.ke@...> writes:
I'm not sure if this could confuse users more. In the welcome page we
have two buttons, and there is no reason why pressing the Enter key
triggers creating a
Chuang Ke <chuangx.ke@...> writes:
I'm not sure if this could confuse users more. In the welcome page we
have two buttons, and there is no reason why pressing the Enter key
triggers creating a
|
By
Junjie Mao
·
#36331
·
|
|
Re: [PATCH] config-tools: fix board inspector crashed error
"Li, Ziheng" <ziheng.li@...> writes:
Reviewed-by: Junjie Mao <junjie.mao@...>
--
Best Regards
Junjie Mao
"Li, Ziheng" <ziheng.li@...> writes:
Reviewed-by: Junjie Mao <junjie.mao@...>
--
Best Regards
Junjie Mao
|
By
Junjie Mao
·
#36330
·
|
|
Re: [PATCH 2/2] config_tools: add tooltips for virtio devices
Kunhui-Li <kunhuix.li@...> writes:
Reviewed-by: Junjie Mao <junjie.mao@...>
--
Best Regards
Junjie Mao
Kunhui-Li <kunhuix.li@...> writes:
Reviewed-by: Junjie Mao <junjie.mao@...>
--
Best Regards
Junjie Mao
|
By
Junjie Mao
·
#36329
·
|
|
Re: [PATCH 1/2] config_tools: left-align the plus icon in the virtio devices
Kunhui-Li <kunhuix.li@...> writes:
Reviewed-by: Junjie Mao <junjie.mao@...>
--
Best Regards
Junjie Mao
Kunhui-Li <kunhuix.li@...> writes:
Reviewed-by: Junjie Mao <junjie.mao@...>
--
Best Regards
Junjie Mao
|
By
Junjie Mao
·
#36328
·
|
|
Re: [PATCH] ACRN-8759:config_tool Warning message when users attempt to create a new scenario, or import an existing scenario, for an existing configuration
OK. For configurator-only changes, you can go PR if nobody else has any
comment in 3 days after you send your patches.
--
Best Regards
Junjie Mao
"Ke, ChuangX" <chuangx.ke@...> writes:
OK. For configurator-only changes, you can go PR if nobody else has any
comment in 3 days after you send your patches.
--
Best Regards
Junjie Mao
"Ke, ChuangX" <chuangx.ke@...> writes:
|
By
Junjie Mao
·
#36327
·
|
|
[PATCH]config_tool: Enter key should work when defining a new working folder
From: chuangxke <chuangx.ke@...>
open Configurator UI,press enter key to choose default folder
or enter key could choose working folder after select a working
From: chuangxke <chuangx.ke@...>
open Configurator UI,press enter key to choose default folder
or enter key could choose working folder after select a working
|
By
Chuang Ke
·
#36326
·
|
|
[PATCH]config_tool: Enter key should work when defining a new working folder
From: chuangxke <chuangx.ke@...>
Tracked-on:#7910
Signed-off-by: Chuang-Ke <chuangx.ke@...>
---
.../src/pages/Welcome/NewConfiguration.vue | 15 ++++++++++++---
1 file changed, 12
From: chuangxke <chuangx.ke@...>
Tracked-on:#7910
Signed-off-by: Chuang-Ke <chuangx.ke@...>
---
.../src/pages/Welcome/NewConfiguration.vue | 15 ++++++++++++---
1 file changed, 12
|
By
Chuang Ke
·
#36325
·
|
|
Re: [PATCH 1/2] hv: shell: improve console to buffer history cmds
I assume the edit user experience is same with what Linux has today. Right?
We need a doc change patch here.
I assume the edit user experience is same with what Linux has today. Right?
We need a doc change patch here.
|
By
Eddie Dong
·
#36324
·
|
|
[PATCH] config-tools: fix board inspector crashed error
From cac2e590fbd8efdcd1d65790350cb50a971c82be Mon Sep 17 00:00:00 2001
From: zihengL1 <ziheng.li@...>
Date: Thu, 21 Jul 2022 08:30:37 +0800
Subject: [PATCH] config-tools: fix board inspector
From cac2e590fbd8efdcd1d65790350cb50a971c82be Mon Sep 17 00:00:00 2001
From: zihengL1 <ziheng.li@...>
Date: Thu, 21 Jul 2022 08:30:37 +0800
Subject: [PATCH] config-tools: fix board inspector
|
By
Li, Ziheng
·
#36323
·
|
|
Re: [PATCH 4/4] dm: virtio-block: support NO_NOTIFY
I see, please add comments to explain.
I see, please add comments to explain.
|
By
Yu Wang
·
#36322
·
|
|
Re: [PATCH 3/4] dm: virtio-blk: enable support for iothread
OK.
By
Yu Wang
·
#36321
·
|
|
Re: [PATCH 2/4] dm: add iothread support in virtio framework
Then we can set iothread by default except the polling mode?
Then we can set iothread by default except the polling mode?
|
By
Yu Wang
·
#36320
·
|
|
Re: [PATCH 1/4] dm: support iothread
OK. Then the other APIs need to be cared too.
OK. Then the other APIs need to be cared too.
|
By
Yu Wang
·
#36319
·
|
|
Re: [PATCH 4/4] dm: virtio-block: support NO_NOTIFY
By
Conghui Chen
·
#36318
·
|
|
Re: [PATCH 3/4] dm: virtio-blk: enable support for iothread
Currently, only one thread is create for polling ioeventfd, so I suggest only enable iothread for these device which need higher performance.
Currently, only one thread is create for polling ioeventfd, so I suggest only enable iothread for these device which need higher performance.
|
By
Conghui Chen
·
#36317
·
|
|
Re: [PATCH 2/4] dm: add iothread support in virtio framework
Yes.
Regards,
Conghui.
By
Conghui Chen
·
#36316
·
|