Richard Henderson <[email protected]> writes: > On 1/7/26 23:43, Markus Armbruster wrote: >> @@ -2032,7 +2032,8 @@ void riscv_kvm_cpu_finalize_features(RISCVCPU *cpu, >> Error **errp) >> reg.addr = (uint64_t)&val; >> ret = ioctl(kvmcpu.cpufd, KVM_GET_ONE_REG, ®); >> if (ret != 0) { >> - error_setg(errp, "Unable to read cbom_blocksize, error %d", >> errno); >> + error_setg(errp, errno, >> + "Unable to read cbom_blocksize"); >> return; >> } >> > > Missed changing the function.
[...] Sorry about that. v2 coming.
