|
Re: [PATCH 1/2 v2] hv: shell: improve console to buffer history cmds
Hi, Eddie,
Thanks for your comments!
Before the feature as follows:
1. it is a ring buffer, just store the new one if it is not same with last one in buffer.
2. just buffer the command
Hi, Eddie,
Thanks for your comments!
Before the feature as follows:
1. it is a ring buffer, just store the new one if it is not same with last one in buffer.
2. just buffer the command
|
By
Minggui Cao
·
#36349
·
|
|
Re: [PATCH 1/2] hv: shell: improve console to buffer history cmds
By
Minggui Cao
·
#36348
·
|
|
[PATCH] hv: validate inputs in vpci_mmio_cfg_access
This function is registered as PCI MMIO configuration
access handler, which processes PCI configuration access
request from ACRN guest hence the inputs shall be validated.
Signed-off-by: Yonghua
This function is registered as PCI MMIO configuration
access handler, which processes PCI configuration access
request from ACRN guest hence the inputs shall be validated.
Signed-off-by: Yonghua
|
By
Yonghua Huang
·
#36347
·
|
|
Re: [PATCH 1/2 v2] hv: shell: improve console to buffer history cmds
By
Eddie Dong
·
#36346
·
|
|
Re: [PATCH 1/2] hv: shell: improve console to buffer history cmds
By
Eddie Dong
·
#36345
·
|
|
[PATCH] [config_tool] Order of plus and minus icons is inconsistent
let minus icons in front of plus icons in those view below:
Virtio input device, Virtio network device, Virtio console device , CPU affinity
Signed-off-by: Chuang-Ke
let minus icons in front of plus icons in those view below:
Virtio input device, Virtio network device, Virtio console device , CPU affinity
Signed-off-by: Chuang-Ke
|
By
Chuang Ke
·
#36344
·
|
|
[PATCH] hv: validate inputs in vpci_mmio_cfg_access
By
Yonghua Huang
·
#36343
·
|
|
[PATCH 2/2 v2] hv: shell: improve console to modify input easier
improve to use right/left/home/end key to move cursor, and support
delete/backspace key to modify current input command.
Signed-off-by: Minggui Cao <minggui.cao@...>
---
improve to use right/left/home/end key to move cursor, and support
delete/backspace key to modify current input command.
Signed-off-by: Minggui Cao <minggui.cao@...>
---
|
By
Minggui Cao
·
#36342
·
|
|
[PATCH 1/2 v2] hv: shell: improve console to buffer history cmds
1. buffer max to 8 history commands.
2. support up/down key to select history buffered commands
Signed-off-by: Minggui Cao <minggui.cao@...>
---
hypervisor/debug/shell.c | 140
1. buffer max to 8 history commands.
2. support up/down key to select history buffered commands
Signed-off-by: Minggui Cao <minggui.cao@...>
---
hypervisor/debug/shell.c | 140
|
By
Minggui Cao
·
#36341
·
|
|
[RFC][PATCH 0/2 v2] *** improve HV console as bash-like console ***
1. support buffer hisotry commnds, with up/key to select one of them
2. support right/left/home/end and delete/backspace key to modify the
input command easier.
v1->v2:
change the special key
1. support buffer hisotry commnds, with up/key to select one of them
2. support right/left/home/end and delete/backspace key to modify the
input command easier.
v1->v2:
change the special key
|
By
Minggui Cao
·
#36340
·
|
|
Re: [PATCH]config_tool vCAT widget behavior
@Mao, Junjie Currently , we have two bug reports describe user wants drag vCAT widget like other widgets , if you concern remove sliderOptions cause other issue, we can move three line codes to
@Mao, Junjie Currently , we have two bug reports describe user wants drag vCAT widget like other widgets , if you concern remove sliderOptions cause other issue, we can move three line codes to
|
By
Chuang Ke
·
#36339
·
|
|
Re: [PATCH 1/2] hv: shell: improve console to buffer history cmds
By
Minggui Cao
·
#36338
·
|
|
[PATCH]config_tool: Focus change to new VM when added
From: chuangxke <chuangx.ke@...>
the focus can auto switch to that new VM on the Basic tab when The new VM added
Tracked-on:##7914
Signed-off-by: Chuang-Ke <chuangx.ke@...>
---
From: chuangxke <chuangx.ke@...>
the focus can auto switch to that new VM on the Basic tab when The new VM added
Tracked-on:##7914
Signed-off-by: Chuang-Ke <chuangx.ke@...>
---
|
By
Chuang Ke
·
#36337
·
|
|
[PATCH] config-tools: HV and VM memory address conflict
From 20bb6c70bd830056406817b8fc7412fd8abbdd4d Mon Sep 17 00:00:00 2001
From: zihengL1 <ziheng.li@...>
Date: Thu, 21 Jul 2022 17:48:04 +0800
Subject: [PATCH] config-tools: HV and VM memory
From 20bb6c70bd830056406817b8fc7412fd8abbdd4d Mon Sep 17 00:00:00 2001
From: zihengL1 <ziheng.li@...>
Date: Thu, 21 Jul 2022 17:48:04 +0800
Subject: [PATCH] config-tools: HV and VM memory
|
By
Li, Ziheng
·
#36336
·
|
|
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
·
|