|
[PATCH] HV: handle trusty on vm reset
- clear run context when reset vcpu;
- destroy trusty without erase trusty memory when reset vm;
Signed-off-by: Sun Victor <victor.sun@...>
Signed-off-by: Yin Fengwei
- clear run context when reset vcpu;
- destroy trusty without erase trusty memory when reset vm;
Signed-off-by: Sun Victor <victor.sun@...>
Signed-off-by: Yin Fengwei
|
By
Victor Sun
·
#10386
·
|
|
[PATCH] hv:Fix misra-c return value violations for vioapic APIs
From: Mingqiang Chi <mingqiang.chi@...>
--Changed 4 APIs to void type
vioapic_set_irqstate
vioapic_assert_irq
vioapic_deassert_irq
vioapic_pulse_irq
Signed-off-by: Mingqiang Chi
From: Mingqiang Chi <mingqiang.chi@...>
--Changed 4 APIs to void type
vioapic_set_irqstate
vioapic_assert_irq
vioapic_deassert_irq
vioapic_pulse_irq
Signed-off-by: Mingqiang Chi
|
By
Mingqiang Chi
·
#10385
·
|
|
Re: [PATCH V3 0/3] Tools: fixed issues for S3 feature
Reviewed-by: Yan, Like <like.yan@...>
Reviewed-by: Yan, Like <like.yan@...>
|
By
Yan, Like
·
#10384
·
|
|
Re: [PATCH] drm/i915/gvt: fix display messy issue which is introduced by plane pvmmio
Got it. Will simplify the description when submit PR.
Got it. Will simplify the description when submit PR.
|
By
Fei Jiang
·
#10383
·
|
|
Re: [PATCH] drm/i915/gvt: fix display messy issue which is introduced by plane pvmmio
LGTM. But I don't think we need to talk about the reason of why it's missed in
previous patch.
Reviewed-by: He, Min <min.he@...>
LGTM. But I don't think we need to talk about the reason of why it's missed in
previous patch.
Reviewed-by: He, Min <min.he@...>
|
By
He, Min <min.he@...>
·
#10382
·
|
|
Re: [PATCH] drm/i915/gvt: fix display messy issue which is introduced by plane pvmmio
By
Zhao, Yakui
·
#10381
·
|
|
Re: [PATCH v2 2/3] HV: Use the pre-defined value to calculate tsc when cpuid(0x15) returns zero ecx
By
Zhao, Yakui
·
#10380
·
|
|
Re: [PATCH v2 1/3] HV: Add the emulation of CPUID with 0x16 leaf
By
Zhao, Yakui
·
#10379
·
|
|
[PATCH 2/2] vhm: add irqfd support for ACRN hypervisor service module
irqfd which is based on eventfd, provides a pipe for injecting guest
interrupt through a file description writing operation.
Each irqfd registered by userspace can map a interrupt of the guest
to
irqfd which is based on eventfd, provides a pipe for injecting guest
interrupt through a file description writing operation.
Each irqfd registered by userspace can map a interrupt of the guest
to
|
By
Shuo A Liu
·
#10378
·
|
|
[PATCH 1/2] vhm: add ioeventfd support for ACRN hypervisor service module
ioeventfd which is based on eventfd, intends to glue vhm module and
other modules who are interested in guest IOs.
Each ioeventfd registered by userspace can map a PIO/MMIO range of
the guest to
ioeventfd which is based on eventfd, intends to glue vhm module and
other modules who are interested in guest IOs.
Each ioeventfd registered by userspace can map a PIO/MMIO range of
the guest to
|
By
Shuo A Liu
·
#10377
·
|
|
[PATCH 0/2] Add ioeventfd and irqfd support for vhm
To support vhost, we need implement call eventfd and notify eventfd in
kernel for it. For ACRN vhm, we implement ioeventfd and irqfd for that.
ioeventfd which is based on eventfd, intends to glue vhm
To support vhost, we need implement call eventfd and notify eventfd in
kernel for it. For ACRN vhm, we implement ioeventfd and irqfd for that.
ioeventfd which is based on eventfd, intends to glue vhm
|
By
Shuo A Liu
·
#10376
·
|
|
[PATCH] drm/i915/gvt: fix display messy issue which is introduced by plane pvmmio
For plane pvmmio optimization, we need cache all plane related registers,
in previous commit 9c3e8b1a3f15 ("drm/i915/gvt: handling pvmmio update of
plane registers in GVT-g"), due to PLANE_AUX_DIST
For plane pvmmio optimization, we need cache all plane related registers,
in previous commit 9c3e8b1a3f15 ("drm/i915/gvt: handling pvmmio update of
plane registers in GVT-g"), due to PLANE_AUX_DIST
|
By
Fei Jiang
·
#10375
·
|
|
[PATCH V3 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
·
#10374
·
|
|
[PATCH V3 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
·
#10373
·
|
|
[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
·
|