qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] hw/pci-host: Re-use generic pci_host_data_le_ops MemoryRegionOps
@ 2025-10-27 13:30 Philippe Mathieu-Daudé
  2025-10-27 13:30 ` [PATCH 1/4] hw/pci/pci_host: Add 'config-reg-check-high-bit' property Philippe Mathieu-Daudé
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Philippe Mathieu-Daudé @ 2025-10-27 13:30 UTC (permalink / raw)
  To: qemu-devel
  Cc: Mark Cave-Ayland, Michael S. Tsirkin, Richard Henderson,
	Marcel Apfelbaum, Helge Deller, Philippe Mathieu-Daudé

Add the 'config-reg-check-high-bit' property in order to re-use
the generic pci_host_data_le_ops MemoryRegionOps.

Philippe Mathieu-Daudé (4):
  hw/pci/pci_host: Add 'config-reg-check-high-bit' property
  hw/pci-host/astro: Re-use generic pci_host_data_le_ops MemoryRegionOps
  hw/pci-host/dino: Re-use generic pci_host_data_le_ops MemoryRegionOps
  hw/pci-host/sabre: Re-use generic pci_host_data_le_ops MemoryRegionOps

 include/hw/pci/pci_host.h |  1 +
 hw/pci-host/astro.c       | 35 ++++++++---------------------------
 hw/pci-host/dino.c        | 30 ++++++++----------------------
 hw/pci-host/sabre.c       | 34 +++-------------------------------
 hw/pci/pci_host.c         | 10 +++++++---
 hw/pci-host/trace-events  |  4 ----
 6 files changed, 27 insertions(+), 87 deletions(-)

-- 
2.51.0



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-10-27 15:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-27 13:30 [PATCH 0/4] hw/pci-host: Re-use generic pci_host_data_le_ops MemoryRegionOps Philippe Mathieu-Daudé
2025-10-27 13:30 ` [PATCH 1/4] hw/pci/pci_host: Add 'config-reg-check-high-bit' property Philippe Mathieu-Daudé
2025-10-27 13:30 ` [PATCH 2/4] hw/pci-host/astro: Re-use generic pci_host_data_le_ops MemoryRegionOps Philippe Mathieu-Daudé
2025-10-27 13:30 ` [PATCH 3/4] hw/pci-host/dino: " Philippe Mathieu-Daudé
2025-10-27 15:34   ` Philippe Mathieu-Daudé
2025-10-27 13:30 ` [PATCH 4/4] hw/pci-host/sabre: " Philippe Mathieu-Daudé

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).