|
Re: [PATCH v1] dm: vdisplay: add modes supported by Windows virtio-gpu driver
Then please remove these useless varaibles.
Please submit another patch for this logic.
Then please remove these useless varaibles.
Please submit another patch for this logic.
|
By
Yu Wang
·
#36089
·
|
|
Re: [PATCH] misc: fix the physical memory segmentation UI issue
"chenli.wei" <chenli.wei@...> writes:
Reviewed-by: Junjie Mao <junjie.mao@...>
--
Best Regards
Junjie Mao
"chenli.wei" <chenli.wei@...> writes:
Reviewed-by: Junjie Mao <junjie.mao@...>
--
Best Regards
Junjie Mao
|
By
Junjie Mao
·
#36088
·
|
|
Re: [PATCH 2/2] config_tools: add restriction for Maximum Virtual CLOS configuration
Kunhui-Li <kunhuix.li@...> writes:
Reviewed-by: Junjie Mao <junjie.mao@...>
--
Best Regards
Junjie Mao
Kunhui-Li <kunhuix.li@...> writes:
Reviewed-by: Junjie Mao <junjie.mao@...>
--
Best Regards
Junjie Mao
|
By
Junjie Mao
·
#36087
·
|
|
Re: [PATCH 1/2] config_tools: hide tty and sock in UI
Kunhui-Li <kunhuix.li@...> writes:
The slicing algorithm is designed not to touch sequences because they
are ordered lists of nodes and the removal of some in the middle creates
a different
Kunhui-Li <kunhuix.li@...> writes:
The slicing algorithm is designed not to touch sequences because they
are ordered lists of nodes and the removal of some in the middle creates
a different
|
By
Junjie Mao
·
#36086
·
|
|
[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
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
|
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 |
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 |
|
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
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
|
By
Kunhui Li
·
#36083
·
|
|
Re: [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
[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
|
By
Sun, Peng
·
#36082
·
|
|
Re: [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
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
|
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
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
|
By
Junjie Mao
·
#36080
·
|
|
Re: [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
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
|
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@...>
---
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@...>
---
|
By
Sun, Peng
·
#36077
·
|
|
Re: [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
·
|
|
Re: [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
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
|
By
Li, Fei1
·
#36075
·
|
|
Re: [PATCH v2 2/2] hv: move the define of MAX_IR_ENTRIES to offline tool
By
Eddie Dong
·
#36074
·
|
|
Re: [PATCH v2 2/2] hv: move the define of MAX_IR_ENTRIES to offline tool
By
Eddie Dong
·
#36073
·
|
|
Re: [PATCH v2] misc: add assert for vUART connection
Done
>
By
chenli.wei
·
#36072
·
|
|
Re: [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.
--
Best
"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.
--
Best
|
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
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
|
By
chenli.wei
·
#36070
·
|