|
[PATCH] misc: fix the physical memory segmentation UI issue
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
· #36085
·
|
|
[PATCH 2/2] config_tools: add restriction for Maximum Virtual CLOS configuration
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
· #36084
·
|
|
[PATCH 1/2] config_tools: hide tty and sock in UI
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@int
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@int
|
By
Kunhui Li
· #36083
·
|
|
[PATCH v1] dm: vdisplay: add modes supported by Windows virtio-gpu driver
[Sun, Peng] Correct, I remove it. I will update the commit message in next version. [Sun, Peng] Yes. [Sun, Peng] We don't want user use the resolutions which bigger than window size for simple. But HS
[Sun, Peng] Correct, I remove it. I will update the commit message in next version. [Sun, Peng] Yes. [Sun, Peng] We don't want user use the resolutions which bigger than window size for simple. But HS
|
By
Sun, Peng
· #36082
·
|
|
[PATCH v1] dm: vdisplay: add modes supported by Windows virtio-gpu driver
Also you have removed 720p and changed the default one, right? Please update the commit message. After remove these 3 lines, the h_pixelmax, v_pixelmax and b_param are meaningless, right? BTW, what is
Also you have removed 720p and changed the default one, right? Please update the commit message. After remove these 3 lines, the h_pixelmax, v_pixelmax and b_param are meaningless, right? BTW, what is
|
By
Yu Wang
· #36081
·
|
|
[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
· #36080
·
|
|
[PATCH] virt: acrn: support EPT unmapping for RAM
Hi Yonghua IMHO, you could only unmap the ACRN_MEMMAP_RAM memory region which Page-ranges managed without "struct page", just pure PFN (VM_PFNMAP set in vm_flags). Thanks.
Hi Yonghua IMHO, you could only unmap the ACRN_MEMMAP_RAM memory region which Page-ranges managed without "struct page", just pure PFN (VM_PFNMAP set in vm_flags). Thanks.
|
By
Li, Fei1
· #36079
·
|
|
[PATCH] virt: acrn: support EPT unmapping for RAM
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
· #36078
·
|
|
[PATCH v1] dm: vdisplay: add modes supported by Windows virtio-gpu driver
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/vd
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/vd
|
By
Sun, Peng
· #36077
·
|
|
[PATCH v2 2/2] hv: move the define of MAX_IR_ENTRIES to offline tool
OK We also check the CONFIG_MAX_PT_IRQ_ENTRIES by config tool before we align it.
OK We also check the CONFIG_MAX_PT_IRQ_ENTRIES by config tool before we align it.
|
By
chenli.wei
· #36076
·
|
|
[PATCH v2 2/2] hv: move the define of MAX_IR_ENTRIES to offline tool
Now we did this check #if ((MAX_IR_ENTRIES < 256U) || (MAX_IR_ENTRIES > 0x10000U) || (MAX_IR_ENTRIES & (MAX_IR_ENTRIES -1)) != 0U) #error "MAX_IR_ENTRIES must in the region of [256,0x10000] and be 2^n
Now we did this check #if ((MAX_IR_ENTRIES < 256U) || (MAX_IR_ENTRIES > 0x10000U) || (MAX_IR_ENTRIES & (MAX_IR_ENTRIES -1)) != 0U) #error "MAX_IR_ENTRIES must in the region of [256,0x10000] and be 2^n
|
By
Li, Fei1
· #36075
·
|
|
[PATCH v2 2/2] hv: move the define of MAX_IR_ENTRIES to offline tool
By
Eddie Dong
· #36074
·
|
|
[PATCH v2 2/2] hv: move the define of MAX_IR_ENTRIES to offline tool
By
Eddie Dong
· #36073
·
|
|
[PATCH v2] misc: add assert for vUART connection
Done >
By
chenli.wei
· #36072
·
|
|
[PATCH v2] misc: add assert for vUART connection
"chenli.wei" <chenli.wei@...> writes: Reviewed-by: Junjie Mao <junjie.mao@...> One minor comment below. Add "VM" before "{$vm_name}" to say explicitly that it is a VM.
"chenli.wei" <chenli.wei@...> writes: Reviewed-by: Junjie Mao <junjie.mao@...> One minor comment below. Add "VM" before "{$vm_name}" to say explicitly that it is a VM.
|
By
Junjie Mao
· #36071
·
|
|
[PATCH v2] misc: add assert for vUART connection
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
· #36070
·
|
|
[PATCH] misc: add assert for vUART connection
This message want to remind user the VM connected to it self, so I change the report-on to make it clear: 12 <xs:annotation acrn:severity="error" acrn:report-on="$vuart_connection/endpoint"> 13 <xs:do
This message want to remind user the VM connected to it self, so I change the report-on to make it clear: 12 <xs:annotation acrn:severity="error" acrn:report-on="$vuart_connection/endpoint"> 13 <xs:do
|
By
chenli.wei
· #36069
·
|
|
[PATCH] misc: add assert for vUART connection
Chenli Wei <chenli.wei@...> writes: `vm_name` is not the name of the vUART connection.
Chenli Wei <chenli.wei@...> writes: `vm_name` is not the name of the vUART connection.
|
By
Junjie Mao
· #36068
·
|
|
[PATCH v3] config_tools: format vitio input in configurator
Kunhui-Li <kunhuix.li@...> writes: Reviewed-by: Junjie Mao <junjie.mao@...>
Kunhui-Li <kunhuix.li@...> writes: Reviewed-by: Junjie Mao <junjie.mao@...>
|
By
Junjie Mao
· #36067
·
|
|
[PATCH v3] config_tools: format vitio input in configurator
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
· #36066
·
|