|
Re: [PATCH] HV: hv_main: Add #ifdef HV_DEBUG before debug specific code
#ifdef
Ok then.
The sbuf has a hypercall, we need compile option to cover all sbuf code...
Ok then.
The sbuf has a hypercall, we need compile option to cover all sbuf code...
|
By
Eddie Dong
·
#10397
·
|
|
Re: [PATCH] HV: handle trusty on vm reset
LGTM, with one issue to fix.
LGTM, with one issue to fix.
|
By
Eddie Dong
·
#10396
·
|
|
[PATCH v3 1/1] vbs: fix virtio_vq_index_get func handling of multi VQ concurrent request.
Under multiple VQ use case, it is possible to have concurrent requests.
Added support to return multiple vq index from all vcpu.
Signed-off-by: Ong Hock Yu <ong.hock.yu@...>
---
Under multiple VQ use case, it is possible to have concurrent requests.
Added support to return multiple vq index from all vcpu.
Signed-off-by: Ong Hock Yu <ong.hock.yu@...>
---
|
By
Ong Hock Yu <ong.hock.yu@...>
·
#10395
·
|
|
[PATCH] tools: acrntrace: Add ring buffer mode
When running longevity test and capture acrntrace, generated acrntrace
files sizes are too big.
Sometimes we don't care very old trace. This patch adds ring buffer
mode, fixes acrntrace file size and
When running longevity test and capture acrntrace, generated acrntrace
files sizes are too big.
Sometimes we don't care very old trace. This patch adds ring buffer
mode, fixes acrntrace file size and
|
By
Zhipeng Gong <zhipeng.gong@...>
·
#10394
·
|
|
[PATCH v2] HV: handle trusty on vm reset
- clear run context when reset vcpu;
- destroy trusty without erase trusty memory when reset vm;
changelog:
v1 -> v2: fix misra violation on calling memset();
Signed-off-by: Sun Victor
- clear run context when reset vcpu;
- destroy trusty without erase trusty memory when reset vm;
changelog:
v1 -> v2: fix misra violation on calling memset();
Signed-off-by: Sun Victor
|
By
Victor Sun
·
#10393
·
|
|
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
·
|