|
Re: [PATCH 1/2] HV: acrntrace: Output event time cost with milliseconds
Why we use float? Long should be enough, not?
Why we use float? Long should be enough, not?
|
By
Eddie Dong
·
#10472
·
|
|
Re: [PATCH] VHM: add ioctl/hypercall for UOS intr data monitor
Yes, it includes the intr data.
if that we need add another one hypercall :); currently if not support, the HV will return failure; it should be OK.
actually, I have a re-factor idea on current
Yes, it includes the intr data.
if that we need add another one hypercall :); currently if not support, the HV will return failure; it should be OK.
actually, I have a re-factor idea on current
|
By
Minggui Cao
·
#10471
·
|
|
Re: [PATCH] VHM: add ioctl/hypercall for UOS intr data monitor
By
Zhao, Yakui
·
#10470
·
|
|
[RESEND 1/2] tools: acrnalyze: Output event time cost with milliseconds
Originally, we output "Time Consumed" with RTC cycles. It's not easy to read.
So, this patch convert it to milliseconds.
BTW, this patch also output "Total run time" with ms instead of original
Originally, we output "Time Consumed" with RTC cycles. It's not easy to read.
So, this patch convert it to milliseconds.
BTW, this patch also output "Total run time" with ms instead of original
|
By
Kaige Fu
·
#10469
·
|
|
[RESEND 2/2] tools: acrnalyze: Make the result easier to read
Originally, we don't format the output of analyser well. It is hard to read the
result.
This patch make every entry of the result align with the corresponding title to
make it easier for users to
Originally, we don't format the output of analyser well. It is hard to read the
result.
This patch make every entry of the result align with the corresponding title to
make it easier for users to
|
By
Kaige Fu
·
#10468
·
|
|
[RESEND 0/2] Minor improvement of acrnalyze
Kaige Fu (2):
tools: acrnalyze: Output event time cost with milliseconds
tools: acrnalyze: Make the result easier to read
tools/acrntrace/scripts/irq_analyze.py | 6 ++---
Kaige Fu (2):
tools: acrnalyze: Output event time cost with milliseconds
tools: acrnalyze: Make the result easier to read
tools/acrntrace/scripts/irq_analyze.py | 6 ++---
|
By
Kaige Fu
·
#10467
·
|
|
Re: [PATCH 0/2] Minor improvement of acrnalyser
Patch title are wrong. Will fix it and resend them.
Sorry for the noise.
Patch title are wrong. Will fix it and resend them.
Sorry for the noise.
|
By
Kaige Fu
·
#10466
·
|
|
[PATCH v5 1/1] vbs: fix virtio_vq_index_get func handling of multi VQ concurrent request.
Under multiple VQ use case, it is possible to have concurrent requests.
Added support to return multiple vq index from all vcpu.
Signed-off-by: Ong Hock Yu <ong.hock.yu@...>
---
Under multiple VQ use case, it is possible to have concurrent requests.
Added support to return multiple vq index from all vcpu.
Signed-off-by: Ong Hock Yu <ong.hock.yu@...>
---
|
By
Ong Hock Yu <ong.hock.yu@...>
·
#10465
·
|
|
[PATCH 2/2] HV: acrntrace: Make the result easier to read
Originally, we don't format the output of analyser well. It is hard to read the
result.
This patch make every entry of the result align with the corresponding title to
make it easier for users to
Originally, we don't format the output of analyser well. It is hard to read the
result.
This patch make every entry of the result align with the corresponding title to
make it easier for users to
|
By
Kaige Fu
·
#10464
·
|
|
[PATCH 1/2] HV: acrntrace: Output event time cost with milliseconds
Originally, we output "Time Consumed" with RTC cycles. It's not easy to read.
So, this patch convert it to milliseconds.
BTW, this patch also output "Total run time" with ms instead of original
Originally, we output "Time Consumed" with RTC cycles. It's not easy to read.
So, this patch convert it to milliseconds.
BTW, this patch also output "Total run time" with ms instead of original
|
By
Kaige Fu
·
#10463
·
|
|
[PATCH 0/2] Minor improvement of acrnalyser
This patch mainly focus on:
- Output "Time Consumed" and "Total run time" with milliseconds.
- Format the output to make the result entry align with the title.
Kaige Fu (2):
HV: acrntrace:
This patch mainly focus on:
- Output "Time Consumed" and "Total run time" with milliseconds.
- Format the output to make the result entry align with the title.
Kaige Fu (2):
HV: acrntrace:
|
By
Kaige Fu
·
#10462
·
|
|
ACRN Project Technical Community Meeting: @ Weekly 9PM-10PM (China-Shanghai), 6AM-7AM (US-West Coast), 3PM-4PM (Europe-London)
Agenda (8/15): ACRN ACPIManagement
WWTopicPresentatorStatusWW21ACRN roadmap introductionRen, JackDoneWW22Patch submission process
ACRN feature list introductionWang, Hongbo
Ren, jackDoneWW23Memory
Agenda (8/15): ACRN ACPIManagement
WWTopicPresentatorStatusWW21ACRN roadmap introductionRen, JackDoneWW22Patch submission process
ACRN feature list introductionWang, Hongbo
Ren, jackDoneWW23Memory
|
By
Wang, Hongbo
·
#10461
·
|
|
[PATCH] VHM: add ioctl/hypercall for UOS intr data monitor
DM or VM monitor can use this ioctl/hypercall to get the UOS
interrupt count data, to check if it in normal status, and give
a response.
Signed-off-by: Minggui Cao <minggui.cao@...>
---
DM or VM monitor can use this ioctl/hypercall to get the UOS
interrupt count data, to check if it in normal status, and give
a response.
Signed-off-by: Minggui Cao <minggui.cao@...>
---
|
By
Minggui Cao
·
#10460
·
|
|
[PATCH 2/2] DM: add monitor thread to check intrrupt status
intr monitor thread will check UOS interrupt status,
first to get intr data, and check if "interrupt storm" happen
as the condition setting, if happened, it will handle it as the
policy
intr monitor thread will check UOS interrupt status,
first to get intr data, and check if "interrupt storm" happen
as the condition setting, if happened, it will handle it as the
policy
|
By
Minggui Cao
·
#10459
·
|
|
[PATCH 1/2] HV: add hypercall to monitor UOS interrupt data
this hypercall can be used by DM or VMM manager
to monitor UOS interrupt work status; for example, to
check if there is an "interrupt storm", and do
some reactions according to its
this hypercall can be used by DM or VMM manager
to monitor UOS interrupt work status; for example, to
check if there is an "interrupt storm", and do
some reactions according to its
|
By
Minggui Cao
·
#10458
·
|
|
[PATCH 0/2] *** interrupt storm mitigation ***
add the UOS interrupt data check first.
*** BLURB HERE ***
Minggui Cao (2):
HV: add hypercall to monitor UOS interrupt data
DM: add monitor thread to check intrrupt status
add the UOS interrupt data check first.
*** BLURB HERE ***
Minggui Cao (2):
HV: add hypercall to monitor UOS interrupt data
DM: add monitor thread to check intrrupt status
|
By
Minggui Cao
·
#10457
·
|
|
Re: [PATCH v4 1/1] vbs: fix virtio_vq_index_get func handling of multi VQ concurrent request.
Hi OH,
Remove this line.
This might casue a lots of logs for normal case. The corner case happens
rarely.
How about
while (1) {
vcpu = find_first_bit(ioreqs_map, dev->_ctx.max_vcpu);
if (vcpu
Hi OH,
Remove this line.
This might casue a lots of logs for normal case. The corner case happens
rarely.
How about
while (1) {
vcpu = find_first_bit(ioreqs_map, dev->_ctx.max_vcpu);
if (vcpu
|
By
Shuo A Liu
·
#10456
·
|
|
Re: [PATCH v2] HV: Add const qualifiers where required
Arindam Roy <arindam.roy@...> writes:
Reviewed-by: Junjie Mao <junjie.mao@...>
Please also include the scope of this patch in your commit log. I think
this patch covers the const
Arindam Roy <arindam.roy@...> writes:
Reviewed-by: Junjie Mao <junjie.mao@...>
Please also include the scope of this patch in your commit log. I think
this patch covers the const
|
By
Junjie Mao
·
#10455
·
|
|
Re: [PATCH v2] HV: Enclose debug specific code with #ifdef HV_DEBUG
#ifdef
Will fix it when PR.
By
Kaige Fu
·
#10454
·
|
|
Re: [PATCH 5/6] DM USB: xHCI: change flow of creation of virtual USB device
xgwu:
ok, will change.
thx.
xguw:
ok, will change.
thx.
xgwu:
change it to:
native_assign_ports -> port_map_tbl
native_assign_info -> native_dev_info
In futurn, should refine
xgwu:
ok, will change.
thx.
xguw:
ok, will change.
thx.
xgwu:
change it to:
native_assign_ports -> port_map_tbl
native_assign_info -> native_dev_info
In futurn, should refine
|
By
Wu, Xiaoguang
·
#10453
·
|