|
Re: [PATCH] HV: hv_main: Add #ifdef HV_DEBUG before debug specific code
#ifdef
shell command "vmexit" is the only one user of vmexit_time/cnt and we use the
get_vmexit_profile, enclosed by HV_DEBUG, to access these variables.
I can't follow here. Can you make it more
shell command "vmexit" is the only one user of vmexit_time/cnt and we use the
get_vmexit_profile, enclosed by HV_DEBUG, to access these variables.
I can't follow here. Can you make it more
|
By
Kaige Fu
·
#10392
·
|
|
Re: [PATCH] HV: handle trusty on vm reset
Thanks Mingqiang, I will update it soon.
BR,
Victor
Thanks Mingqiang, I will update it soon.
BR,
Victor
|
By
Victor Sun
·
#10391
·
|
|
Re: [PATCH v2 1/3] HV: Add the emulation of CPUID with 0x16 leaf
If it is physical out of ranger, returning what hardware returns is better than fixed-zero.
We want the code to be slim to save FuSa effort.
Thx Eddie
If it is physical out of ranger, returning what hardware returns is better than fixed-zero.
We want the code to be slim to save FuSa effort.
Thx Eddie
|
By
Eddie Dong
·
#10390
·
|
|
Re: [PATCH 3/4] HV: Merge hypervisor debug header files
The series are fine.
Please go PR with my ACK.
The series are fine.
Please go PR with my ACK.
|
By
Eddie Dong
·
#10389
·
|
|
Re: [PATCH] HV: hv_main: Add #ifdef HV_DEBUG before debug specific code
#ifdef
This is part of SBUF component, what kind of compile option do we use? Let us use same one.
BTW, hcall side also needs this kind of compile option.
This is part of SBUF component, what kind of compile option do we use? Let us use same one.
BTW, hcall side also needs this kind of compile option.
|
By
Eddie Dong
·
#10388
·
|
|
Re: [PATCH] HV: handle trusty on vm reset
By
Mingqiang Chi
·
#10387
·
|
|
[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
·
|