On Tue, Jul 30, 2019 at 12:23 PM Andreas Schwab <schwab@xxxxxxx> wrote: > > ERROR: "riscv_cs_get_mult_shift" [arch/riscv/kvm/kvm.ko] undefined! > ERROR: "riscv_isa" [arch/riscv/kvm/kvm.ko] undefined! > ERROR: "smp_send_reschedule" [arch/riscv/kvm/kvm.ko] undefined! > ERROR: "riscv_timebase" [arch/riscv/kvm/kvm.ko] undefined! Found the issue. These symbols are not exported and you are building KVM RISC-V as module. Thanks for reporting. We will fix it. Regards, Anup