Re: [Qemu-devel] [PATCH v8 10/10] hw/m68k: define Macintosh Quadra 800

2019-06-26 Thread Thomas Huth
Am Wed, 26 Jun 2019 19:51:12 +0200 schrieb Philippe Mathieu-Daudé : > On 6/25/19 6:30 PM, Thomas Huth wrote: > > Am Thu, 20 Jun 2019 00:19:33 +0200 > > schrieb Laurent Vivier : > > > >> If you want to test the machine, it doesn't yet boot a MacROM, but > >> you can boot a linux kernel from the

Re: [Qemu-devel] [PATCH v8 10/10] hw/m68k: define Macintosh Quadra 800

2019-06-26 Thread Philippe Mathieu-Daudé
On 6/25/19 6:30 PM, Thomas Huth wrote: > Am Thu, 20 Jun 2019 00:19:33 +0200 > schrieb Laurent Vivier : > >> If you want to test the machine, it doesn't yet boot a MacROM, but >> you can boot a linux kernel from the command line. > > I gave the patch series a quick try, and was indeed able to boot

Re: [Qemu-devel] [PATCH v8 10/10] hw/m68k: define Macintosh Quadra 800

2019-06-25 Thread Thomas Huth
Am Thu, 20 Jun 2019 00:19:33 +0200 schrieb Laurent Vivier : > If you want to test the machine, it doesn't yet boot a MacROM, but > you can boot a linux kernel from the command line. I gave the patch series a quick try, and was indeed able to boot the Debian installer with the q800 machine, so: T

[Qemu-devel] [PATCH v8 10/10] hw/m68k: define Macintosh Quadra 800

2019-06-19 Thread Laurent Vivier
If you want to test the machine, it doesn't yet boot a MacROM, but you can boot a linux kernel from the command line. You can install your own disk using debian-installer with: ./qemu-system-m68k \ -M q800 \ -serial none -serial mon:stdio \ -m 1000M -drive file=m68k.qcow2,format=q