search for: kvmppc_set_papr

Displaying 2 results from an estimated 2 matches for "kvmppc_set_papr".

Did you mean: kvmppc_set_gpr
2014 Jun 04
2
Re: libguestfs supermin error
Hi Rich.. I'm now getting following logs after following your instructions.. libguestfs-test-tool ************************************************************ * IMPORTANT NOTICE * * When reporting bugs, include the COMPLETE, UNEDITED * output below in your bug report. * ************************************************************
2014 Jun 10
2
Re: libguestfs supermin error
...support PAPR > > I don't think I sent a reply to this email before, however the error > above is obviously the problem. The solution is less obvious ... > > Here is the code. It seems to be checking a kernel capability which > is missing on your (host) kernel: > > void kvmppc_set_papr(PowerPCCPU *cpu) > { > CPUState *cs = CPU(cpu); > int ret; > > ret = kvm_vcpu_enable_cap(cs, KVM_CAP_PPC_PAPR, 0); > if (ret) { > cpu_abort(cs, "This KVM version does not support PAPR\n"); > } > > /* Update the capability flag...