|
Re: [PATCH 4/6] DM USB: xHCI: refine port assignment logic
xgwu:
will use macro to express, like the following:
#define NATIVE_PORT_ASSIGNED(bus, port)
(native_assign_ports[(bus)][(port)] != 0)
ok, will change. thanks
xgwu:
will use macro to express, like the following:
#define NATIVE_PORT_ASSIGNED(bus, port)
(native_assign_ports[(bus)][(port)] != 0)
ok, will change. thanks
|
By
Wu, Xiaoguang
·
#10452
·
|
|
Re: [PATCH 3/6] DM USB: introduce struct usb_native_devinfo
xgwu:
will change, thanks.
xgwu:
try to change, thanks.
xgwu:
try to merge them as one.thanks.
xgwu:
will change, thanks.
xgwu:
try to change, thanks.
xgwu:
try to merge them as one.thanks.
|
By
Wu, Xiaoguang
·
#10451
·
|
|
Re: [PATCH 2/6] DM USB: xHCI: refine xHCI PORTSC Register related functions
xgwu:
i will remove intr and add it in later patch as 'need_intr', including function parameters.
Thx.
xgwu:
change to need_intr, Thx
xgwu:
ok, will change. Thx
xgwu:
i will remove intr and add it in later patch as 'need_intr', including function parameters.
Thx.
xgwu:
change to need_intr, Thx
xgwu:
ok, will change. Thx
|
By
Wu, Xiaoguang
·
#10450
·
|
|
Re: [PATCH] hv: treewide: fix 'Shifting value too far'
Acked-by: Eddie Dong <eddie.dong@...>
Acked-by: Eddie Dong <eddie.dong@...>
|
By
Eddie Dong
·
#10449
·
|
|
Re: [PATCH v2] HV: Enclose debug specific code with #ifdef HV_DEBUG
#ifdef
By
Eddie Dong
·
#10448
·
|
|
Re: [PATCH] HV: io: drop REQ_STATE_FAILED
Acked-by: Eddie Dong <eddie.dong@...>
Acked-by: Eddie Dong <eddie.dong@...>
|
By
Eddie Dong
·
#10447
·
|
|
[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
·
|