|
Canceled: 2022 ACRN Project Technical Community Meeting: @ Monthly 3rd Wednesday 4PM (China-Shanghai), Wednesday 10AM (Europe-Munich), Tuesday 1AM (US-West Coast)
Cancel this month’s modularization topic, thanks.WW25ACRN Modularization IntroductionChen Jason6/15/2021
Special Notes: If you have Zoom connection issue by usingweb browser, please install &
Cancel this month’s modularization topic, thanks.WW25ACRN Modularization IntroductionChen Jason6/15/2021
Special Notes: If you have Zoom connection issue by usingweb browser, please install &
|
By
Zou, Terry
·
#36194
·
|
|
Re: [V2 2/2] DM: Add endpoint index value check in doorbell write
Title: dm: xhci: Add max ep index checking in doorbell write emulation
Check max ep index in doorbell write function to avoid overwriting
the pci_xhci_dev_emu->eps[XHCI_MAX_ENDPOINTS].
UPRINTF(LWRN,
Title: dm: xhci: Add max ep index checking in doorbell write emulation
Check max ep index in doorbell write function to avoid overwriting
the pci_xhci_dev_emu->eps[XHCI_MAX_ENDPOINTS].
UPRINTF(LWRN,
|
By
Yu Wang
·
#36193
·
|
|
Re: [V2 1/2] ACRN: DM: Refine the vhost_vsock_deinit function
Title: dm: vsock: fix the memory leakage bug
Fix the memory leakage issue caused by incomplete deinit flow.
Acked-by: Wang, Yu1 <yu1.wang@...>
Title: dm: vsock: fix the memory leakage bug
Fix the memory leakage issue caused by incomplete deinit flow.
Acked-by: Wang, Yu1 <yu1.wang@...>
|
By
Yu Wang
·
#36192
·
|
|
[V2 2/2] DM: Add endpoint index value check in doorbell write
Add the endpint index value check in doorbell write function,
because the max index value is 32.
Signed-off-by: Liu Long <long.liu@...>
---
devicemodel/hw/pci/xhci.c | 4 ++++
1 file
Add the endpint index value check in doorbell write function,
because the max index value is 32.
Signed-off-by: Liu Long <long.liu@...>
---
devicemodel/hw/pci/xhci.c | 4 ++++
1 file
|
By
Long Liu
·
#36191
·
|
|
[V2 1/2] ACRN: DM: Refine the vhost_vsock_deinit function
In deinit function close the vhost_vsock fd and free the vhost_vsock
struct no matter the above logic.
Signed-off-by: Liu Long <long.liu@...>
---
devicemodel/hw/pci/virtio/vhost_vsock.c
In deinit function close the vhost_vsock fd and free the vhost_vsock
struct no matter the above logic.
Signed-off-by: Liu Long <long.liu@...>
---
devicemodel/hw/pci/virtio/vhost_vsock.c
|
By
Long Liu
·
#36190
·
|
|
[V2 0/2] Fix vsock and usb memory leak
v1-->v2
1. Refine the vhost_vsock_devinit function return void
2. Add the endpoint index value check log.
Liu Long (2):
ACRN: DM: Refine the vhost_vsock_deinit function
ACRN: DM: Add endpoint
v1-->v2
1. Refine the vhost_vsock_devinit function return void
2. Add the endpoint index value check log.
Liu Long (2):
ACRN: DM: Refine the vhost_vsock_deinit function
ACRN: DM: Add endpoint
|
By
Long Liu
·
#36189
·
|
|
Re: [PATCH 2/2] ACRN: DM: Add endpoint index check in xhci register write
Hi Yu,
By
Yonghua Huang
·
#36188
·
|
|
Re: [PATCH 1/2] ACRN: DM: Release vsock struct in case memory leak
In the vhost_vsock_deinit, it already close and free, why do it again?
In the vhost_vsock_deinit, it already close and free, why do it again?
|
By
Yu Wang
·
#36187
·
|
|
Re: [PATCH 2/2] ACRN: DM: Add endpoint index check in xhci register write
Is there any capability register to indicate the max supported endpoint
number? I haven't find it.
And why FE driver ring the nonexisting ep?
Another thing, this is not controller halted case,
Is there any capability register to indicate the max supported endpoint
number? I haven't find it.
And why FE driver ring the nonexisting ep?
Another thing, this is not controller halted case,
|
By
Yu Wang
·
#36186
·
|
|
Re: [PATCH 1/2] ACRN: DM: Release vsock struct in case memory leak
By
Long Liu
·
#36185
·
|
|
Re: [PATCH 1/2] ACRN: DM: Release vsock struct in case memory leak
return 0 for success or fail?
return 0 for success or fail?
|
By
Yu Wang
·
#36184
·
|
|
[PATCH 2/2] ACRN: DM: Add endpoint index check in xhci register write
Because the endpoint index max value is 32, add the index value
check in xhci register write function.
Signed-off-by: Liu Long <long.liu@...>
---
devicemodel/hw/pci/xhci.c | 2 +-
1 file
Because the endpoint index max value is 32, add the index value
check in xhci register write function.
Signed-off-by: Liu Long <long.liu@...>
---
devicemodel/hw/pci/xhci.c | 2 +-
1 file
|
By
Long Liu
·
#36183
·
|
|
[PATCH 1/2] ACRN: DM: Release vsock struct in case memory leak
When deinit the vhost vsock release the vhost vsock struct to prevent
memory leak.
Signed-off-by: Liu Long <long.liu@...>
---
devicemodel/hw/pci/virtio/vhost_vsock.c | 14 ++++++++------
When deinit the vhost vsock release the vhost vsock struct to prevent
memory leak.
Signed-off-by: Liu Long <long.liu@...>
---
devicemodel/hw/pci/virtio/vhost_vsock.c | 14 ++++++++------
|
By
Long Liu
·
#36182
·
|
|
[PATCH 0/2] Fix the Device USB and Vsock memory leak
1.Release the Vhost vsock when deinit the vsock.
2.Add endpoint index value check in xhci doorbell register write
Liu Long (2):
ACRN: DM: Release vsock struct in case memory leak
ACRN: DM: Add
1.Release the Vhost vsock when deinit the vsock.
2.Add endpoint index value check in xhci doorbell register write
Liu Long (2):
ACRN: DM: Release vsock struct in case memory leak
ACRN: DM: Add
|
By
Long Liu
·
#36181
·
|
|
Re: [PATCH] ACRN: DM: USB-hot patch
Sorry ,ignore this patch, will send out the formal version later.
Sorry ,ignore this patch, will send out the formal version later.
|
By
Long Liu
·
#36180
·
|
|
Re: [PATCH] ACRN: DM: USB-hot patch
Where's your commit message? Is this a debug patch? Why there are
"XXXX" print?
Where's your commit message? Is this a debug patch? Why there are
"XXXX" print?
|
By
Yu Wang
·
#36179
·
|
|
[PATCH] ACRN: DM: USB-hot patch
Signed-off-by: Liu Long <long.liu@...>
---
devicemodel/hw/pci/xhci.c | 1 +
devicemodel/hw/platform/usb_mouse.c | 1 +
devicemodel/hw/platform/usb_pmapper.c | 27
Signed-off-by: Liu Long <long.liu@...>
---
devicemodel/hw/pci/xhci.c | 1 +
devicemodel/hw/platform/usb_mouse.c | 1 +
devicemodel/hw/platform/usb_pmapper.c | 27
|
By
Long Liu
·
#36178
·
|
|
Re: [PATCH 1/2] dm: remove ASL_COMPILER macro
Cannot
Yes. That's better.
Please PR with the fix.
Acked-by: Wang, Yu1 <yu1.wang@...>
Cannot
Yes. That's better.
Please PR with the fix.
Acked-by: Wang, Yu1 <yu1.wang@...>
|
By
Yu Wang
·
#36177
·
|
|
[PATCH] config_tools: update the hugepage algorithm
update the hugepages algorithm as the following steps.
1. calculate the total hugepages of service vm using the formula.
"total memory*0.98 - the memory consumed by pre-launched VMs -
update the hugepages algorithm as the following steps.
1. calculate the total hugepages of service vm using the formula.
"total memory*0.98 - the memory consumed by pre-launched VMs -
|
By
Kunhui Li
·
#36176
·
|
|
Re: [PATCH 1/2] dm: remove ASL_COMPILER macro
By
Victor Sun
·
#36175
·
|