|
[PATCH V3 1/3] tools: vm_resume() requires wakeup reason
DM need to know wakeup reason when resume the VM, so
vm_resume(char *name) is updated to vm_resume(char *name, int reason),
in acrn_vm_ops.c
Signed-off-by: Tao Yuhong <yuhong.tao@...>
---
DM need to know wakeup reason when resume the VM, so
vm_resume(char *name) is updated to vm_resume(char *name, int reason),
in acrn_vm_ops.c
Signed-off-by: Tao Yuhong <yuhong.tao@...>
---
|
By
Tao, Yuhong
·
#10372
·
|
|
[PATCH V3 0/3] Tools: fixed issues for S3 feature
With these changes, S3 feature works.
changes in V2:
1.fixed get_sos_wakeup_reason() in acrnd.c
2.fixed handle_resume() in monitor.c
changes in V3:
1.wakeup reason is unsigned
With these changes, S3 feature works.
changes in V2:
1.fixed get_sos_wakeup_reason() in acrnd.c
2.fixed handle_resume() in monitor.c
changes in V3:
1.wakeup reason is unsigned
|
By
Tao, Yuhong
·
#10371
·
|
|
[PATCH 4/4] HV: remove 'warm_reboot()' and other minor cleanup
- 'reboot.c' defines 'warm_reboot()' only, which
is deprecated.
- remove the eXecution attribute for 'mttr.h'
Signed-off-by: Yonghua Huang <yonghua.huang@...>
---
hypervisor/Makefile
- 'reboot.c' defines 'warm_reboot()' only, which
is deprecated.
- remove the eXecution attribute for 'mttr.h'
Signed-off-by: Yonghua Huang <yonghua.huang@...>
---
hypervisor/Makefile
|
By
Yonghua Huang
·
#10370
·
|
|
[PATCH 3/4] HV: Merge hypervisor debug header files
-- merge 'assert.h' & 'printf.h' into 'logmsg.h'
-- merge 'shell.h' into 'console.h'
Signed-off-by: Yonghua Huang <yonghua.huang@...>
---
hypervisor/include/debug/assert.h | 21
-- merge 'assert.h' & 'printf.h' into 'logmsg.h'
-- merge 'shell.h' into 'console.h'
Signed-off-by: Yonghua Huang <yonghua.huang@...>
---
hypervisor/include/debug/assert.h | 21
|
By
Yonghua Huang
·
#10369
·
|
|
[PATCH 2/4] HV: refine shell.c & shell_priv.h
- move local functions declarations to shell.c
- remove 'name' field in 'struct shell' as i/o
session s/w layer is deprecated.
Signed-off-by: Yonghua Huang <yonghua.huang@...>
---
- move local functions declarations to shell.c
- remove 'name' field in 'struct shell' as i/o
session s/w layer is deprecated.
Signed-off-by: Yonghua Huang <yonghua.huang@...>
---
|
By
Yonghua Huang
·
#10368
·
|
|
[PATCH 1/4] HV: rename 'shell_internal.h' to 'shell_priv.h'
- to align the coding style in hypervisor
Signed-off-by: Yonghua Huang <yonghua.huang@...>
---
hypervisor/debug/shell.c | 2 +-
hypervisor/debug/{shell_internal.h =>
- to align the coding style in hypervisor
Signed-off-by: Yonghua Huang <yonghua.huang@...>
---
hypervisor/debug/shell.c | 2 +-
hypervisor/debug/{shell_internal.h =>
|
By
Yonghua Huang
·
#10367
·
|
|
Re: [PATCH v5 3/5] idle: enable IRQ in default idle
That's good.
Regards
Yin, Fengwei
That's good.
Regards
Yin, Fengwei
|
By
Yin, Fengwei <fengwei.yin@...>
·
#10366
·
|
|
Re: [PATCH v5 3/5] idle: enable IRQ in default idle
hi, Fengwei,
I had a test based on Android GFX bench, there is no performance drop for
offscreen & T-Rex test.
--
Thanks
Jason
hi, Fengwei,
I had a test based on Android GFX bench, there is no performance drop for
offscreen & T-Rex test.
--
Thanks
Jason
|
By
Chen, Jason CJ
·
#10365
·
|
|
[PATCH] HV: hv_main: Add #ifdef HV_DEBUG before debug specific code
#ifdef
vmexit_time and vmexit_cnt is used for debuging only.
This patch encloses these debug specific code using #ifdef HV_DEBUG.
Signed-off-by: Kaige Fu <kaige.fu@...>
---
vmexit_time and vmexit_cnt is used for debuging only.
This patch encloses these debug specific code using #ifdef HV_DEBUG.
Signed-off-by: Kaige Fu <kaige.fu@...>
---
|
By
Kaige Fu
·
#10364
·
|
|
Re: [PATCH V2 2/2] hv: add compile time assert for static checks
Acked...
By
Eddie Dong
·
#10363
·
|
|
Re: [PATCH] HV: add pcpu id check before send IPI
OK,will do it, and then submit a PR.
OK,will do it, and then submit a PR.
|
By
Minggui Cao
·
#10362
·
|
|
[PATCH V2 2/2] hv: add compile time assert for static checks
Add two files to do compile time assert.
One is arch specific, and put in hypervisor/arch/x86/.
The other one is common, and put in hypervisor/common/.
If the statement is not true, there will be
Add two files to do compile time assert.
One is arch specific, and put in hypervisor/arch/x86/.
The other one is common, and put in hypervisor/common/.
If the statement is not true, there will be
|
By
Wu, Binbin
·
#10361
·
|
|
[PATCH V2 1/2] hv: move boot_ctx offset definitions
Move the definitions of offset of fields in boot_ctx to the same header
file that the struct boot_ctx is in, to reduce the possibility that some
modification would make the offset inconsistant with
Move the definitions of offset of fields in boot_ctx to the same header
file that the struct boot_ctx is in, to reduce the possibility that some
modification would make the offset inconsistant with
|
By
Wu, Binbin
·
#10360
·
|
|
[PATCH V2 0/2] hv: add compile time assert
The patch series moves the definitions of offset of fields in boot_ctx to the
same header file that the struct boot_ctx is in, to reduce the possibility that
some modification would make the offset
The patch series moves the definitions of offset of fields in boot_ctx to the
same header file that the struct boot_ctx is in, to reduce the possibility that
some modification would make the offset
|
By
Wu, Binbin
·
#10359
·
|
|
[PATCH V2 3/3] dm: monotor: bugfix: update wakeup reason before call recume() callback
In handle_resume(), wakeup_reason is updated before call
ops->ops->resume(). Because ops->ops->resume() needs to know the
latest wakeup reason.
Signed-off-by: Tao Yuhong <yuhong.tao@...>
---
In handle_resume(), wakeup_reason is updated before call
ops->ops->resume(). Because ops->ops->resume() needs to know the
latest wakeup reason.
Signed-off-by: Tao Yuhong <yuhong.tao@...>
---
|
By
Tao, Yuhong
·
#10358
·
|
|
[PATCH V2 2/3] tools: acrnd: Fixed get_sos_wakeup_reason()
get_sos_wakeup_reason() runs into error branch without any error, so
no wakeup reason will be returend.
Signed-off-by: Tao Yuhong <yuhong.tao@...>
---
tools/acrn-manager/acrnd.c | 2 +-
1 file
get_sos_wakeup_reason() runs into error branch without any error, so
no wakeup reason will be returend.
Signed-off-by: Tao Yuhong <yuhong.tao@...>
---
tools/acrn-manager/acrnd.c | 2 +-
1 file
|
By
Tao, Yuhong
·
#10357
·
|
|
[PATCH V2 1/3] tools: vm_resume() requires wakeup reason
DM need to know wakeup reason when resume the VM, so
vm_resume(char *name) is updated to vm_resume(char *name, int reason),
in acrn_vm_ops.c
Signed-off-by: Tao Yuhong <yuhong.tao@...>
---
DM need to know wakeup reason when resume the VM, so
vm_resume(char *name) is updated to vm_resume(char *name, int reason),
in acrn_vm_ops.c
Signed-off-by: Tao Yuhong <yuhong.tao@...>
---
|
By
Tao, Yuhong
·
#10356
·
|
|
[PATCH V2 0/3] Tools: fixed issues for S3 feature
With these changes, S3 feature works.
changes in V2:
1.fixed get_sos_wakeup_reason() in acrnd.c
2.fixed handle_resume() in monitor.c
yuhong.tao@... (3):
tools: vm_resume() requires wakeup
With these changes, S3 feature works.
changes in V2:
1.fixed get_sos_wakeup_reason() in acrnd.c
2.fixed handle_resume() in monitor.c
yuhong.tao@... (3):
tools: vm_resume() requires wakeup
|
By
Tao, Yuhong
·
#10355
·
|
|
Re: [RFC PATCH 0/2] compile time assert for field offset check
Acked-by: Eddie Dong <eddie.dong@...>
Acked-by: Eddie Dong <eddie.dong@...>
|
By
Eddie Dong
·
#10354
·
|
|
Re: [PATCH 3/3] hv: debug: add the hypervisor NPK log
LGTM.
By
Chen, Gang C
·
#10353
·
|