Re: [PATCH 18/21] target/arm/kvm: Init cap_has_inject_serror_esr in kvm_arch_init

2023-12-11 Thread Richard Henderson
On 12/11/23 10:43, Philippe Mathieu-Daudé wrote: On 11/12/23 18:09, Richard Henderson wrote: On 11/24/23 03:54, Philippe Mathieu-Daudé wrote: On 23/11/23 05:42, Richard Henderson wrote: There is no need to do this in kvm_arch_init_vcpu per vcpu. Inline kvm_arm_init_serror_injection rather than

Re: [PATCH 18/21] target/arm/kvm: Init cap_has_inject_serror_esr in kvm_arch_init

2023-12-11 Thread Philippe Mathieu-Daudé
On 11/12/23 18:09, Richard Henderson wrote: On 11/24/23 03:54, Philippe Mathieu-Daudé wrote: On 23/11/23 05:42, Richard Henderson wrote: There is no need to do this in kvm_arch_init_vcpu per vcpu. Inline kvm_arm_init_serror_injection rather than keep separate. Signed-off-by: Richard Henderson

Re: [PATCH 18/21] target/arm/kvm: Init cap_has_inject_serror_esr in kvm_arch_init

2023-12-11 Thread Richard Henderson
On 11/24/23 03:54, Philippe Mathieu-Daudé wrote: On 23/11/23 05:42, Richard Henderson wrote: There is no need to do this in kvm_arch_init_vcpu per vcpu. Inline kvm_arm_init_serror_injection rather than keep separate. Signed-off-by: Richard Henderson ---   target/arm/kvm_arm.h |  8   t

Re: [PATCH 18/21] target/arm/kvm: Init cap_has_inject_serror_esr in kvm_arch_init

2023-11-26 Thread Gavin Shan
On 11/23/23 15:42, Richard Henderson wrote: There is no need to do this in kvm_arch_init_vcpu per vcpu. Inline kvm_arm_init_serror_injection rather than keep separate. Signed-off-by: Richard Henderson --- target/arm/kvm_arm.h | 8 target/arm/kvm.c | 13 - 2 files c

Re: [PATCH 18/21] target/arm/kvm: Init cap_has_inject_serror_esr in kvm_arch_init

2023-11-24 Thread Philippe Mathieu-Daudé
On 23/11/23 05:42, Richard Henderson wrote: There is no need to do this in kvm_arch_init_vcpu per vcpu. Inline kvm_arm_init_serror_injection rather than keep separate. Signed-off-by: Richard Henderson --- target/arm/kvm_arm.h | 8 target/arm/kvm.c | 13 - 2 files c

Re: [PATCH 18/21] target/arm/kvm: Init cap_has_inject_serror_esr in kvm_arch_init

2023-11-24 Thread Philippe Mathieu-Daudé
On 23/11/23 05:42, Richard Henderson wrote: There is no need to do this in kvm_arch_init_vcpu per vcpu. Inline kvm_arm_init_serror_injection rather than keep separate. Signed-off-by: Richard Henderson --- target/arm/kvm_arm.h | 8 target/arm/kvm.c | 13 - 2 files c

[PATCH 18/21] target/arm/kvm: Init cap_has_inject_serror_esr in kvm_arch_init

2023-11-22 Thread Richard Henderson
There is no need to do this in kvm_arch_init_vcpu per vcpu. Inline kvm_arm_init_serror_injection rather than keep separate. Signed-off-by: Richard Henderson --- target/arm/kvm_arm.h | 8 target/arm/kvm.c | 13 - 2 files changed, 4 insertions(+), 17 deletions(-) diff --