From: Artyom Tarasenko <atar4qemu@gmail.com>
To: qemu-devel@nongnu.org, hpoussin@reactos.org
Cc: Artyom Tarasenko <atar4qemu@gmail.com>
Subject: [Qemu-devel] [PATCH v2 0/3] Improve 40p, make AIX 5.1 boot
Date: Sat, 4 May 2019 23:02:31 +0200 [thread overview]
Message-ID: <1557003754-26473-1-git-send-email-atar4qemu@gmail.com> (raw)
This series makes various fixes for the -M 40p target.
Particularly now it's possible to boot AIX 5.1 (both from a cdrom
and a hard disk).
The OFW image:
https://github.com/artyom-tarasenko/openfirmware/releases/download/20190406-AIX-boots/q40pofw-serial.rom
The command line:
qemu-system-ppc -M 40p -bios q40pofw-serial.rom -serial telnet::4441,server -hda aix-hdd.qcow2 -cdrom \
/path/to/aix-5.1-cd1.iso -vga none -nographic
More info can be found here:
https://tyom.blogspot.com/2019/04/aixprep-under-qemu-how-to.html
Artyom Tarasenko (3):
lsi53c895a: hide 53c895a registers in 53c810
40p and prep: implement PCI bus mastering
hw/isa/i82378.c: use 1900 as a base year
hw/isa/i82378.c | 4 +++-
hw/pci-host/prep.c | 15 +++++++++++----
hw/scsi/lsi53c895a.c | 17 ++++++++++++++---
3 files changed, 28 insertions(+), 8 deletions(-)
--
2.7.2
next reply other threads:[~2019-05-04 21:03 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-04 21:02 Artyom Tarasenko [this message]
2019-05-04 21:02 ` [Qemu-devel] [PATCH v2 0/3] Improve 40p, make AIX 5.1 boot Artyom Tarasenko
2019-05-04 21:02 ` [Qemu-devel] [PATCH v2 1/3] lsi53c895a: hide 53c895a registers in 53c810 Artyom Tarasenko
2019-05-04 21:02 ` Artyom Tarasenko
2019-05-05 10:41 ` Mark Cave-Ayland
2019-05-05 10:41 ` Mark Cave-Ayland
2019-05-06 8:42 ` Artyom Tarasenko
2019-05-06 14:22 ` Mark Cave-Ayland
2019-05-07 15:03 ` Artyom Tarasenko
2019-05-17 14:12 ` Mark Cave-Ayland
2019-05-20 9:32 ` Paolo Bonzini
2019-05-04 21:02 ` [Qemu-devel] [PATCH 2/3] 40p and prep: implement PCI bus mastering Artyom Tarasenko
2019-05-04 21:02 ` Artyom Tarasenko
2019-05-04 21:02 ` [Qemu-devel] [PATCH v2 3/3] hw/isa/i82378.c: use 1900 as a base year Artyom Tarasenko
2019-05-04 21:02 ` Artyom Tarasenko
2019-05-05 10:46 ` Mark Cave-Ayland
2019-05-05 10:46 ` Mark Cave-Ayland
2019-05-05 15:19 ` Philippe Mathieu-Daudé
2019-05-05 15:19 ` Philippe Mathieu-Daudé
2019-05-06 8:44 ` Artyom Tarasenko
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=1557003754-26473-1-git-send-email-atar4qemu@gmail.com \
--to=atar4qemu@gmail.com \
--cc=hpoussin@reactos.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).