|
[PATCH] misc: refine slot issue of launch script
From: Chenli Wei <chenli.wei@...> The current launch script allocate bdf for ivshmem by itself and have not get bdf from scenario. This patch refine the above logic and generate slot by user set
From: Chenli Wei <chenli.wei@...> The current launch script allocate bdf for ivshmem by itself and have not get bdf from scenario. This patch refine the above logic and generate slot by user set
|
By
Chenli Wei
· #36195
·
|
|
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. WW25 ACRN Modularization Introduction Chen Jason 6/15/2021 Special Notes: If you have Zoom connection issue by using web browser, please install & lau
Cancel this month’s modularization topic, thanks. WW25 ACRN Modularization Introduction Chen Jason 6/15/2021 Special Notes: If you have Zoom connection issue by using web browser, please install & lau
|
By
Zou, Terry
· #36194
·
|
|
[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
·
|
|
[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 change
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 change
|
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 index ch
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 index ch
|
By
Long Liu
· #36189
·
|
|
[PATCH 2/2] ACRN: DM: Add endpoint index check in xhci register write
Hi Yu,
By
Yonghua Huang
· #36188
·
|
|
[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
·
|
|
[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, please
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, please
|
By
Yu Wang
· #36186
·
|
|
[PATCH 1/2] ACRN: DM: Release vsock struct in case memory leak
By
Long Liu
· #36185
·
|
|
[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 ch
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 ch
|
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 ++++++++------ 1
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 ++++++++------ 1
|
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 endpoin
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 endpoin
|
By
Long Liu
· #36181
·
|
|
[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
·
|
|
[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
·
|
|
[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 - 5G -300M*num(num
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 - 5G -300M*num(num
|
By
Kunhui Li
· #36176
·
|