|
Re: [PATCH] hv: prevent VMs make pCPU enter C-state.
"Dong, Eddie" <eddie.dong@...> writes:
"Dong, Eddie" <eddie.dong@...> writes:
|
By
Junjie Mao
·
#36369
·
|
|
Re: [PATCH 1/2] hv: shell: improve console to buffer history cmds
I am not sure if this is MOVE or not. MOVE means using a temporary buffer to hold the source bytes?
To me, memcpy is fine.
I am not sure if this is MOVE or not. MOVE means using a temporary buffer to hold the source bytes?
To me, memcpy is fine.
|
By
Eddie Dong
·
#36368
·
|
|
Re: [PATCH 1/2 v2] hv: shell: improve console to buffer history cmds
Why we need this kind of difference? I am not convinced/
Why we need this kind of difference? I am not convinced/
|
By
Eddie Dong
·
#36367
·
|
|
Re: [PATCH] hv: validate inputs in vpci_mmio_cfg_access
By
Eddie Dong
·
#36366
·
|
|
Re: [PATCH] hv: validate inputs in vpci_mmio_cfg_access
Hi Eddie,
By
Yonghua Huang
·
#36365
·
|
|
Re: [PATCH 1/2 v2] hv: shell: improve console to buffer history cmds
By
Minggui Cao
·
#36364
·
|
|
Re: [PATCH 1/2] hv: shell: improve console to buffer history cmds
By
Minggui Cao
·
#36363
·
|
|
Re: [PATCH] hv: validate inputs in vpci_mmio_cfg_access
By
Eddie Dong
·
#36362
·
|
|
Re: [PATCH] hv: prevent VMs make pCPU enter C-state.
By
Eddie Dong
·
#36361
·
|
|
Re: [PATCH 1/2 v2] hv: shell: improve console to buffer history cmds
By
Eddie Dong
·
#36360
·
|
|
Re: [PATCH 1/2] hv: shell: improve console to buffer history cmds
The caller side clearly know the copy to be from head to tail address or from tail to head address.
How about to define another API like memcpy_tail_to_head or memcpy_rev ?
The caller side can choose
The caller side clearly know the copy to be from head to tail address or from tail to head address.
How about to define another API like memcpy_tail_to_head or memcpy_rev ?
The caller side can choose
|
By
Eddie Dong
·
#36359
·
|
|
[PATCH v3] 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@...>
v2-->v3:
1. cobile input_line with buffered_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@...>
v2-->v3:
1. cobile input_line with buffered_cmds
|
By
Minggui Cao
·
#36358
·
|
|
[PATCH v2 4/4] dm: virtio-block: support NO_NOTIFY
disable NOTIFY during getting requests from virtqueue. This will improve
the IO performance.
v1->v2: add a comment for the two while loops.
Signed-off-by: Conghui <conghui.chen@...>
---
disable NOTIFY during getting requests from virtqueue. This will improve
the IO performance.
v1->v2: add a comment for the two while loops.
Signed-off-by: Conghui <conghui.chen@...>
---
|
By
Conghui Chen
·
#36357
·
|
|
[PATCH v2 3/4] dm: virtio-blk: enable support for iothread
The usage is:
-s <slot> virtio-blk,[iothread,]<filepath>
e.g -s 3 virtio-blk,iothread,test.img
Signed-off-by: Conghui <conghui.chen@...>
---
devicemodel/hw/pci/virtio/virtio_block.c | 23
The usage is:
-s <slot> virtio-blk,[iothread,]<filepath>
e.g -s 3 virtio-blk,iothread,test.img
Signed-off-by: Conghui <conghui.chen@...>
---
devicemodel/hw/pci/virtio/virtio_block.c | 23
|
By
Conghui Chen
·
#36356
·
|
|
[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
·
|