|
[PATCH v3 2/3] dm: vdisplay: Remove 1280x720 resolution
From: Sun Peng <peng.p.sun@...> 1280x720 resolution will crash IDD of windows guest. To simplise, just remove this mode. Tracked-On: #7507 Signed-off-by: Sun Peng <peng.p.sun@...> Acked-by: Wang, Yu1
From: Sun Peng <peng.p.sun@...> 1280x720 resolution will crash IDD of windows guest. To simplise, just remove this mode. Tracked-On: #7507 Signed-off-by: Sun Peng <peng.p.sun@...> Acked-by: Wang, Yu1
|
By
Sun, Peng
·
|
|
[PATCH v3 1/3] dm: vdisplay: Remove modes filter in EDID generation
From: Sun Peng <peng.p.sun@...> All the modes that vdisplay supported should be reported to driver, then driver should select the modes which report to OS. Tracked-On: #7507 Signed-off-by: Sun Peng <p
From: Sun Peng <peng.p.sun@...> All the modes that vdisplay supported should be reported to driver, then driver should select the modes which report to OS. Tracked-On: #7507 Signed-off-by: Sun Peng <p
|
By
Sun, Peng
·
|
|
[PATCH v2 1/3] dm: vdisplay: Remove modes filter in EDID generation 4 messages
From: Sun Peng <peng.p.sun@...> All the modes that vdisplay supported should be reported to driver, then driver should select the modes which report to OS. Tracked-On: #7507 Signed-off-by: Sun Peng <p
From: Sun Peng <peng.p.sun@...> All the modes that vdisplay supported should be reported to driver, then driver should select the modes which report to OS. Tracked-On: #7507 Signed-off-by: Sun Peng <p
|
By
Sun, Peng
·
|
|
[RFC PATCH] misc: Add new acrn:widget-options: ui-applicable-vms 4 messages
From: Yifan Liu <yifan1.liu@...> In some cases we would like the "acrn:applicable-vms" property to be effective only in UI. E.g., we would like to hide cpu affinity configurations from Service VM, but
From: Yifan Liu <yifan1.liu@...> In some cases we would like the "acrn:applicable-vms" property to be effective only in UI. E.g., we would like to hide cpu affinity configurations from Service VM, but
|
By
Liu, Yifan1
·
|
|
[PATCH v2 3/3] dm: vdisplay: add modes supported by Windows virtio-gpu driver 2 messages
From: Sun Peng <peng.p.sun@...> Add 1280x1024@75, 1024x768@75, 1600x1200@60, 1600x900@60 modes. Tracked-On: #7507 Signed-off-by: Sun Peng <peng.p.sun@...> --- devicemodel/hw/vdisplay_sdl.c | 6 +++++-
From: Sun Peng <peng.p.sun@...> Add 1280x1024@75, 1024x768@75, 1600x1200@60, 1600x900@60 modes. Tracked-On: #7507 Signed-off-by: Sun Peng <peng.p.sun@...> --- devicemodel/hw/vdisplay_sdl.c | 6 +++++-
|
By
Sun, Peng
·
|
|
[PATCH v2 2/3] dm: vdisplay: Remove 1280x720 resolution 2 messages
From: Sun Peng <peng.p.sun@...> 1280x720 resolution will crash IDD of windows guest. To simplise, just remove this mode. Tracked-On: #7507 Signed-off-by: Sun Peng <peng.p.sun@...> --- devicemodel/hw/v
From: Sun Peng <peng.p.sun@...> 1280x720 resolution will crash IDD of windows guest. To simplise, just remove this mode. Tracked-On: #7507 Signed-off-by: Sun Peng <peng.p.sun@...> --- devicemodel/hw/v
|
By
Sun, Peng
·
|
|
[PATCH v2 0/3] Fix patches to acrn-8899
From: Sun Peng <peng.p.sun@...> v2: Split into 3 patches. Sun Peng (3): dm: vdisplay: Remove modes filter in EDID generation dm: vdisplay: Remove 1280x720 resolution dm: vdisplay: add modes supported
From: Sun Peng <peng.p.sun@...> v2: Split into 3 patches. Sun Peng (3): dm: vdisplay: Remove modes filter in EDID generation dm: vdisplay: Remove 1280x720 resolution dm: vdisplay: add modes supported
|
By
Sun, Peng
·
|
|
[PATCH v2] config_tools: hide tty and sock in UI 2 messages
For virtio console, in order to hide tty and sock backend types, change "xs:sequence" to "xs:all" in the XML schema to slice the backend type list and update backend type to "BasicVirtioConsoleBackend
For virtio console, in order to hide tty and sock backend types, change "xs:sequence" to "xs:all" in the XML schema to slice the backend type list and update backend type to "BasicVirtioConsoleBackend
|
By
Kunhui Li
·
|
|
[PATCH 1/2] config_tools: hide tty and sock in UI 3 messages
1. update schema_slicer.py to slice xs:sequence elements. 2. update backend type to "BasicVirtioConsoleBackendType" to call the sliced value. Tracked-On: #6691 Signed-off-by: Kunhui-Li <kunhuix.li@...
1. update schema_slicer.py to slice xs:sequence elements. 2. update backend type to "BasicVirtioConsoleBackendType" to call the sliced value. Tracked-On: #6691 Signed-off-by: Kunhui-Li <kunhuix.li@...
|
By
Kunhui Li
·
|
|
[PATCH v1] dm: vdisplay: add modes supported by Windows virtio-gpu driver 4 messages
From: Sun Peng <peng.p.sun@...> Add 1280x1024@75, 1024x768@75, 1600x1200@60, 1600x900@60 modes. Tracked-On: #7507 Signed-off-by: Sun Peng <peng.p.sun@...> --- devicemodel/hw/vdisplay_sdl.c | 48 ++++++
From: Sun Peng <peng.p.sun@...> Add 1280x1024@75, 1024x768@75, 1600x1200@60, 1600x900@60 modes. Tracked-On: #7507 Signed-off-by: Sun Peng <peng.p.sun@...> --- devicemodel/hw/vdisplay_sdl.c | 48 ++++++
|
By
Sun, Peng
·
|
|
[PATCH] misc: fix the physical memory segmentation UI issue 2 messages
Current physical memory segmentation UI have an redundant title when user select the advance mode, so we set the MemoryInfo element title to NULL to fix this issue. Signed-off-by: Chenli Wei <chenli.w
Current physical memory segmentation UI have an redundant title when user select the advance mode, so we set the MemoryInfo element title to NULL to fix this issue. Signed-off-by: Chenli Wei <chenli.w
|
By
chenli.wei
·
|
|
[PATCH 2/2] config_tools: add restriction for Maximum Virtual CLOS configuration 2 messages
Add restriction for Maximum Virtual CLOS configuration that don't allow negative numbers. Tracked-On: #7530 Signed-off-by: Kunhui-Li <kunhuix.li@...> --- misc/config_tools/schema/config.xsd | 10 +++++
Add restriction for Maximum Virtual CLOS configuration that don't allow negative numbers. Tracked-On: #7530 Signed-off-by: Kunhui-Li <kunhuix.li@...> --- misc/config_tools/schema/config.xsd | 10 +++++
|
By
Kunhui Li
·
|
|
[PATCH] config_tools: fix option passing to device model in launch scripts
Generated launch scripts tracks the options to ACRN device model in an array `dm_params`. Those scripts use `${dm_params[*]}` to join all elements in the array and pass the joined string to acrn-dm. O
Generated launch scripts tracks the options to ACRN device model in an array `dm_params`. Those scripts use `${dm_params[*]}` to join all elements in the array and pass the joined string to acrn-dm. O
|
By
Junjie Mao
·
|
|
[PATCH] virt: acrn: support EPT unmapping for RAM 2 messages
acrn_vm_memseg_unmap can't do EPT unmapping for memory type of ACRN_MEMMAP_RAM, while such kind of unmapping is required for case that user memory pages are taggeg with VM_PFNMAP flag. This patch fixe
acrn_vm_memseg_unmap can't do EPT unmapping for memory type of ACRN_MEMMAP_RAM, while such kind of unmapping is required for case that user memory pages are taggeg with VM_PFNMAP flag. This patch fixe
|
By
Yonghua Huang
·
|
|
[PATCH v2 2/2] hv: move the define of MAX_IR_ENTRIES to offline tool 7 messages
There is an issue of calculate 2^n roundup of CONFIG_MAX_PT_IRQ_ENTRIES, and the code style is very ugly when we use macro to fix it. So this patch move MAX_IR_ENTRIES to offline tool which could do a
There is an issue of calculate 2^n roundup of CONFIG_MAX_PT_IRQ_ENTRIES, and the code style is very ugly when we use macro to fix it. So this patch move MAX_IR_ENTRIES to offline tool which could do a
|
By
chenli.wei
·
|
|
[PATCH v2] misc: add assert for vUART connection 3 messages
The current UI have no live-check to check whether a VM connect to itself. So we add an assert to the schema and return error when user connect a VM to itself. v1-->v2: 1. change the remind msg format
The current UI have no live-check to check whether a VM connect to itself. So we add an assert to the schema and return error when user connect a VM to itself. v1-->v2: 1. change the remind msg format
|
By
chenli.wei
·
|
|
[PATCH] misc: add assert for vUART connection 3 messages
The current UI have no live-check to check whether a VM connect to itself. So we add an assert to the schema and return error when user connect a VM to itself. Signed-off-by: Chenli Wei <chenli.wei@..
The current UI have no live-check to check whether a VM connect to itself. So we add an assert to the schema and return error when user connect a VM to itself. Signed-off-by: Chenli Wei <chenli.wei@..
|
By
chenli.wei
·
|
|
[PATCH v3] config_tools: format vitio input in configurator 2 messages
This patch formats virtio input entry as "Device name: xxx, Device physical path: xxx". v2-->v3: 1. remove the exception handler of enum in pyodide/loadBoard.py. 3. update the `acrn:options-sorted-by`
This patch formats virtio input entry as "Device name: xxx, Device physical path: xxx". v2-->v3: 1. remove the exception handler of enum in pyodide/loadBoard.py. 3. update the `acrn:options-sorted-by`
|
By
Kunhui Li
·
|
|
[PATCH v2] config_tools: format vitio input in configurator 3 messages
This patch formats virtio input entry as "Device name: xxx, Device physical path: xxx". v1-->v2: use XPATH instead of the specific python code to parse virtio input data. Tracked-On: #6691 Signed-off-
This patch formats virtio input entry as "Device name: xxx, Device physical path: xxx". v1-->v2: use XPATH instead of the specific python code to parse virtio input data. Tracked-On: #6691 Signed-off-
|
By
Kunhui Li
·
|
|
[PATCH 1/2] config_tools: format vitio input in configurator 3 messages
This patch formats virtio input entry as "Device name: xxx, Device physical path: xxx". Tracked-On: #6691 Signed-off-by: Kunhui-Li <kunhuix.li@...> --- misc/config_tools/configurator/pyodide/loadBoard
This patch formats virtio input entry as "Device name: xxx, Device physical path: xxx". Tracked-On: #6691 Signed-off-by: Kunhui-Li <kunhuix.li@...> --- misc/config_tools/configurator/pyodide/loadBoard
|
By
Kunhui Li
·
|