Re: [PATCH 4/8] KVM: Move include/kvm/iodev.h to include/linux as kvm_iodev.h

2025-06-15 Thread Bibo Mao
@@ -10,9 +10,8 @@ * Yaniv Kamay */ -#include - #include +#include #include #include #include About modification with LoongArch specific. Reviewed-by: Bibo Mao

Re: [PATCH 7/7] KVM: Drop kvm_arch_sync_events() now that all implementations are nops

2025-02-25 Thread bibo mao
Reviewed-by: Bibo Mao On 2025/2/25 上午7:55, Sean Christopherson wrote: Remove kvm_arch_sync_events() now that x86 no longer uses it (no other arch has ever used it). No functional change intended. Signed-off-by: Sean Christopherson --- arch/arm64/include/asm/kvm_host.h | 2 -- arch

[PATCH] smp: Mark smp_prepare_boot_cpu() __init

2024-09-07 Thread Bibo Mao
Function smp_prepare_boot_cpu() is only called at boot stage, here mark it as __init. Signed-off-by: Bibo Mao --- arch/loongarch/kernel/smp.c | 2 +- arch/mips/kernel/smp.c | 2 +- arch/powerpc/kernel/smp.c | 2 +- include/linux/smp.h | 2 +- 4 files changed, 4 insertions(+), 4