|
[PATCH v2 2/4] dm: add iothread support in virtio framework
Add ioeventfd and iothread to virtio framework. When a virtio device
claim to support iothread, virtio framework will register a ioeventfd
and add it to iothread's epoll. After that, the new notify
Add ioeventfd and iothread to virtio framework. When a virtio device
claim to support iothread, virtio framework will register a ioeventfd
and add it to iothread's epoll. After that, the new notify
|
By
Conghui Chen
·
#36355
·
|
|
[PATCH v2 1/4] dm: support iothread
Supply a decidate thread, which can moniter a set of fds with epoll,
when the data is ready, call the corresponding callback.
This iothread will be created automatically with the first
Supply a decidate thread, which can moniter a set of fds with epoll,
when the data is ready, call the corresponding callback.
This iothread will be created automatically with the first
|
By
Conghui Chen
·
#36354
·
|
|
[PATCH] Instruction missing for L2-only users
In the cache widget, the instructions appears if the board has L3 only, L2 only, or both.
and delete "L3 Cache Allocation Technology" heading.
there are instructions: "Drag the ends of the boxes to
In the cache widget, the instructions appears if the board has L3 only, L2 only, or both.
and delete "L3 Cache Allocation Technology" heading.
there are instructions: "Drag the ends of the boxes to
|
By
Chuang Ke
·
#36353
·
|
|
Re: [PATCH] hv: prevent VMs make pCPU enter C-state.
Ok, i will change it to:
"Remove the MONITOR capability from VMs which share pCPU with others. For these VMs, execution of MONITOR and MWAIT will cause a VM-exit."
OK. I will check if the VM is
Ok, i will change it to:
"Remove the MONITOR capability from VMs which share pCPU with others. For these VMs, execution of MONITOR and MWAIT will cause a VM-exit."
OK. I will check if the VM is
|
By
Zhao, Yuanyuan
·
#36352
·
|
|
[PATCH] configurator creates duplicate VM name
fix VM duplicate name when create new VM
Signed-off-by: Chuang-Ke <chuangx.ke@...>
Tracked-On: #7920
---
.../configurator/packages/configurator/src/pages/Config.vue | 2 +-
1 file
fix VM duplicate name when create new VM
Signed-off-by: Chuang-Ke <chuangx.ke@...>
Tracked-On: #7920
---
.../configurator/packages/configurator/src/pages/Config.vue | 2 +-
1 file
|
By
Chuang Ke
·
#36351
·
|
|
Re: [PATCH] [config_tool] Order of plus and minus icons is inconsistent
Chuang Ke <chuangx.ke@...> writes:
Fine with me as long as this is motivated by DX comments.
--
Best Regards
Junjie Mao
Chuang Ke <chuangx.ke@...> writes:
Fine with me as long as this is motivated by DX comments.
--
Best Regards
Junjie Mao
|
By
Junjie Mao
·
#36350
·
|
|
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
·
|