|
[PATCH v6 2/5] config_tools: refine virtio gpu in launch script
From: Kunhui-Li <kunhuix.li@...> If display type is "Windows", the generated launch script will follow the below rule. "virtio-gpu,geometry=<width>x<height>+<x_off>+<y_off>,geometry=<width>x<height>+<
From: Kunhui-Li <kunhuix.li@...> If display type is "Windows", the generated launch script will follow the below rule. "virtio-gpu,geometry=<width>x<height>+<x_off>+<y_off>,geometry=<width>x<height>+<
|
By
Yang, Yu-chu
·
|
|
[PATCH v6 1/5] config_tools: refine virtio gpu device in the schema
From: Kunhui-Li <kunhuix.li@...> this patch refines virtio gpu device in the schema for new design. v5->v6 No change. Tracked-On: #7970 Signed-off-by: Kunhui-Li <kunhuix.li@...> Signed-off-by: Yang,Yu
From: Kunhui-Li <kunhuix.li@...> this patch refines virtio gpu device in the schema for new design. v5->v6 No change. Tracked-On: #7970 Signed-off-by: Kunhui-Li <kunhuix.li@...> Signed-off-by: Yang,Yu
|
By
Yang, Yu-chu
·
|
|
[PATCH v5 5/5] config_tools: add assertions for virtio gpu
2 messages
From: Kunhui-Li <kunhuix.li@...> 1. In the full screen mode, a VM supports 4 virtual displays at most. 2. A vm supports 2 virtual windows at most. 3. The monitor ID cannot be duplicated in the full sc
From: Kunhui-Li <kunhuix.li@...> 1. In the full screen mode, a VM supports 4 virtual displays at most. 2. A vm supports 2 virtual windows at most. 3. The monitor ID cannot be duplicated in the full sc
|
By
Yang, Yu-chu
·
|
|
[PATCH v5 4/5] config_tools: add virtio gpu widget
2 messages
From: Kunhui-Li <kunhuix.li@...> add virtio gpu widget for the new design. v4->v5 No changes. There is no default value of virtio GPU devices. Using assertion in virtio_devices.xsd to check the settin
From: Kunhui-Li <kunhuix.li@...> add virtio gpu widget for the new design. v4->v5 No changes. There is no default value of virtio GPU devices. Using assertion in virtio_devices.xsd to check the settin
|
By
Yang, Yu-chu
·
|
|
[PATCH v5 1/5] config_tools: refine virtio gpu device in the schema
2 messages
From: Kunhui-Li <kunhuix.li@...> this patch refines virtio gpu device in the schema for new design. v4->v5 1. make the elements of DisplayConfiguration minOccurs="0" 2. there is no default values of v
From: Kunhui-Li <kunhuix.li@...> this patch refines virtio gpu device in the schema for new design. v4->v5 1. make the elements of DisplayConfiguration minOccurs="0" 2. there is no default values of v
|
By
Yang, Yu-chu
·
|
|
[PATCH 2/3] hv: pci: use mmio_read/write directly
Use mmio_read/write directly. Signed-off-by: Fei Li <fei1.li@...> --- hypervisor/hw/pci.c | 29 +++-------------------------- 1 file changed, 3 insertions(+), 26 deletions(-) diff --git a/hypervisor/hw
Use mmio_read/write directly. Signed-off-by: Fei Li <fei1.li@...> --- hypervisor/hw/pci.c | 29 +++-------------------------- 1 file changed, 3 insertions(+), 26 deletions(-) diff --git a/hypervisor/hw
|
By
Li, Fei1
·
|
|
[PATCH 1/3] hv:io: wrap mmio read/write
When guest traps and wants to access a mmio region, the ACRN hypervisor doesn't know the mmio size the guest wants to access until the trap happens. In this case, ACRN should switch the mmio size and
When guest traps and wants to access a mmio region, the ACRN hypervisor doesn't know the mmio size the guest wants to access until the trap happens. In this case, ACRN should switch the mmio size and
|
By
Li, Fei1
·
|
|
[PATCH v5 2/5] config_tools: refine virtio gpu in launch script
From: Kunhui-Li <kunhuix.li@...> If display type is "Windows", the generated launch script will follow the below rule. "virtio-gpu,geometry=<width>x<height>+<x_off>+<y_off>,geometry=<width>x<height>+<
From: Kunhui-Li <kunhuix.li@...> If display type is "Windows", the generated launch script will follow the below rule. "virtio-gpu,geometry=<width>x<height>+<x_off>+<y_off>,geometry=<width>x<height>+<
|
By
Yang, Yu-chu
·
|
|
[PATCH v5 3/5] config_tools: update the upgrader.py script for virtio gpu
From: Kunhui-Li <kunhuix.li@...> this patch updates the upgrader.py script for virtio gpu. v4->v5 No change. Tracked-On: #7970 Signed-off-by: Kunhui-Li <kunhuix.li@...> Signed-off-by: Yang,Yu-chu <yu-
From: Kunhui-Li <kunhuix.li@...> this patch updates the upgrader.py script for virtio gpu. v4->v5 No change. Tracked-On: #7970 Signed-off-by: Kunhui-Li <kunhuix.li@...> Signed-off-by: Yang,Yu-chu <yu-
|
By
Yang, Yu-chu
·
|
|
[PATCH 0/3] Add Timed GPIO passthrough
By
Junjie Mao
·
|
|
回复: [acrn-dev] [PATCH 0/3] Add Timed GPIO passthrough
> -----邮件原件----- > 发件人: Dong, Eddie <eddie.dong@...> > 发送时间: Tuesday, October 18, 2022 5:55 AM > 收件人: acrn-dev@...; Wang, Yu1 <yu1.wang@...>; > Mao, Junjie <junjie.mao@...> > 抄送: Wei, Chenli <chenli.w
> -----邮件原件----- > 发件人: Dong, Eddie <eddie.dong@...> > 发送时间: Tuesday, October 18, 2022 5:55 AM > 收件人: acrn-dev@...; Wang, Yu1 <yu1.wang@...>; > Mao, Junjie <junjie.mao@...> > 抄送: Wei, Chenli <chenli.w
|
By
Chenli Wei
·
|
|
[PATCH v3] config_tools: board_inspector: parse bdf for ioport serial controler
2 messages
Add bdf infomation to ioport serial controler. v2->v3: Use 'get_bdf_from_realpath'. v1->v2: Parse tty*/device link instead of parse pci device infomation. Signed-off-by: Yuanyuan Zhao <yuanyuan.zhao@.
Add bdf infomation to ioport serial controler. v2->v3: Use 'get_bdf_from_realpath'. v1->v2: Parse tty*/device link instead of parse pci device infomation. Signed-off-by: Yuanyuan Zhao <yuanyuan.zhao@.
|
By
Zhao, Yuanyuan
·
|
|
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 0/3] Add Timed GPIO passthrough
3 messages
From: Chenli Wei <chenli.wei@...> This series patches add Timed GPIO passthrough feature for post-launched VM. 1 HV patch, add a handler to process the Timed GPIO register. 2 DM patch, add a parameter
From: Chenli Wei <chenli.wei@...> This series patches add Timed GPIO passthrough feature for post-launched VM. 1 HV patch, add a handler to process the Timed GPIO register. 2 DM patch, add a parameter
|
By
chenli.wei
·
|
|
[PATCH v4 1/2] hv: prevent VMs make pCPU enter C-state.
6 messages
If a shared pCPU enters C-State by a vCPU runs on it, pPCU may can't wake on time when other vCPUs use it. So add a new guest_flag 'GUEST_FLAG_OWN_PCPU' which used to tell hypervisor if a VM exclusive
If a shared pCPU enters C-State by a vCPU runs on it, pPCU may can't wake on time when other vCPUs use it. So add a new guest_flag 'GUEST_FLAG_OWN_PCPU' which used to tell hypervisor if a VM exclusive
|
By
Zhao, Yuanyuan
·
|
|
[PATCH v2] config_tools: board_inspector: parse bdf for ioport serial controler
3 messages
Add bdf infomation to ioport serial controler. v1->v2: Parse tty*/device link instead of parse pci device infomation. Signed-off-by: Yuanyuan Zhao <yuanyuan.zhao@...> --- misc/config_tools/board_inspe
Add bdf infomation to ioport serial controler. v1->v2: Parse tty*/device link instead of parse pci device infomation. Signed-off-by: Yuanyuan Zhao <yuanyuan.zhao@...> --- misc/config_tools/board_inspe
|
By
Zhao, Yuanyuan
·
|
|
[PATCH 1/3] hv: add Timed GPIO process handler
2 messages
From: Chenli Wei <chenli.wei@...> We need assign TGPIO to some VM, but the TGPIO register in a common page which we can't assign to user VM directly. So, this patch add a handler to process the regist
From: Chenli Wei <chenli.wei@...> We need assign TGPIO to some VM, but the TGPIO register in a common page which we can't assign to user VM directly. So, this patch add a handler to process the regist
|
By
chenli.wei
·
|
|
[PATCH 3/3] dm: add Timed GPIO parameter
From: Chenli Wei <chenli.wei@...> This patch add a Timed GPIO parameter to enable Timed GPIO passthrough and create a ACPI table for post-launched VM when user enable it by the launch script. Tracked-
From: Chenli Wei <chenli.wei@...> This patch add a Timed GPIO parameter to enable Timed GPIO passthrough and create a ACPI table for post-launched VM when user enable it by the launch script. Tracked-
|
By
chenli.wei
·
|
|
[PATCH 2/3] misc: add element to config Timed GPIO
From: Chenli Wei <chenli.wei@...> We need passthrough Timed GPIO to post-launched VM, this patch add a "tgpio_enable" element to enable Timed GPIO passthorugh. Tracked-On: #6690 Signed-off-by: Chenli
From: Chenli Wei <chenli.wei@...> We need passthrough Timed GPIO to post-launched VM, this patch add a "tgpio_enable" element to enable Timed GPIO passthorugh. Tracked-On: #6690 Signed-off-by: Chenli
|
By
chenli.wei
·
|
|
[PATCH v4 5/5] config_tools: add assertions for virtio gpu
2 messages
From: Kunhui-Li <kunhuix.li@...> 1. In the full screen mode, a VM supports 4 virtual displays at most. 2. A vm supports 2 virtual windows at most. 3. The monitor ID cannot be duplicated in the full sc
From: Kunhui-Li <kunhuix.li@...> 1. In the full screen mode, a VM supports 4 virtual displays at most. 2. A vm supports 2 virtual windows at most. 3. The monitor ID cannot be duplicated in the full sc
|
By
Yang, Yu-chu
·
|