Re: [Qemu-discuss] [Qemu-ppc] [Help]How to simulate a power8 guest on X86 host

2016-12-19 Thread 顾政
Hi Thomas, Thanks for your quick response. I removed unnecessary devices and changed pseries to pseries-2.8, now it works, following is the new script. /usr/local/bin/qemu-system-ppc64 -name generic-ppc64le -S -machine pseries-2.8,accel=tcg,usb=off -m 2048 -realtime mlock=off -smp 1,sockets=1

[Qemu-discuss] [Help]How to simulate a power8 guest on X86 host

2016-12-19 Thread 顾政
Hi all, I tried to simulate a ppc64 guest to install Ubuntu-16.04.1-server-ppc64el: http://101.96.10.47/cdimage.ubuntu.com/releases/16.04/release/ubuntu-16.04.1-server-ppc64el.iso But it failed (start kernel paniced) after enter the install stage, following is the detail command (generated via vi

Re: [Qemu-discuss] [Qemu-ppc] [Help]How to simulate a power8 guest on X86 host

2016-12-19 Thread Thomas Huth
On 19.12.2016 04:02, 顾政 wrote: > Hi all, > I tried to simulate a ppc64 guest to install Ubuntu-16.04.1-server-ppc64el: > http://101.96.10.47/cdimage.ubuntu.com/releases/16.04/release/ubuntu-16.04.1-server-ppc64el.iso > > But it failed (start kernel paniced) after enter the install stage, > follow