|
[RESEND PATCH 1/3] sos: vhm: add HC_SETUP_HV_NPK_LOG hypercall
This hypercall is used to enable/disable/configure the hypervisor
NPK log.
Signed-off-by: Zhi Jin <zhi.jin@...>
---
drivers/vhm/vhm_hypercall.c | 5 +++++
This hypercall is used to enable/disable/configure the hypervisor
NPK log.
Signed-off-by: Zhi Jin <zhi.jin@...>
---
drivers/vhm/vhm_hypercall.c | 5 +++++
|
By
Zhi Jin
·
#10976
·
|
|
[RESEND PATCH 0/3] acrn: add hv_npk_log module
This series of patches implement a kernel driver hv_npk_log to
enable/disable/configure the ACRN hypervisor NPK log.
It communicates with the hypervisor via the HC_SETUP_HV_NPK_LOG
hypercall, and
This series of patches implement a kernel driver hv_npk_log to
enable/disable/configure the ACRN hypervisor NPK log.
It communicates with the hypervisor via the HC_SETUP_HV_NPK_LOG
hypercall, and
|
By
Zhi Jin
·
#10975
·
|
|
Re: [PATCH] security: Enable '-fpie, -pie' options
There are a couple of things in here:
- The primary target environment for building ACRN is Clear Linux (*), we also want to be able to compile ACRN in different environments to the extent possible.
There are a couple of things in here:
- The primary target environment for building ACRN is Clear Linux (*), we also want to be able to compile ACRN in different environments to the extent possible.
|
By
Geoffroy Van Cutsem
·
#10974
·
|
|
Re: [PATCH] security: Enable '-fpie, -pie' options
Hi Junjie,
Now we are encouraged to use Docker environment to compile our project. Should no build or linker issues.
My ubuntu version is also 16.04. Following is my compiler and linker
Hi Junjie,
Now we are encouraged to use Docker environment to compile our project. Should no build or linker issues.
My ubuntu version is also 16.04. Following is my compiler and linker
|
By
Wang, WenshengX <wenshengx.wang@...>
·
#10973
·
|
|
Re: [PATCH] hv:No need to create inverted page tables for trusty memory
LGTM.
Thanks.
By
Li, Fei1
·
#10972
·
|
|
Re: [PATCH] hv: fix MISRA-C issues related to for loop
Shiqing Gao <shiqing.gao@...> writes:
Reviewed-by: Junjie Mao <junjie.mao@...>
Shiqing Gao <shiqing.gao@...> writes:
Reviewed-by: Junjie Mao <junjie.mao@...>
|
By
Junjie Mao
·
#10971
·
|
|
[PATCH 4/4] DM: VMcfg: support --vmcfg options
Enable --vmcfg options for acrn-dm, if --vmcfg <index> is specified,
build-in VM configuration will be used, and override any other
optional parameters.
run 'acrn-dm --vmcfg list' to show all build-in
Enable --vmcfg options for acrn-dm, if --vmcfg <index> is specified,
build-in VM configuration will be used, and override any other
optional parameters.
run 'acrn-dm --vmcfg list' to show all build-in
|
By
Tao, Yuhong
·
#10970
·
|
|
[PATCH 3/4] VMcfg: support VM1 on MRB
Add build-in vm1 configuration for MRB platform, this is also an
example about how to add new VM configurations
Signed-off-by: Tao Yuhong <yuhong.tao@...>
---
devicemodel/Makefile
Add build-in vm1 configuration for MRB platform, this is also an
example about how to add new VM configurations
Signed-off-by: Tao Yuhong <yuhong.tao@...>
---
devicemodel/Makefile
|
By
Tao, Yuhong
·
#10969
·
|
|
[PATCH 2/4] VMcfg: build-in vm configurations
use *args_buildin[] to hold build-in VM configurations
Signed-off-by: Tao Yuhong <yuhong.tao@...>
---
devicemodel/Makefile | 2 ++
devicemodel/include/vmcfg.h | 17 +++++++++++++++++
use *args_buildin[] to hold build-in VM configurations
Signed-off-by: Tao Yuhong <yuhong.tao@...>
---
devicemodel/Makefile | 2 ++
devicemodel/include/vmcfg.h | 17 +++++++++++++++++
|
By
Tao, Yuhong
·
#10968
·
|
|
[PATCH 1/4] VMcfg: Kconfig & Makefile for VM Configuration
VMcfg use Kconfig mechanism to generate a header file
devicemodel/include/vmcfg_config.h, which contains many macro symbols
for conditionally compiling. This feature is disabled by default, to
enable
VMcfg use Kconfig mechanism to generate a header file
devicemodel/include/vmcfg_config.h, which contains many macro symbols
for conditionally compiling. This feature is disabled by default, to
enable
|
By
Tao, Yuhong
·
#10967
·
|
|
[PATCH 0/4] vmcfg: VM Configuration Feature
With this feature, you can build a acrn-dm which supports --vmcfg optional
parameter, for example:
Run 'acrn-dm --vmcfg list', you may see:
1: mrb-vm1-clearlinux
Thus you can run ''acrn-dm --vmcfg 1'
With this feature, you can build a acrn-dm which supports --vmcfg optional
parameter, for example:
Run 'acrn-dm --vmcfg list', you may see:
1: mrb-vm1-clearlinux
Thus you can run ''acrn-dm --vmcfg 1'
|
By
Tao, Yuhong
·
#10966
·
|
|
Re: [PATCH v2 2/3] hv:Replace vuart pointer with instance in structure vm
By
Mingqiang Chi
·
#10965
·
|
|
Re: [PATCH v2 3/3] hv:Repalce vioapic pointer with instance in structure vm
By
Mingqiang Chi
·
#10964
·
|
|
[PATCH] hv: fix MISRA-C issues related to for loop
This patch fixes the following issues:
- Assignment operation in expression.
- For loop incrementation is not simple.
- No brackets to loop body.
- Use of comma operator.
Tracked-On:
This patch fixes the following issues:
- Assignment operation in expression.
- For loop incrementation is not simple.
- No brackets to loop body.
- Use of comma operator.
Tracked-On:
|
By
Shiqing Gao
·
#10963
·
|
|
Re: [PATCH v2 3/3] hv:Repalce vioapic pointer with instance in structure vm
Acked-by: Eddie Dong <eddie.dong@...>
Some minor comments to the series:
1) The commit message need to be more clear. This is same for all 3 patrches.
2) I remember Anthony reviewed, so add
Acked-by: Eddie Dong <eddie.dong@...>
Some minor comments to the series:
1) The commit message need to be more clear. This is same for all 3 patrches.
2) I remember Anthony reviewed, so add
|
By
Eddie Dong
·
#10962
·
|
|
Re: [PATCH v2 2/3] hv:Replace vuart pointer with instance in structure vm
Acked-by: Eddie Dong <eddie.dong@...>
You can decide if you want to fix the 2 minor comments.
Acked-by: Eddie Dong <eddie.dong@...>
You can decide if you want to fix the 2 minor comments.
|
By
Eddie Dong
·
#10961
·
|
|
Re: [PATCH v2 1/3] hv:Replace vpic pointer with instance in structure vm
Acked-by: Eddie Dong <eddie.dong@...>
Please revise the commit message.
Acked-by: Eddie Dong <eddie.dong@...>
Please revise the commit message.
|
By
Eddie Dong
·
#10960
·
|
|
Re: [PATCH v2 0/3]Replace vpic/vioapic/vuart pointer with instance
Acked-by: Anthony Xu <anthony.xu@...>
Acked-by: Anthony Xu <anthony.xu@...>
|
By
Xu, Anthony
·
#10959
·
|
|
Re: [RFC PATCH 0/5] cleanup mmu.h
Acked-by: Anthony Xu <anthony.xu@...>
Acked-by: Anthony Xu <anthony.xu@...>
|
By
Xu, Anthony
·
#10958
·
|
|
Re: [PATCH 2/7] dm: virtio: add vhost support
Can we just keep "vhost:" as prefix for the logs?
What is mean of "*<"?..
These two features variables are too confused..
There have three feature types:
1, spec defined features which related to
Can we just keep "vhost:" as prefix for the logs?
What is mean of "*<"?..
These two features variables are too confused..
There have three feature types:
1, spec defined features which related to
|
By
Yu Wang
·
#10957
·
|