|
Canceled: 2022 ACRN Project Technical Community Meeting: @ Monthly 3rd Wednesday 4PM (China-Shanghai), Wednesday 10AM (Europe-Munich), Tuesday 1AM (US-West Coast)
Special Notes: If you have Zoom connection issue by using web browser, please install & launch Zoom application, manually input the meeting ID (320664063) to join the Zoom meeting. Agenda & Archives:
Special Notes: If you have Zoom connection issue by using web browser, please install & launch Zoom application, manually input the meeting ID (320664063) to join the Zoom meeting. Agenda & Archives:
|
By
Zou, Terry
·
|
|
[PATCH v2] config_tools: set 'own_pcpu' of RTVM
4 messages
From: Yuanyua Zhao <yuanyuan.zhao@...> For STANDARD_VM 'own_pcpu' default value is 'n'. But RTVM always own pCPUs. So check 'own_pcpu' of RTVM and make sure it's set to 'y'. Signed-off-by: Yuanyua Zha
From: Yuanyua Zhao <yuanyuan.zhao@...> For STANDARD_VM 'own_pcpu' default value is 'n'. But RTVM always own pCPUs. So check 'own_pcpu' of RTVM and make sure it's set to 'y'. Signed-off-by: Yuanyua Zha
|
By
Zhao, Yuanyuan
·
|
|
[PATCH] asyncio: refine the setup ioctl
2 messages
Remove the common interface for sbuf setup, as it is not accept by kernel side. Instead, use dedicate setup function for asyncio to init its sbuf. Signed-off-by: Conghui <conghui.chen@...> --- devicem
Remove the common interface for sbuf setup, as it is not accept by kernel side. Instead, use dedicate setup function for asyncio to init its sbuf. Signed-off-by: Conghui <conghui.chen@...> --- devicem
|
By
Conghui Chen
·
|
|
[PATCH] hv: support for pci uart with high mmio
4 messages
to enable early print output by pci uart, which has mmio address above 4G, add the early pagetable map for the MMIO range. we make an assumption that only map it with 2MB page, since platform with 39b
to enable early print output by pci uart, which has mmio address above 4G, add the early pagetable map for the MMIO range. we make an assumption that only map it with 2MB page, since platform with 39b
|
By
hangliu1
·
|
|
[PATCH] config_tools: expose own_pcpu to RTVM
3 messages
From: Yuanyuan Zhao <yuanyuan.zhao@...> Expose own_pcpu widget to RTVM. Fix the value to true for RTVM always own pcpus. Signed-off-by: Yuanyuan Zhao <yuanyuan.zhao@...> --- .../pages/Config/ConfigFor
From: Yuanyuan Zhao <yuanyuan.zhao@...> Expose own_pcpu widget to RTVM. Fix the value to true for RTVM always own pcpus. Signed-off-by: Yuanyuan Zhao <yuanyuan.zhao@...> --- .../pages/Config/ConfigFor
|
By
Zhao, Yuanyuan
·
|
|
[PATCH v3] config-tools: board inspector exits if the VMD is configured
2 messages
From: yuchuyang <yu-chu.yang@...> Board inspector does not support multiple PCI segment. Stop running and throw out the message for user to disable VMD from BIOS setting. v2->v3 Refine the logger mess
From: yuchuyang <yu-chu.yang@...> Board inspector does not support multiple PCI segment. Stop running and throw out the message for user to disable VMD from BIOS setting. v2->v3 Refine the logger mess
|
By
Yang, Yu-chu
·
|
|
[PATCH v2] hv: support for pci uart with high mmio
to enable early print output by pci uart, which has mmio address above 4G, add the early pagetable map for the MMIO range. we make an assumption that only map it with 2MB page, since platform with 39b
to enable early print output by pci uart, which has mmio address above 4G, add the early pagetable map for the MMIO range. we make an assumption that only map it with 2MB page, since platform with 39b
|
By
hangliu1
·
|
|
[PATCH v2] config-tools: board inspector exits if the VMD is configured
2 messages
From: yuchuyang <yu-chu.yang@...> Board inspector does not support multiple PCI segment. Stop running and throw out the message for user to disable VMD from BIOS setting. v1->v2 Refine check_pci_domai
From: yuchuyang <yu-chu.yang@...> Board inspector does not support multiple PCI segment. Stop running and throw out the message for user to disable VMD from BIOS setting. v1->v2 Refine check_pci_domai
|
By
Yang, Yu-chu
·
|
|
[PATCH v1] config-tools: board inspector does not exit if a usb device is unplugged
2 messages
From: yuchuyang <yu-chu.yang@...> Board inspector may throw an error if a usb device is unplugged or disconnected while extracting usb device information. Print out the debug message and continue pars
From: yuchuyang <yu-chu.yang@...> Board inspector may throw an error if a usb device is unplugged or disconnected while extracting usb device information. Print out the debug message and continue pars
|
By
Yang, Yu-chu
·
|
|
[PATCH v1] config-tools: board inspector exits if the VMD is configured
4 messages
From: yuchuyang <yu-chu.yang@...> Board inspector does not support multiple PCI segment. Stop running and throw out the message for user to disable VMD from BIOS setting. Signed-off-by: yuchuyang <yu-
From: yuchuyang <yu-chu.yang@...> Board inspector does not support multiple PCI segment. Stop running and throw out the message for user to disable VMD from BIOS setting. Signed-off-by: yuchuyang <yu-
|
By
Yang, Yu-chu
·
|
|
[PATCH] ACRN:DM: Fix the vhost register kick fd issue.
2 messages
Add the new parameter for register ioevent function, let the vhost vq and viothread vq can share the register ioevent common API. Signed-off-by: Liu Long <long.liu@...> --- devicemodel/hw/pci/virtio/v
Add the new parameter for register ioevent function, let the vhost vq and viothread vq can share the register ioevent common API. Signed-off-by: Liu Long <long.liu@...> --- devicemodel/hw/pci/virtio/v
|
By
Long Liu
·
|
|
[PATCH v3] config-tools: improve the message of 95-usb.py
From: yuchuyang <yu-chu.yang@...> Improve the logging message of extracting USB device information. v2->v3 add device name to logging message. Signed-off-by: yuchuyang <yu-chu.yang@...> --- .../board_
From: yuchuyang <yu-chu.yang@...> Improve the logging message of extracting USB device information. v2->v3 add device name to logging message. Signed-off-by: yuchuyang <yu-chu.yang@...> --- .../board_
|
By
Yang, Yu-chu
·
|
|
[PATCH V2] hv dm: change the version format
6 messages
From: Zhangwei6 <wei6.zhang@...> The version info is used to tell the user when and where the binary is compiled and built, this will change the hv and dm version format. The hv follows the format: ma
From: Zhangwei6 <wei6.zhang@...> The version info is used to tell the user when and where the binary is compiled and built, this will change the hv and dm version format. The hv follows the format: ma
|
By
Zhang, Wei6
·
|
|
[PATCH v2] ignore debuild intermediate files
2 messages
ignore debuild intermediate files in .gitignore to avoid these files pollute acrn-hypervisor repo when using debuild to build acrn. Signed-off-by: szhen11 <shuang.zheng@...> --- .gitignore | 24 ++++++
ignore debuild intermediate files in .gitignore to avoid these files pollute acrn-hypervisor repo when using debuild to build acrn. Signed-off-by: szhen11 <shuang.zheng@...> --- .gitignore | 24 ++++++
|
By
Zheng, Shuang
·
|
|
[PATCH v2] config-tools: improve the message of 95-usb.py
3 messages
From: yuchuyang <yu-chu.yang@...> Improve the logging message of extracting USB device information. v1->v2 Using the error message for logging. Signed-off-by: yuchuyang <yu-chu.yang@...> --- .../board
From: yuchuyang <yu-chu.yang@...> Improve the logging message of extracting USB device information. v1->v2 Using the error message for logging. Signed-off-by: yuchuyang <yu-chu.yang@...> --- .../board
|
By
Yang, Yu-chu
·
|
|
[PATCH] hv: change the version format
7 messages
From: Zhang Wei <wei6.zhang@...> hv version info is used to tell the user when and where the hv is compiled and built, this change will make it easy to read and undersatnd. It follows bellow format: r
From: Zhang Wei <wei6.zhang@...> hv version info is used to tell the user when and where the hv is compiled and built, this change will make it easy to read and undersatnd. It follows bellow format: r
|
By
Zhang, Wei6
·
|
|
[PATCH] ignore debuild intermediate files
2 messages
ignore debuild intermediate files in .gitignore to avoid these files pollute acrn-hypervisor repo when using debuild to build acrn. Signed-off-by: szhen11 <shuang.zheng@...> --- .gitignore | 39 ++++++
ignore debuild intermediate files in .gitignore to avoid these files pollute acrn-hypervisor repo when using debuild to build acrn. Signed-off-by: szhen11 <shuang.zheng@...> --- .gitignore | 39 ++++++
|
By
Zheng, Shuang
·
|
|
Canceled: 2022 ACRN Project Technical Community Meeting: @ Monthly 3rd Wednesday 4PM (China-Shanghai), Wednesday 10AM (Europe-Munich), Tuesday 1AM (US-West Coast)
Special Notes: If you have Zoom connection issue by using web browser, please install & launch Zoom application, manually input the meeting ID (320664063) to join the Zoom meeting. Agenda & Archives:
Special Notes: If you have Zoom connection issue by using web browser, please install & launch Zoom application, manually input the meeting ID (320664063) to join the Zoom meeting. Agenda & Archives:
|
By
Zou, Terry
·
|
|
[PATCH v2 2/3] dm:ivi:fix NULL pointer dereference risk in vdisplay
3 messages
From: Yonghua Huang <yonghua.huang@...> this patch fix several issues that NULL pointers maybe be dereferenced in display module. Signed-off-by: Yonghua Huang <yonghua.huang@...> --- devicemodel/hw/pc
From: Yonghua Huang <yonghua.huang@...> this patch fix several issues that NULL pointers maybe be dereferenced in display module. Signed-off-by: Yonghua Huang <yonghua.huang@...> --- devicemodel/hw/pc
|
By
Yonghua Huang
·
|
|
[PATCH 1/3] dm: fix NULL pointer dereference risk in vhost vsock
4 messages
From: Yonghua Huang <yonghua.huang@...> Pointer 'vsock->vhost_vsock' returned from call to function 'vhost_vsock_init' may be NULL and will be dereferenced when calling 'vhost_vsock_set_guest_cid()'.
From: Yonghua Huang <yonghua.huang@...> Pointer 'vsock->vhost_vsock' returned from call to function 'vhost_vsock_init' may be NULL and will be dereferenced when calling 'vhost_vsock_set_guest_cid()'.
|
By
Yonghua Huang
·
|