|
Re: [PATCH] hv: compile out unused function if CONFIG_MULTIBOOT2 is disabled
Acked-by: Eddie Dong <eddie.dong@...>
Acked-by: Eddie Dong <eddie.dong@...>
|
By
Eddie Dong
·
#36157
·
|
|
Re: [PATCH] misc: modify the logic of generate HV_RAM_START
Yes, we could remove the default="0x00400000" and we need the minOccurs="0".
There was a schema error if we remove both the "default" and "minOccurs" parameters.
>
Yes, we could remove the default="0x00400000" and we need the minOccurs="0".
There was a schema error if we remove both the "default" and "minOccurs" parameters.
>
|
By
chenli.wei
·
#36156
·
|
|
Re: [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.
--
Best Regards
Junjie
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.
--
Best Regards
Junjie
|
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
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
|
By
Chenli Wei
·
#36154
·
|
|
Re: [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
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
|
By
Sun, Peng
·
#36152
·
|
|
Re: [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
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
|
By
Sun, Peng
·
#36150
·
|
|
Re: [PATCH] misc: Limit IVSHMEM region name to 27 characters
Sure. Will do.
By
Liu, Yifan1
·
#36149
·
|
|
Re: [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,
"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,
|
By
Junjie Mao
·
#36148
·
|
|
Re: [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
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
|
By
Liu, Yifan1
·
#36146
·
|
|
Re: [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
·
|
|
Re: [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
"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
|
By
Junjie Mao
·
#36144
·
|
|
Re: [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.
--
Best Regards
Junjie Mao
"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.
--
Best Regards
Junjie Mao
|
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
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
|
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
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
|
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
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
|
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:
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:
|
By
Calvin Zhang <calvinzhang.cool@...>
·
#36139
·
|
|
Re: [PATCH] config_tools: bugfix for saving all enum values
"Li, KunhuiX" <kunhuix.li@...> writes:
"Li, KunhuiX" <kunhuix.li@...> writes:
|
By
Junjie Mao
·
#36138
·
|