search for: cap_papr

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

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
...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 so we sync the right information > * with kvm */ > cap_papr = 1; > } > > I suggest asking on one of the qemu mailing lists. > > Rich. > > -- > Richard Jones, Virtualization Group, Red Hat > http://people.redhat.com/~rjones > Read my programming and virtualization blog: http://rwmj.wordpress.com > virt-df lists disk usage of...