|
[PATCH] misc: modify the logic of generate HV_RAM_START
Chenli Wei <chenli.wei@...> writes: The default value seems to be useless here as you have logic in the static allocator to determine one if it is not given.
Chenli Wei <chenli.wei@...> writes: The default value seems to be useless here as you have logic in the static allocator to determine one if it is not given.
|
By
Junjie Mao
· #36155
·
|
|
[PATCH] misc: modify the logic of generate HV_RAM_START
From: Chenli Wei <chenli.wei@...> The current code assume that there must be an HV_RAM_START element in the scenario and we will generate it if user have not set, the default value of HV_RAM_STA
From: Chenli Wei <chenli.wei@...> The current code assume that there must be an HV_RAM_START element in the scenario and we will generate it if user have not set, the default value of HV_RAM_STA
|
By
Chenli Wei
· #36154
·
|
|
[PATCH v2] dm: vdisplay: terminate acrn-dm process when SDL init failed
Acked-by: Wang, Yu1 <yu1.wang@...>
Acked-by: Wang, Yu1 <yu1.wang@...>
|
By
Yu Wang
· #36153
·
|
|
[PATCH v2] dm: vdisplay: terminate acrn-dm process when SDL init failed
From: Sun Peng <peng.p.sun@...> Virtual display is component which based on native window system. This feature depended phisical monitor connected and graphic driver in SOS running correct
From: Sun Peng <peng.p.sun@...> Virtual display is component which based on native window system. This feature depended phisical monitor connected and graphic driver in SOS running correct
|
By
Sun, Peng
· #36152
·
|
|
[PATCH v1] dm: vdisplay: terminate acrn-dm process when SDL init failed
Please return -1 and do exit(1) in main() with an error log.
Please return -1 and do exit(1) in main() with an error log.
|
By
Yu Wang
· #36151
·
|
|
[PATCH v1] dm: vdisplay: terminate acrn-dm process when SDL init failed
From: Sun Peng <peng.p.sun@...> Virtual display is component which based on native window system. This feature depended phisical monitor connected and graphic driver in SOS running correct
From: Sun Peng <peng.p.sun@...> Virtual display is component which based on native window system. This feature depended phisical monitor connected and graphic driver in SOS running correct
|
By
Sun, Peng
· #36150
·
|
|
[PATCH] misc: Limit IVSHMEM region name to 27 characters
Sure. Will do.
By
Liu, Yifan1
· #36149
·
|
|
[PATCH] misc: Limit IVSHMEM region name to 27 characters
"Liu, Yifan1" <yifan1.liu@...> writes: You may also want to update the placeholder of the corresponding widget. IVSHMEM regions are configured using customized widgets. Thus, the placeholder, i.
"Liu, Yifan1" <yifan1.liu@...> writes: You may also want to update the placeholder of the corresponding widget. IVSHMEM regions are configured using customized widgets. Thus, the placeholder, i.
|
By
Junjie Mao
· #36148
·
|
|
[PATCH] misc: Limit IVSHMEM region name to 27 characters
"Liu, Yifan1" <yifan1.liu@...> writes: Reviewed-by: Junjie Mao <junjie.mao@...>
"Liu, Yifan1" <yifan1.liu@...> writes: Reviewed-by: Junjie Mao <junjie.mao@...>
|
By
Junjie Mao
· #36147
·
|
|
[PATCH] misc: Limit IVSHMEM region name to 27 characters
From: Yifan Liu <yifan1.liu@...> Current IVSHMEM region name does not have size limit. This patch limits it to 27 characters so that land specifier ("hv:/" or "dm:/") plus region name can fit in
From: Yifan Liu <yifan1.liu@...> Current IVSHMEM region name does not have size limit. This patch limits it to 27 characters so that land specifier ("hv:/" or "dm:/") plus region name can fit in
|
By
Liu, Yifan1
· #36146
·
|
|
[PATCH 3/3] upgrader:refine upgrader.py
"Li, Ziheng" <ziheng.li@...> writes: Silently dropping users' cache allocation policies is not a good practice. You need to warn the user explicitly when any meaningful data is discarded during
"Li, Ziheng" <ziheng.li@...> writes: Silently dropping users' cache allocation policies is not a good practice. You need to warn the user explicitly when any meaningful data is discarded during
|
By
Junjie Mao
· #36145
·
|
|
[PATCH 2/3] upgrader:refine upgrader.py
"Li, Ziheng" <ziheng.li@...> writes: Have you tried this with scenario/launch XMLs from, e.g. 2.7 release? If this entry is not useful anymore, simply delete it. If the whole `memory` node is no
"Li, Ziheng" <ziheng.li@...> writes: Have you tried this with scenario/launch XMLs from, e.g. 2.7 release? If this entry is not useful anymore, simply delete it. If the whole `memory` node is no
|
By
Junjie Mao
· #36144
·
|
|
[PATCH 1/3] upgrader:refine upgrader.py
"Li, Ziheng" <ziheng.li@...> writes: For renaming, you can use `partialmethod(rename_data, "old/xpath", "new/xpath")` without defining any data mover of your own.
"Li, Ziheng" <ziheng.li@...> writes: For renaming, you can use `partialmethod(rename_data, "old/xpath", "new/xpath")` without defining any data mover of your own.
|
By
Junjie Mao
· #36143
·
|
|
[PATCH 3/3] upgrader:refine upgrader.py
From 5820f56aca3c934fd02e14bd08bbb4843a8324c1 Mon Sep 17 00:00:00 2001 From: Ziheng Li <ziheng.li@...> Date: Wed, 1 Jun 2022 15:39:25 +0800 Subject: [PATCH 3/3] upgrader:refine upgrader.py In th
From 5820f56aca3c934fd02e14bd08bbb4843a8324c1 Mon Sep 17 00:00:00 2001 From: Ziheng Li <ziheng.li@...> Date: Wed, 1 Jun 2022 15:39:25 +0800 Subject: [PATCH 3/3] upgrader:refine upgrader.py In th
|
By
Li, Ziheng
· #36142
·
|
|
[PATCH 2/3] upgrader:refine upgrader.py
From c028778e4aac4bc0b3fba988646236c6ff87c579 Mon Sep 17 00:00:00 2001 From: Ziheng Li <ziheng.li@...> Date: Wed, 1 Jun 2022 15:32:46 +0800 Subject: [PATCH 2/3] upgrader:refine upgrader.py Adjus
From c028778e4aac4bc0b3fba988646236c6ff87c579 Mon Sep 17 00:00:00 2001 From: Ziheng Li <ziheng.li@...> Date: Wed, 1 Jun 2022 15:32:46 +0800 Subject: [PATCH 2/3] upgrader:refine upgrader.py Adjus
|
By
Li, Ziheng
· #36141
·
|
|
[PATCH 1/3] upgrader:refine upgrader.py
From 44c1a2739e8b6b136aeaad2e7a84a820396edb2d Mon Sep 17 00:00:00 2001 From: Ziheng Li <ziheng.li@...> Date: Wed, 1 Jun 2022 15:24:50 +0800 Subject: [PATCH 1/3] upgrader:refine upgrader.py In th
From 44c1a2739e8b6b136aeaad2e7a84a820396edb2d Mon Sep 17 00:00:00 2001 From: Ziheng Li <ziheng.li@...> Date: Wed, 1 Jun 2022 15:24:50 +0800 Subject: [PATCH 1/3] upgrader:refine upgrader.py In th
|
By
Li, Ziheng
· #36140
·
|
|
[PATCH] hv: compile out unused function if CONFIG_MULTIBOOT2 is disabled
When CONFIG_MULTIBOOT2 is disabled, 'create_service_vm_efi_mmap_desc' is unused and build fails becuase [-Werror=unused-function] is set. boot/guest/bzimage_loader.c:188:17: error: 'create_service_vm_
When CONFIG_MULTIBOOT2 is disabled, 'create_service_vm_efi_mmap_desc' is unused and build fails becuase [-Werror=unused-function] is set. boot/guest/bzimage_loader.c:188:17: error: 'create_service_vm_
|
By
...
· #36139
·
|
|
[PATCH] config_tools: bugfix for saving all enum values
"Li, KunhuiX" <kunhuix.li@...> writes:
"Li, KunhuiX" <kunhuix.li@...> writes:
|
By
Junjie Mao
· #36138
·
|
|
[PATCH] config_tools: bugfix for saving all enum values
By
Kunhui Li
· #36137
·
|
|
[PATCH] config_tools: pretty-print JSON schema violations
The default error messages provided by the ajv validation library read like this: * must have required property MEMORY.STACK_SIZE * must match pattern "<a regular expression>" Such messages may look c
The default error messages provided by the ajv validation library read like this: * must have required property MEMORY.STACK_SIZE * must match pattern "<a regular expression>" Such messages may look c
|
By
Junjie Mao
· #36136
·
|