|
[PATCH v2] refine memory allocation for vm 2 messages
From 4fbf221ecb44650629dd4fe0dab51bed95704182 Mon Sep 17 00:00:00 2001 From: Ziheng Li <ziheng.li@...> Date: Fri, 22 Apr 2022 20:50:13 +0800 Subject: [PATCH v2] refine memory allocation for vm 1.The m
From 4fbf221ecb44650629dd4fe0dab51bed95704182 Mon Sep 17 00:00:00 2001 From: Ziheng Li <ziheng.li@...> Date: Fri, 22 Apr 2022 20:50:13 +0800 Subject: [PATCH v2] refine memory allocation for vm 1.The m
|
By
Li, Ziheng
·
|
|
[PATCH] dm: optimize the sub parameter of "-s" compatibility 6 messages
This patch checks the change of "-s" sub parameters, which was obsoleted or moved and the print some warnings msg or show the new format. The following obsoleted parameters are covered: -s ,pci-gvt -s
This patch checks the change of "-s" sub parameters, which was obsoleted or moved and the print some warnings msg or show the new format. The following obsoleted parameters are covered: -s ,pci-gvt -s
|
By
chenli.wei
·
|
|
[PATCH v2] config_tools: update the text format of backend_device_file
Currently, the “backend_device_file” entry is a text combination of the elements `//device-classes/inputs/input/name` and `//device-classes/inputs/input/phys`. The format <name>:<phys> is shown in UI
Currently, the “backend_device_file” entry is a text combination of the elements `//device-classes/inputs/input/name` and `//device-classes/inputs/input/phys`. The format <name>:<phys> is shown in UI
|
By
Kunhui Li
·
|
|
[=v2] ACRN: DM: Implement vhost vsock dm backend. 6 messages
The patch implement vhost vsock device model backend. This pach is mainly implement the operation to linux driver dev /dev/vhost-vsock and virtio vhost. Signed-off-by: Liu Long <long.liu@...> --- devi
The patch implement vhost vsock device model backend. This pach is mainly implement the operation to linux driver dev /dev/vhost-vsock and virtio vhost. Signed-off-by: Liu Long <long.liu@...> --- devi
|
By
Long Liu
·
|
|
[PATCH v2] [DX][DX]Board Inspector Behaviors Improvement
From 6a66ef98973a09e320e0d92b4eb6afb223ae7b79 Mon Sep 17 00:00:00 2001 From: Ziheng Li <ziheng.li@...> Date: Thu, 28 Apr 2022 16:24:26 +0800 Subject: [PATCH v2] [DX][DX]Board Inspector Behaviors Impro
From 6a66ef98973a09e320e0d92b4eb6afb223ae7b79 Mon Sep 17 00:00:00 2001 From: Ziheng Li <ziheng.li@...> Date: Thu, 28 Apr 2022 16:24:26 +0800 Subject: [PATCH v2] [DX][DX]Board Inspector Behaviors Impro
|
By
Li, Ziheng
·
|
|
[PATCH 1/2] misc: add vUART channel for s5 feature
"S5" is one of the ACPI sleep states which means the function to shut down the VMs. On ACRN, the User VM must be shut down before powering off the Service VM, so we need a vUART channel to communicate
"S5" is one of the ACPI sleep states which means the function to shut down the VMs. On ACRN, the User VM must be shut down before powering off the Service VM, so we need a vUART channel to communicate
|
By
chenli.wei
·
|
|
[PATCH 0/2] Add vUART channel for s5 feature
"S5" is one of the ACPI sleep states which means the function to shut down the VMs. On ACRN, the User VM must be shut down before powering off the Service VM, so we need a vUART channel to communicate
"S5" is one of the ACPI sleep states which means the function to shut down the VMs. On ACRN, the User VM must be shut down before powering off the Service VM, so we need a vUART channel to communicate
|
By
chenli.wei
·
|
|
[PATCH v3] config_tools: update the hugepage algorithm 2 messages
update the hugepages algorithm as the following steps. 1. calculate the total hugepages of service vm using the formula. "total memory - the memory consumed by pre-launched VMs - 3G -1G(memory need by
update the hugepages algorithm as the following steps. 1. calculate the total hugepages of service vm using the formula. "total memory - the memory consumed by pre-launched VMs - 3G -1G(memory need by
|
By
Kunhui Li
·
|
|
[PATCH] config_tools: update the text format of backend_device_file 2 messages
Currently, the “backend_device_file” entry is a text combination of the elements `//device-classes/inputs/input/name` and `//device-classes/inputs/input/phys`. The format <name>:<phys> is shown in UI
Currently, the “backend_device_file” entry is a text combination of the elements `//device-classes/inputs/input/name` and `//device-classes/inputs/input/phys`. The format <name>:<phys> is shown in UI
|
By
Kunhui Li
·
|
|
[PATCH 3/3] ACRN:VGPU: Virtio_gpu_init calls the vdpy_init before vdpy_get_display_info 2 messages
Now vdpy_get_display_info/get_edid is called before vdpy_init. This is incorrect. They should be called after setting up the connection with vdisplay. Signed-off-by: Zhao Yakui <yakui.zhao@...> --- de
Now vdpy_get_display_info/get_edid is called before vdpy_init. This is incorrect. They should be called after setting up the connection with vdisplay. Signed-off-by: Zhao Yakui <yakui.zhao@...> --- de
|
By
Zhao, Yakui
·
|
|
[PATCH] misc: configurator: Open folder callback bugfix
From: Yifan Liu <yifan1.liu@...> Open folder callback should append a path split after selecting working folder, same way as it did with default one. Signed-off-by: Yifan Liu <yifan1.liu@...> --- .../
From: Yifan Liu <yifan1.liu@...> Open folder callback should append a path split after selecting working folder, same way as it did with default one. Signed-off-by: Yifan Liu <yifan1.liu@...> --- .../
|
By
Liu, Yifan1
·
|
|
[PATCH 2/3] ACRN:VGPU: Add the missing initialization of vdisplay info 2 messages
Now some fileds are not initialized, which causes that ACRN-DM doesn't handle the request of VIRTIO_GPU_CMD_GET_DISPLAY_INFO and VIRTIO_GPU_CMD_GET_EDID. Signed-off-by: Zhao Yakui <yakui.zhao@...> ---
Now some fileds are not initialized, which causes that ACRN-DM doesn't handle the request of VIRTIO_GPU_CMD_GET_DISPLAY_INFO and VIRTIO_GPU_CMD_GET_EDID. Signed-off-by: Zhao Yakui <yakui.zhao@...> ---
|
By
Zhao, Yakui
·
|
|
[PATCH 1/3] ACRN:VGPU: Fix the incorrect logic of fetching EDID 2 messages
The virtio_gpu in guest_vm will try to fetch the EDID to query the supported resolution. Guest vm will send the cmd of VIRTIO_GPU_CMD_GET_EDID and receive the response of VIRTIO_GPU_RESP_OK_EDID. Now
The virtio_gpu in guest_vm will try to fetch the EDID to query the supported resolution. Guest vm will send the cmd of VIRTIO_GPU_CMD_GET_EDID and receive the response of VIRTIO_GPU_RESP_OK_EDID. Now
|
By
Zhao, Yakui
·
|
|
[PATCH 0/3] ACRN:VGPU: Fix the issue of incorrect EDID/DISPLAY_INFO
The virtio_gpu in guest_vm will try to fetch the EDID/Display_info to query the supported resolution. Now acrn-dm doesn't handle the request of VIRTIO_GPU_CMD_GET_EDID/VIRTIO_GPU_CMD_GET_DISPLAY_INFO.
The virtio_gpu in guest_vm will try to fetch the EDID/Display_info to query the supported resolution. Now acrn-dm doesn't handle the request of VIRTIO_GPU_CMD_GET_EDID/VIRTIO_GPU_CMD_GET_DISPLAY_INFO.
|
By
Zhao, Yakui
·
|
|
[PATCH] misc: configurator: Re-assign VMID based on load order
From: Yifan Liu <yifan1.liu@...> Previously if user creates a shared scenario and adds a pre-launched VM, the pre-launched VM will be assigned a VMID that's greater than service VM, which will be bloc
From: Yifan Liu <yifan1.liu@...> Previously if user creates a shared scenario and adds a pre-launched VM, the pre-launched VM will be assigned a VMID that's greater than service VM, which will be bloc
|
By
Liu, Yifan1
·
|
|
[PATCH v3 3/7] hv: support 12 hour mode
Add support for hour format. Bit 1 of register B indicates the hour byte format. When it's 0, twelve-hour mode is selected. Then the seventh bit of hour register presents AM as 0 and PM as 1. Signed-o
Add support for hour format. Bit 1 of register B indicates the hour byte format. When it's 0, twelve-hour mode is selected. Then the seventh bit of hour register presents AM as 0 and PM as 1. Signed-o
|
By
Zhao, Yuanyuan
·
|
|
[PATCH v3 0/7] add vRTC write emulate
By
Zhao, Yuanyuan
·
|
|
[PATCH v2 0/6] add vRTC write emulate 3 messages
Now ACRN would emulate vRTC for non-RT pre-launched VM, RTVM and Service VM. For vRTC read, ACRN would only return the the physical RTC register value; for vRTC write, ACRN would ignore it. New reques
Now ACRN would emulate vRTC for non-RT pre-launched VM, RTVM and Service VM. For vRTC read, ACRN would only return the the physical RTC register value; for vRTC write, ACRN would ignore it. New reques
|
By
Zhao, Yuanyuan
·
|
|
[PATCH v2] config_tools: update the hugepage algorithm 3 messages
update the hugepages algorithm as the following steps. 1. calculate the total hugepages of service vm using the formula. "total memory - the memory consumed by pre-launched VMs - 3G -1G(memory need by
update the hugepages algorithm as the following steps. 1. calculate the total hugepages of service vm using the formula. "total memory - the memory consumed by pre-launched VMs - 3G -1G(memory need by
|
By
Kunhui Li
·
|
|
[PATCH] misc: config_tools: Add Check for RTVM pCPU assignment 2 messages
From: Yifan Liu <yifan1.liu@...> Previously we have checks to make sure pre-launched RTVM does not share pCPU with others. This patch extends this check to all RTVMs. Signed-off-by: Yifan Liu <yifan1.
From: Yifan Liu <yifan1.liu@...> Previously we have checks to make sure pre-launched RTVM does not share pCPU with others. This patch extends this check to all RTVMs. Signed-off-by: Yifan Liu <yifan1.
|
By
Liu, Yifan1
·
|