|
[PATCH] HV: io: drop REQ_STATE_FAILED
Now the DM has adopted the new VHM request state transitions and
REQ_STATE_FAILED is obsolete since neither VHM nor kernel mediators will set the
state to FAILED.
This patch drops the definition to
Now the DM has adopted the new VHM request state transitions and
REQ_STATE_FAILED is obsolete since neither VHM nor kernel mediators will set the
state to FAILED.
This patch drops the definition to
|
By
Junjie Mao
·
#10446
·
|
|
[PATCH v4 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.
Change-Id: I558941fe9e1f524b91358fb9bec4c96277fd5681
Signed-off-by:
Under multiple VQ use case, it is possible to have concurrent requests.
Added support to return multiple vq index from all vcpu.
Change-Id: I558941fe9e1f524b91358fb9bec4c96277fd5681
Signed-off-by:
|
By
Ong Hock Yu <ong.hock.yu@...>
·
#10445
·
|
|
[PATCH v2] HV: Enclose debug specific code with #ifdef HV_DEBUG
#ifdef
Thare some debug specific code which don't run on release version, such as vmexit_time,
vmexit_cnt, sbuf related codes, etc...
This patch enclose these codes with #ifdef HV_DEBUG.
---
v1 -> v2:
-
Thare some debug specific code which don't run on release version, such as vmexit_time,
vmexit_cnt, sbuf related codes, etc...
This patch enclose these codes with #ifdef HV_DEBUG.
---
v1 -> v2:
-
|
By
Kaige Fu
·
#10444
·
|
|
[PATCH] hv: treewide: fix 'Shifting value too far'
MISRA-C requires that shift operation cannot exceed the word length.
What this patch does:
- Add the pre condition for 'init_lapic' regarding to 'pcpu_id'
Currently, max 8 physical cpus are
MISRA-C requires that shift operation cannot exceed the word length.
What this patch does:
- Add the pre condition for 'init_lapic' regarding to 'pcpu_id'
Currently, max 8 physical cpus are
|
By
Shiqing Gao
·
#10443
·
|
|
[PATCH] drm/i915: fix a kernel panic issue of plane restriction
When plane restriction feature enabled in sevice os, there could be the
case that there're some CRTC's without a primary plane. If we don't
assign any plane of pipe A to sos, like
When plane restriction feature enabled in sevice os, there could be the
case that there're some CRTC's without a primary plane. If we don't
assign any plane of pipe A to sos, like
|
By
He, Min <min.he@...>
·
#10442
·
|
|
[RFC PATCH] hv: vioapic: simple vioapic set rte
1. do nothing if nothing changed.
2. update ptdev native ioapic rte when (a) something changed and
(b) the old rte interrupt mask is not masked or the new rte interrupt
mask is not
1. do nothing if nothing changed.
2. update ptdev native ioapic rte when (a) something changed and
(b) the old rte interrupt mask is not masked or the new rte interrupt
mask is not
|
By
Li, Fei1
·
#10441
·
|
|
[RFC PATCH] Simple vioapic set rte
Now the guest may change "Destination Field", "Trigger Mode", "Interrupt Input Pin Polarity"
even "Interrupt Vector" when "Interrupt Mask" not masked. So we should update the pass through
device
Now the guest may change "Destination Field", "Trigger Mode", "Interrupt Input Pin Polarity"
even "Interrupt Vector" when "Interrupt Mask" not masked. So we should update the pass through
device
|
By
Li, Fei1
·
#10440
·
|
|
Re: [PATCH v2] tools: acrntrace: Add ring buffer mode
Hi Eddie,
Per current implementation, we have removed the size limitation of log file and
store the trace data in current dir instead of /temp/. It is user's responsibility
to avoid running out of
Hi Eddie,
Per current implementation, we have removed the size limitation of log file and
store the trace data in current dir instead of /temp/. It is user's responsibility
to avoid running out of
|
By
Kaige Fu
·
#10439
·
|
|
Re: [PATCH v2] tools: acrntrace: Add ring buffer mode
This paragraph has been removed.
In current implementation, we store the trace data in current directory with no
size limitation. Now, it's user's responsibility to avoid running out of storage of
This paragraph has been removed.
In current implementation, we store the trace data in current directory with no
size limitation. Now, it's user's responsibility to avoid running out of storage of
|
By
Kaige Fu
·
#10438
·
|
|
Re: [PATCH 1/2] vhm: add ioeventfd support for ACRN hypervisor service module
Sure. I will change to
(p->wildcard || p->data == data)
Thanks
>
>
>
Sure. I will change to
(p->wildcard || p->data == data)
Thanks
>
>
>
|
By
Shuo A Liu
·
#10437
·
|
|
[PATCH v2] HV: Add const qualifiers where required
V1:
In order to better comply with MISRA C,
add const qualifiers whereeven required.
In the patch, these are being added to pointers
which are normally used in "get" functions.
V2: Corrected the
V1:
In order to better comply with MISRA C,
add const qualifiers whereeven required.
In the patch, these are being added to pointers
which are normally used in "get" functions.
V2: Corrected the
|
By
Arindam Roy <arindam.roy@...>
·
#10436
·
|
|
Re: [PATCH 0/3] add hkdf key derivation support based on mbedtls
The loc of code is 1731. (most of ~5900 loc are comments)
-------------------------------------------------------------------------------
Language files blank comment
The loc of code is 1731. (most of ~5900 loc are comments)
-------------------------------------------------------------------------------
Language files blank comment
|
By
Zhu, Bing
·
#10435
·
|
|
Re: [RFC PATCH 2/2] hv: add a dummy file to do compile time assert
Can we generate the OFFSET MACRO at build time?
Anthony
Can we generate the OFFSET MACRO at build time?
Anthony
|
By
Xu, Anthony
·
#10434
·
|
|
Re: [PATCH 0/3] add hkdf key derivation support based on mbedtls
15 files changed, 5975 insertions(+), 70 deletions(-)
This patch adds ~ 5900 LOC. Way too big, it increases the ACRN hypervisor code size by > 20%. that's my concern.
Any other solutions?
SOS is a
15 files changed, 5975 insertions(+), 70 deletions(-)
This patch adds ~ 5900 LOC. Way too big, it increases the ACRN hypervisor code size by > 20%. that's my concern.
Any other solutions?
SOS is a
|
By
Xu, Anthony
·
#10433
·
|
|
Re: [PATCH v2] tools: acrntrace: Add ring buffer mode
We don't want to complicate the debug tools too much. I remember we can already set the size of the log file. That is enough.
Thx Eddie
We don't want to complicate the debug tools too much. I remember we can already set the size of the log file. That is enough.
Thx Eddie
|
By
Eddie Dong
·
#10432
·
|
|
Re: [PATCH] hv: treewide: fix Macro redefine, usage -- and operation violations
Acked-by: Eddie Dong <eddie.dong@...>
This seems to be better to be "d--".
Acked-by: Eddie Dong <eddie.dong@...>
This seems to be better to be "d--".
|
By
Eddie Dong
·
#10431
·
|
|
Re: [PATCH v2 1/3] HV: Add the emulation of CPUID with 0x16 leaf
The vcpuid base on these assumption:
(1) if we don't plan to support this feature, we could filter it.
(2) if the leaf greater than the limit (base or enternal), we should return the value in the
The vcpuid base on these assumption:
(1) if we don't plan to support this feature, we could filter it.
(2) if the leaf greater than the limit (base or enternal), we should return the value in the
|
By
Li, Fei1
·
#10430
·
|
|
Re: [PATCH 5/6] DM USB: xHCI: change flow of creation of virtual USB device
I think it should be re-connection instead of disconnection, right?
Currently, the native S3 will disable the vbus for all xHCI ports and
re-drive during S3 resume. This behavior cause native USB
I think it should be re-connection instead of disconnection, right?
Currently, the native S3 will disable the vbus for all xHCI ports and
re-drive during S3 resume. This behavior cause native USB
|
By
Yu Wang
·
#10429
·
|
|
Re: [PATCH v2] tools:acrn-crashlog: Document of configuration file
I don't see a PR for this in GitHub. Can it be submitted there for review?
-- david
I don't see a PR for this in GitHub. Can it be submitted there for review?
-- david
|
By
Kinder, David B
·
#10428
·
|
|
Re: [PATCH v2] tools: acrntrace: Add ring buffer mode
By
Geoffroy Van Cutsem
·
#10427
·
|