|
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
·
|
|
[V2 2/2] DM: Add endpoint index value check in doorbell write 2 messages
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 changed, 4 inserti
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 changed, 4 inserti
|
By
Long Liu
·
|
|
[V2 1/2] ACRN: DM: Refine the vhost_vsock_deinit function 2 messages
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 | 17 ++++++---
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 | 17 ++++++---
|
By
Long Liu
·
|
|
[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
·
|
|
[PATCH 2/2] ACRN: DM: Add endpoint index check in xhci register write 3 messages
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 changed, 1 ins
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 changed, 1 ins
|
By
Long Liu
·
|
|
[PATCH 1/2] ACRN: DM: Release vsock struct in case memory leak 4 messages
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 file changed
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 file changed
|
By
Long Liu
·
|
|
[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
·
|
|
[PATCH] ACRN: DM: USB-hot patch 3 messages
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 ++++++++++++++++++++++----- 3 files chan
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 ++++++++++++++++++++++----- 3 files chan
|
By
Long Liu
·
|
|
[PATCH 1/2] dm: remove ASL_COMPILER macro 4 messages
Previously ASL_COMPILER macro that indicates iasl location was passed from host build machine environment, this makes no sense on target machine. If user has a specific iasl path on host, then devicem
Previously ASL_COMPILER macro that indicates iasl location was passed from host build machine environment, this makes no sense on target machine. If user has a specific iasl path on host, then devicem
|
By
Victor Sun
·
|
|
[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
·
|
|
[PATCH v1] dm: vdisplay: fix comment typos. 2 messages
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 changed, 1 insertion(+), 1 del
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 changed, 1 insertion(+), 1 del
|
By
Sun, Peng
·
|
|
[PATCH 2/2] Makefile: remove ASL_COMPILER dependency 2 messages
Given ASL_COMPILER macro is removed from devicemodel, remove this dependency in devicemodel Makefile. Signed-off-by: Victor Sun <victor.sun@...> --- Makefile | 3 +-- devicemodel/Makefile | 4 ---- 2 fi
Given ASL_COMPILER macro is removed from devicemodel, remove this dependency in devicemodel Makefile. Signed-off-by: Victor Sun <victor.sun@...> --- Makefile | 3 +-- devicemodel/Makefile | 4 ---- 2 fi
|
By
Victor Sun
·
|
|
[V3] ACRN: DM: Fix the MSI mask and unmask bugs. 2 messages
The patch fix many bugs about the pci msi capabilities. 1. Fix the clear msi mask bit issues. 2. Initialize the offset of pci capabilities this variable will used as the output of pci_emul_find_capabi
The patch fix many bugs about the pci msi capabilities. 1. Fix the clear msi mask bit issues. 2. Initialize the offset of pci capabilities this variable will used as the output of pci_emul_find_capabi
|
By
Long Liu
·
|
|
[V2] ACRN: DM: Fix the MSI mask and unmask bugs.
The patch fix many bugs about the pci msi capabilities. 1. Fix the clear msi mask bit issues. 2. Initialize the offset of pci capabilities this variable will used as the output of pci_emul_find_capabi
The patch fix many bugs about the pci msi capabilities. 1. Fix the clear msi mask bit issues. 2. Initialize the offset of pci capabilities this variable will used as the output of pci_emul_find_capabi
|
By
Long Liu
·
|
|
[PATCH] ACRN: DM: Fix the MSI mask and unmask bugs. 4 messages
The patch fix the msi clear pending bit issue, add new struct element in the msicap struct, we will use this element by address pointer. Signed-off-by: Liu Long <long.liu@...> --- devicemodel/hw/pci/c
The patch fix the msi clear pending bit issue, add new struct element in the msicap struct, we will use this element by address pointer. Signed-off-by: Liu Long <long.liu@...> --- devicemodel/hw/pci/c
|
By
Long Liu
·
|
|
[PATCH] dm: add _CPC to guest ACPI when HWP is enabled 4 messages
When running WaaG, we need to enable HWP to boost performance in some scenarios. But when HWP is enabled in BIOS, windows does not turn on HWP driver automatically just like Linux does. It requires _C
When running WaaG, we need to enable HWP to boost performance in some scenarios. But when HWP is enabled in BIOS, windows does not turn on HWP driver automatically just like Linux does. It requires _C
|
By
Zhou, Wu
·
|
|
[PATCH] hv: compile out unused function if CONFIG_MULTIBOOT2 is disabled 2 messages
When CONFIG_MULTIBOOT2 is disabled, 'create_service_vm_efi_mmap_desc' is unused and build fails becuase [-Werror=unused-function] is set. boot/guest/bzimage_loader.c:188:17: error: 'create_service_vm_
When CONFIG_MULTIBOOT2 is disabled, 'create_service_vm_efi_mmap_desc' is unused and build fails becuase [-Werror=unused-function] is set. boot/guest/bzimage_loader.c:188:17: error: 'create_service_vm_
|
By
Calvin Zhang
·
|
|
[PATCH] misc: modify the logic of generate HV_RAM_START 3 messages
From: Chenli Wei <chenli.wei@...> The current code assume that there must be an HV_RAM_START element in the scenario and we will generate it if user have not set, the default value of HV_RAM_START is
From: Chenli Wei <chenli.wei@...> The current code assume that there must be an HV_RAM_START element in the scenario and we will generate it if user have not set, the default value of HV_RAM_START is
|
By
Chenli Wei
·
|
|
[PATCH v2] dm: vdisplay: terminate acrn-dm process when SDL init failed 2 messages
From: Sun Peng <peng.p.sun@...> Virtual display is component which based on native window system. This feature depended phisical monitor connected and graphic driver in SOS running correctly. If these
From: Sun Peng <peng.p.sun@...> Virtual display is component which based on native window system. This feature depended phisical monitor connected and graphic driver in SOS running correctly. If these
|
By
Sun, Peng
·
|
|
[PATCH v1] dm: vdisplay: terminate acrn-dm process when SDL init failed 2 messages
From: Sun Peng <peng.p.sun@...> Virtual display is component which based on native window system. This feature depended phisical monitor connected and graphic driver in SOS running correctly. If these
From: Sun Peng <peng.p.sun@...> Virtual display is component which based on native window system. This feature depended phisical monitor connected and graphic driver in SOS running correctly. If these
|
By
Sun, Peng
·
|