|
[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
·
|
|
Re: [PATCH v1] dm: vdisplay: fix comment typos.
Acked-by: Wang, Yu1 <yu1.wang@...>
Init -> init
Acked-by: Wang, Yu1 <yu1.wang@...>
Acked-by: Wang, Yu1 <yu1.wang@...>
Init -> init
Acked-by: Wang, Yu1 <yu1.wang@...>
|
By
Yu Wang
·
#36174
·
|
|
Re: [PATCH 2/2] Makefile: remove ASL_COMPILER dependency
Acked-by: Wang, Yu1 <yu1.wang@...>
Acked-by: Wang, Yu1 <yu1.wang@...>
|
By
Yu Wang
·
#36173
·
|
|
Re: [PATCH 1/2] dm: remove ASL_COMPILER macro
What's mean of 0x0d, 0x0c?
If it is 0x0d or 0x0c, should we add '\0' at the end?
What's mean of 0x0d, 0x0c?
If it is 0x0d or 0x0c, should we add '\0' at the end?
|
By
Yu Wang
·
#36172
·
|
|
[PATCH v1] dm: vdisplay: fix comment typos.
From: Sun Peng <peng.p.sun@...>
Fix some typos in output logs.
Tracked-on: #7747
Signed-off-by: Sun Peng <peng.p.sun@...>
---
devicemodel/hw/vdisplay_sdl.c | 2 +-
1 file
From: Sun Peng <peng.p.sun@...>
Fix some typos in output logs.
Tracked-on: #7747
Signed-off-by: Sun Peng <peng.p.sun@...>
---
devicemodel/hw/vdisplay_sdl.c | 2 +-
1 file
|
By
Sun, Peng
·
#36171
·
|
|
[PATCH 2/2] Makefile: remove ASL_COMPILER dependency
Given ASL_COMPILER macro is removed from devicemodel, remove this dependency
in devicemodel Makefile.
Signed-off-by: Victor Sun <victor.sun@...>
---
Makefile | 3 +--
Given ASL_COMPILER macro is removed from devicemodel, remove this dependency
in devicemodel Makefile.
Signed-off-by: Victor Sun <victor.sun@...>
---
Makefile | 3 +--
|
By
Victor Sun
·
#36170
·
|