Displaying 2 results from an estimated 2 matches for "dangerzon".
Did you mean:
dangerzone
2017 Mar 14
0
Re: MIPS emulation broken - No PCI buses available
...d of ppc64, so I'm not sure
you're trying exactly the same thing, but you can create a
ppc64 guest with recent software quite easily by using
virt-builder:
$ virt-builder \
fedora-25 \
--arch ppc64 \
--output f25-ppc64.qcow2 \
--format qcow2 \
--root-password password:dangerzone
This is a minimal guest XML that will allow you to import
the image generated above into libvirt:
<domain type='qemu'>
<name>f25-ppc64</name>
<memory unit='KiB'>2097152</memory>
<currentMemory unit='KiB'>2097152</curren...
2017 Mar 14
2
Re: MIPS emulation broken - No PCI buses available
On 03/14/2017 05:59 AM, Daniel P. Berrange wrote:
> You are probably better off using PPC64 which is big-endian and much more
> widely tested in libvirt than MIPS, so actually likely to work reliably.
I did try that, but I wasn't able to get past errors about the
machine type not supporting IDE (or something like that). I finally
just gave up and use qemu-system-ppc directly, along