From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32825) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fJb9T-0002io-BD for qemu-devel@nongnu.org; Fri, 18 May 2018 04:54:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fJb9O-0005My-Fv for qemu-devel@nongnu.org; Fri, 18 May 2018 04:54:15 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:34300) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fJb9O-0005Mj-9z for qemu-devel@nongnu.org; Fri, 18 May 2018 04:54:10 -0400 Received: by mail-wm0-f67.google.com with SMTP id a137-v6so2614925wme.1 for ; Fri, 18 May 2018 01:54:09 -0700 (PDT) References: <4521b265-855f-7f06-ffff-3fa394380922@xenosoft.de> From: Thomas Huth Message-ID: Date: Fri, 18 May 2018 10:54:06 +0200 MIME-Version: 1.0 In-Reply-To: <4521b265-855f-7f06-ffff-3fa394380922@xenosoft.de> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PPC64] P5020DS: Booting from img possible (-drive)? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian Zigotzky , "kvm-ppc@vger.kernel.org" , qemu-devel@nongnu.org, Alexander Graf On 18.05.2018 08:01, Christian Zigotzky wrote: > |Hello, > > I was able to boot a Linux kernel (uImage) with an initrd in a virtual > P5020DS PPC64 machine with an e5500 core (QEMU 2.12.0) with the > following command. > > qemu-system-ppc64 -M ppce500 -cpu e5500 -m 2048 -initrd > /home/christian/Downloads/slitaz25.gz -nographic -kernel > /home/christian/Downloads/vmlinux-4.17-rc5-AmigaOne_X1000_X5000/X5000/uImage-4.17 > -net nic,vlan=0,model=e1000 -net user,vlan=0 -machine > dt_compatible=fsl,,P5020DS -append "root=/dev/ramdisk" > > It also works with the machine 'MPC8544DS': > > qemu-system-ppc64 -M mpc8544ds -cpu e5500 -m 2048 -initrd > /home/christian/Downloads/slitaz25.gz -nographic -kernel > /home/christian/Downloads/vmlinux-4.17-rc5-AmigaOne_X1000_X5000/X5000/uImage-4.17 > -net nic,vlan=0,model=e1000 -net user,vlan=0 -machine > dt_compatible=fsl,,P5020DS -append "root=/dev/ramdisk" These two machines ppce500 and mpc8544ds are "embedded" PowerPC machines... > I tried to boot ubuntu MATE 16.04 LTS PowerPC from an img with the > option '-drive' but without any success. Is it possible to boot from a > hard disk img with a virtual P5020DS PPC64 machine? Can I use a virtual > graphics card with this machine? ... but according to http://cdimage.ubuntu.com/releases/16.04/release/ Ubuntu 16.04 is for Apple and IBM machines only, so I don't think that you'll be able to run this on an embedded PPC machine? Thomas From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Huth Date: Fri, 18 May 2018 08:54:06 +0000 Subject: Re: [Qemu-devel] [PPC64] P5020DS: Booting from img possible (-drive)? Message-Id: List-Id: References: <4521b265-855f-7f06-ffff-3fa394380922@xenosoft.de> In-Reply-To: <4521b265-855f-7f06-ffff-3fa394380922@xenosoft.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: Christian Zigotzky , "kvm-ppc@vger.kernel.org" , qemu-devel@nongnu.org, Alexander Graf On 18.05.2018 08:01, Christian Zigotzky wrote: > |Hello, >=20 > I was able to boot a Linux kernel (uImage) with an initrd in a virtual > P5020DS PPC64 machine with an e5500 core (QEMU 2.12.0) with the > following command. >=20 > qemu-system-ppc64 -M ppce500 -cpu e5500 -m 2048 -initrd > /home/christian/Downloads/slitaz25.gz -nographic -kernel > /home/christian/Downloads/vmlinux-4.17-rc5-AmigaOne_X1000_X5000/X5000/uIm= age-4.17 > -net nic,vlan=3D0,model=E1000 -net user,vlan=3D0 -machine > dt_compatible=3Dfsl,,P5020DS -append "root=3D/dev/ramdisk" >=20 > It also works with the machine 'MPC8544DS': >=20 > qemu-system-ppc64 -M mpc8544ds -cpu e5500 -m 2048 -initrd > /home/christian/Downloads/slitaz25.gz -nographic -kernel > /home/christian/Downloads/vmlinux-4.17-rc5-AmigaOne_X1000_X5000/X5000/uIm= age-4.17 > -net nic,vlan=3D0,model=E1000 -net user,vlan=3D0 -machine > dt_compatible=3Dfsl,,P5020DS -append "root=3D/dev/ramdisk" These two machines ppce500 and mpc8544ds are "embedded" PowerPC machines... > I tried to boot ubuntu MATE 16.04 LTS PowerPC from an img with the > option '-drive' but without any success. Is it possible to boot from a > hard disk img with a virtual P5020DS PPC64 machine? Can I use a virtual > graphics card with this machine? ... but according to http://cdimage.ubuntu.com/releases/16.04/release/ Ubuntu 16.04 is for Apple and IBM machines only, so I don't think that you'll be able to run this on an embedded PPC machine? Thomas