All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] hw: Use PCI macros from 'hw/pci/pci.h'
@ 2020-10-12 12:45 ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 30+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-10-12 12:45 UTC (permalink / raw)
  To: qemu-devel
  Cc: Peter Maydell, Paul Durrant, Mark Cave-Ayland, Huacai Chen,
	Stefano Stabellini, Yoshinori Sato, qemu-trivial, Helge Deller,
	Michael S. Tsirkin, Aleksandar Markovic, Anthony Perard,
	xen-devel, David Gibson, Philippe Mathieu-Daudé,
	Aleksandar Rikalo, Eduardo Habkost, qemu-arm,
	Cédric Le Goater, Richard Henderson,
	Philippe Mathieu-Daudé,
	qemu-ppc, Paolo Bonzini, Aurelien Jarno

Trivial patches using the generic PCI macros from "hw/pci/pci.h".

Philippe Mathieu-Daudé (5):
  hw/pci-host/bonito: Make PCI_ADDR() macro more readable
  hw/pci-host: Use the PCI_BUILD_BDF() macro from 'hw/pci/pci.h'
  hw/pci-host/uninorth: Use the PCI_FUNC() macro from 'hw/pci/pci.h'
  hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h'
  hw: Use the PCI_DEVFN() macro from 'hw/pci/pci.h'

 hw/arm/virt.c          | 3 ++-
 hw/hppa/dino.c         | 2 +-
 hw/i386/xen/xen-hvm.c  | 2 +-
 hw/isa/piix3.c         | 2 +-
 hw/mips/gt64xxx_pci.c  | 2 +-
 hw/pci-host/bonito.c   | 5 ++---
 hw/pci-host/pnv_phb4.c | 2 +-
 hw/pci-host/ppce500.c  | 2 +-
 hw/pci-host/uninorth.c | 8 +++-----
 hw/ppc/ppc4xx_pci.c    | 2 +-
 hw/sh4/sh_pci.c        | 2 +-
 11 files changed, 15 insertions(+), 17 deletions(-)

-- 
2.26.2




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

end of thread, other threads:[~2021-01-04  9:34 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-12 12:45 [PATCH 0/5] hw: Use PCI macros from 'hw/pci/pci.h' Philippe Mathieu-Daudé
2020-10-12 12:45 ` Philippe Mathieu-Daudé
2020-10-12 12:45 ` [PATCH 1/5] hw/pci-host/bonito: Make PCI_ADDR() macro more readable Philippe Mathieu-Daudé
2020-10-12 12:45   ` Philippe Mathieu-Daudé
2020-10-12 13:55   ` BALATON Zoltan via
2020-10-12 13:55     ` BALATON Zoltan
2020-10-12 14:27     ` Philippe Mathieu-Daudé
2020-10-12 14:27       ` Philippe Mathieu-Daudé
2020-10-12 12:45 ` [PATCH 2/5] hw/pci-host: Use the PCI_BUILD_BDF() macro from 'hw/pci/pci.h' Philippe Mathieu-Daudé
2020-10-12 12:45   ` Philippe Mathieu-Daudé
2020-10-13  0:42   ` David Gibson
2020-10-13  0:42     ` David Gibson
2020-10-12 12:45 ` [PATCH 3/5] hw/pci-host/uninorth: Use the PCI_FUNC() " Philippe Mathieu-Daudé
2020-10-12 12:45   ` Philippe Mathieu-Daudé
2020-10-13  0:42   ` David Gibson
2020-10-13  0:42     ` David Gibson
2020-10-12 12:45 ` [PATCH 4/5] hw: Use the PCI_SLOT() " Philippe Mathieu-Daudé
2020-10-12 12:45   ` Philippe Mathieu-Daudé
2020-10-12 12:52   ` Paul Durrant
2020-10-12 12:52     ` Paul Durrant
2020-10-13  0:43   ` David Gibson
2020-10-13  0:43     ` David Gibson
2020-10-12 12:45 ` [PATCH 5/5] hw: Use the PCI_DEVFN() " Philippe Mathieu-Daudé
2020-10-12 12:45   ` Philippe Mathieu-Daudé
2020-10-13  0:45   ` David Gibson
2020-10-13  0:45     ` David Gibson
2021-01-03 13:04 ` [PATCH 0/5] hw: Use PCI macros " Philippe Mathieu-Daudé
2021-01-03 13:04   ` Philippe Mathieu-Daudé
2021-01-04  9:32   ` Michael S. Tsirkin
2021-01-04  9:32     ` Michael S. Tsirkin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.