qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Helge Deller <deller@gmx.de>
To: qemu-devel@nongnu.org
Cc: Helge Deller <deller@gmx.de>, Richard Henderson <rth@twiddle.net>
Subject: [PATCH 0/4] Various fixes for hppa architecture
Date: Mon, 27 Jul 2020 23:46:04 +0200	[thread overview]
Message-ID: <20200727214608.32710-1-deller@gmx.de> (raw)

This patch series fixes a few issues with the hppa emulation:

* The artist framebuffer emulation reports:
  "write outside bounds: wants 1256x1023, max size 1280x1024"
  This is fixed by a patch from Sven Schnelle.

* Fix a SeaBIOS hppa compilation issue with gcc-10.

* Implement a proper SeaBIOS firmware version check to prevent
  incompatibility issues between emulation and firmware.

* The hppa_hardware.h file is shared with SeaBIOS. Sync it.

The series can be pulled from the fw_cfg-3 branch at:
https://github.com/hdeller/qemu-hppa.git  fw_cfg-3

Helge

Helge Deller (3):
  hw/hppa: Sync hppa_hardware.h file with SeaBIOS sources
  seabios-hppa: Update to SeaBIOS hppa version 1
  hw/hppa: Implement proper SeaBIOS version check

Sven Schnelle (1):
  hw/display/artist.c: fix out of bounds check

 hw/display/artist.c       |  18 ++++++------------
 hw/hppa/hppa_hardware.h   |   6 ++++++
 hw/hppa/lasi.c            |   2 --
 hw/hppa/machine.c         |  22 ++++++++++++++++++++++
 pc-bios/hppa-firmware.img | Bin 766136 -> 783144 bytes
 roms/seabios-hppa         |   2 +-
 6 files changed, 35 insertions(+), 15 deletions(-)

--
2.21.3



             reply	other threads:[~2020-07-27 21:49 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-27 21:46 Helge Deller [this message]
2020-07-27 21:46 ` [PATCH 1/4] hw/hppa: Sync hppa_hardware.h file with SeaBIOS sources Helge Deller
2020-07-29 16:36   ` Richard Henderson
2020-07-29 18:21   ` Philippe Mathieu-Daudé
2020-08-01 13:11     ` Helge Deller
2020-07-27 21:46 ` [PATCH 2/4] seabios-hppa: Update to SeaBIOS hppa version 1 Helge Deller
2020-07-27 21:46 ` [PATCH 3/4] hw/hppa: Implement proper SeaBIOS version check Helge Deller
2020-07-27 21:46 ` [PATCH 4/4] hw/display/artist.c: fix out of bounds check Helge Deller
2020-07-29 17:26   ` Richard Henderson
2020-08-01 13:10     ` Helge Deller

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=20200727214608.32710-1-deller@gmx.de \
    --to=deller@gmx.de \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    /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).