qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: BALATON Zoltan <balaton@eik.bme.hu>
To: qemu-devel@nongnu.org, qemu-ppc@nongnu.org
Cc: "Hervé Poussineau" <hpoussin@reactos.org>,
	"Artyom Tarasenko" <atar4qemu@gmail.com>,
	"Nicholas Piggin" <npiggin@gmail.com>
Subject: [PATCH v2 00/14] hw/pci-host/raven clean ups
Date: Thu, 03 Jul 2025 00:08:54 +0200 (CEST)	[thread overview]
Message-ID: <cover.1751493467.git.balaton@eik.bme.hu> (raw)

Hello,

This series cleans up and simplifies the raven model which does some
strange stuff that no other pci-host is doing and does it in a
convoluted way and also has some legacy bits that can be removed.
Apart from making the model much more readable this also fixes the
non-contiguous IO control bit which was there but did not work as it
was not connected but apparently it's not really used by any guest so
that wasn't noticed.

Regards,
BALATON Zoltan

v2:
- rebase on master
- add R-b tags from Philippe

BALATON Zoltan (14):
  hw/pci-host/raven: Simplify PCI facing part
  hw/pci-host/raven: Simplify host bridge type declaration
  hw/pci-host/raven: Use DEFINE_TYPES macro
  hw/pci-host/raven: Simplify PCI bus creation
  hw/pci-host/raven: Simplify PCI interrupt routing
  hw/pci-host/raven: Simplify direct config access address decoding
  hw/pci-host/raven: Rename direct config access ops
  hw/pci-host/raven: Use correct parameter in direct access ops
  hw/pci-host/raven: Do not use parent object for mmcfg region
  hw/pci-host/raven: Fix PCI config direct access region
  hw/pci-host/raven: Simpify discontiguous IO access
  hw/pci-host/raven: Move bus master address space creation to one place
  hw/pci-host/raven: Do not map regions in init method
  hw/ppc/prep: Fix non-contiguous IO control bit

 hw/pci-host/raven.c       | 328 ++++++++++++--------------------------
 hw/ppc/prep.c             |  19 ++-
 hw/ppc/prep_systemio.c    |  14 +-
 include/hw/pci/pci_host.h |   1 -
 4 files changed, 127 insertions(+), 235 deletions(-)

-- 
2.41.3



             reply	other threads:[~2025-07-02 22:16 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-02 22:08 BALATON Zoltan [this message]
2025-07-02 22:08 ` [PATCH v2 01/14] hw/pci-host/raven: Simplify PCI facing part BALATON Zoltan
2025-07-02 22:08 ` [PATCH v2 02/14] hw/pci-host/raven: Simplify host bridge type declaration BALATON Zoltan
2025-07-02 22:08 ` [PATCH v2 03/14] hw/pci-host/raven: Use DEFINE_TYPES macro BALATON Zoltan
2025-07-02 22:08 ` [PATCH v2 04/14] hw/pci-host/raven: Simplify PCI bus creation BALATON Zoltan
2025-07-02 22:08 ` [PATCH v2 05/14] hw/pci-host/raven: Simplify PCI interrupt routing BALATON Zoltan
2025-07-02 22:09 ` [PATCH v2 06/14] hw/pci-host/raven: Simplify direct config access address decoding BALATON Zoltan
2025-07-02 22:09 ` [PATCH v2 07/14] hw/pci-host/raven: Rename direct config access ops BALATON Zoltan
2025-07-02 22:09 ` [PATCH v2 08/14] hw/pci-host/raven: Use correct parameter in direct " BALATON Zoltan
2025-07-02 22:09 ` [PATCH v2 09/14] hw/pci-host/raven: Do not use parent object for mmcfg region BALATON Zoltan
2025-07-02 22:09 ` [PATCH v2 10/14] hw/pci-host/raven: Fix PCI config direct access region BALATON Zoltan
2025-07-02 22:09 ` [PATCH v2 11/14] hw/pci-host/raven: Simpify discontiguous IO access BALATON Zoltan
2025-07-02 22:09 ` [PATCH v2 12/14] hw/pci-host/raven: Move bus master address space creation to one place BALATON Zoltan
2025-07-02 22:09 ` [PATCH v2 13/14] hw/pci-host/raven: Do not map regions in init method BALATON Zoltan
2025-07-02 22:09 ` [PATCH v2 14/14] hw/ppc/prep: Fix non-contiguous IO control bit BALATON Zoltan

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=cover.1751493467.git.balaton@eik.bme.hu \
    --to=balaton@eik.bme.hu \
    --cc=atar4qemu@gmail.com \
    --cc=hpoussin@reactos.org \
    --cc=npiggin@gmail.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@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).