Comment 5 for bug 1563887

Revision history for this message
Serge Hallyn (serge-hallyn) wrote : Re: [Bug 1563887] Re: qemu-system-ppc64 freezes on starting image on ppc64le

Could you try this using upstream qemu?

git clone http://git.qemu.org/git/qemu.git
cd qemu
sudo apt-get -y build-dep qemu
./configure --target-list=ppc64-softmmu
make
cd ppc64-softmmu
./qemu-system-ppc64 [...]