qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: Laurent Vivier <laurent@vivier.eu>, qemu-devel@nongnu.org
Cc: "Kevin Wolf" <kwolf@redhat.com>, "Fam Zheng" <fam@euphon.net>,
	qemu-block@nongnu.org, "Thomas Huth" <huth@tuxfamily.org>,
	"Jason Wang" <jasowang@redhat.com>,
	"Mark Cave-Ayland" <mark.cave-ayland@ilande.co.uk>,
	"Dr . David Alan Gilbert" <dgilbert@redhat.com>,
	"Max Reitz" <mreitz@redhat.com>,
	"Hervé Poussineau" <hpoussin@reactos.org>,
	"Gerd Hoffmann" <kraxel@redhat.com>,
	"Marc-André Lureau" <marcandre.lureau@redhat.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Aurelien Jarno" <aurelien@aurel32.net>
Subject: Re: [PATCH v13 0/9] hw/m68k: add Apple Machintosh Quadra 800 machine
Date: Fri, 27 Sep 2019 11:32:31 +0200	[thread overview]
Message-ID: <93f44eff-bcb5-8dde-0b71-b3e3a8e8aacf@redhat.com> (raw)
In-Reply-To: <20190927090453.24712-1-laurent@vivier.eu>

On 9/27/19 11:04 AM, Laurent Vivier wrote:
> I'm rebasing some of these patches for seven years now,
> too many years...
> 
> if you want to test the machine, I'm sorry, it doesn't boot
> a MacROM, but you can boot a linux kernel from the command line.
> 
> You can install your own disk using debian-installer, with:
> 
>     ...
>     -M q800 \
>     -serial none -serial mon:stdio \
>     -m 1000M \
>     -net nic,model=dp83932,addr=09:00:07:12:34:57 \
>     -append "console=ttyS0 vga=off" \
>     -kernel vmlinux-4.16.0-1-m68k \
>     -initrd initrd.gz \
>     -drive file=debian-10.0-m68k-NETINST-1.iso,media=cdrom \
>     -drive file=m68k.qcow2,format=qcow2 \
>     -nographic
> 
> If you use a graphic adapter instead of "-nographic", you can use "-g" to set the
> size of the display (I use "-g 1600x800x24").
> 
> You can get the ISO from:
> 
> https://cdimage.debian.org/cdimage/ports/10.0/m68k/iso-cd/debian-10.0-m68k-NETINST-1.iso
> 
> and extract the kernel and initrd.gz:
> 
> guestfish --add debian-10.0-m68k-NETINST-1.iso --ro \
>           --mount /dev/sda:/ <<_EOF_
> copy-out /install/cdrom/initrd.gz .
> copy-out /install/kernels/vmlinux-4.16.0-1-m68k .
> _EOF_
> 
> The mirror to use is: http://ftp.ports.debian.org/debian-ports/
> when it fails, continue without boot loader.
> 
> In the same way, you can extract the kernel and the initramfs from the qcow2
> image to use it with "-kernel" and "-initrd":
> 
> guestfish --add m68k.qcow2 --mount /dev/sda2:/ <<_EOF_
> copy-out /boot/vmlinux-4.16.0-1-m68k .
> copy-out /boot/initrd.img-4.16.0-1-m68k .
> _EOF_
> 
> and boot with:
> 
>    ...
>    -append "root=/dev/sda2 rw console=ttyS0 console=tty \
>    -kernel vmlinux-4.16.0-1-m68k \
>    -initrd initrd.img-4.16.0-1-m68k
> 
> NOTE: DHCP doesn't work but you can assign a static IP address.

Series:
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
(on x86 host)


  parent reply	other threads:[~2019-09-27  9:35 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-27  9:04 [PATCH v13 0/9] hw/m68k: add Apple Machintosh Quadra 800 machine Laurent Vivier
2019-09-27  9:04 ` [PATCH v13 1/9] esp: add pseudo-DMA as used by Macintosh Laurent Vivier
2019-10-01 19:11   ` Laurent Vivier
2019-10-02 11:10   ` Philippe Mathieu-Daudé
2019-10-02 12:33     ` Laurent Vivier
2019-10-02 15:03       ` Philippe Mathieu-Daudé
2019-09-27  9:04 ` [PATCH v13 2/9] dp8393x: manage big endian bus Laurent Vivier
2019-09-27  9:04 ` [PATCH v13 3/9] hw/m68k: add VIA support Laurent Vivier
2019-09-27  9:04 ` [PATCH v13 4/9] hw/m68k: implement ADB bus support for via Laurent Vivier
2019-09-27  9:04 ` [PATCH v13 5/9] hw/m68k: add Nubus support Laurent Vivier
2019-09-27  9:04 ` [PATCH v13 6/9] hw/m68k: add Nubus macfb video card Laurent Vivier
2019-09-27  9:04 ` [PATCH v13 7/9] hw/m68k: add a dummy SWIM floppy controller Laurent Vivier
2019-09-27  9:24   ` Philippe Mathieu-Daudé
2019-09-27  9:04 ` [PATCH v13 8/9] hw/m68k: define Macintosh Quadra 800 Laurent Vivier
2019-09-27  9:04 ` [PATCH v13 9/9] BootLinuxConsoleTest: Test the " Laurent Vivier
2019-09-27  9:32 ` Philippe Mathieu-Daudé [this message]
2019-09-27 23:41 ` [PATCH v13 0/9] hw/m68k: add Apple Machintosh Quadra 800 machine no-reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=93f44eff-bcb5-8dde-0b71-b3e3a8e8aacf@redhat.com \
    --to=philmd@redhat.com \
    --cc=aurelien@aurel32.net \
    --cc=dgilbert@redhat.com \
    --cc=fam@euphon.net \
    --cc=hpoussin@reactos.org \
    --cc=huth@tuxfamily.org \
    --cc=jasowang@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=laurent@vivier.eu \
    --cc=marcandre.lureau@redhat.com \
    --cc=mark.cave-ayland@ilande.co.uk \
    --cc=mreitz@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).