qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH for-8.0 0/7] virtio, pci, xics: 3-phase reset conversions
@ 2022-11-25 11:52 Peter Maydell
  2022-11-25 11:52 ` [PATCH for-8.0 1/7] hw/virtio: Convert TYPE_VIRTIO_PCI to 3-phase reset Peter Maydell
                   ` (8 more replies)
  0 siblings, 9 replies; 22+ messages in thread
From: Peter Maydell @ 2022-11-25 11:52 UTC (permalink / raw)
  To: qemu-devel
  Cc: Gerd Hoffmann, Michael S. Tsirkin, Daniel Henrique Barboza,
	Cédric Le Goater, Greg Kurz, Marcel Apfelbaum, qemu-ppc

This patchset converts a miscellaneous collection of classes
to 3-phase reset. The common link, as with other series I've
sent out recently, is converting child classes that currently
use device_class_set_parent_reset() so that we can remove
that function. To do this we first need to convert the parent
class, and then the subclass.

The first two patches handle TYPE_VIRTIO_VGA_BASE, and its parent
TYPE_VIRTIO_PCI.

The second two handle the parent TYPE_PCIE_ROOT_PORT and its two
child classes TYPE_CXL_ROOT_PORT and TYPE_PNV_PHB_ROOT_PORT.

The last three deal with TYPE_PHB3_MSI and the parenT TYPE_ICS.

This is all 8.0 material.

thanks
-- PMM

Peter Maydell (7):
  hw/virtio: Convert TYPE_VIRTIO_PCI to 3-phase reset
  hw/display/virtio-vga: Convert TYPE_VIRTIO_VGA_BASE to 3-phase reset
  pci: Convert TYPE_PCIE_ROOT_PORT to 3-phase reset
  pci: Convert child classes of TYPE_PCIE_ROOT_PORT to 3-phase reset
  hw/intc/xics: Reset TYPE_ICS objects with device_cold_reset()
  hw/intc/xics: Convert TYPE_ICS to 3-phase reset
  hw/pci-host/pnv_phb3_msi: Convert TYPE_PHB3_MSI to 3-phase reset

 hw/display/virtio-vga.h        |  2 +-
 include/hw/pci/pcie_port.h     |  2 +-
 include/hw/ppc/xics.h          |  2 +-
 hw/display/virtio-vga.c        | 15 +++++++++------
 hw/intc/xics.c                 | 11 ++++++-----
 hw/pci-bridge/cxl_root_port.c  | 14 +++++++++-----
 hw/pci-bridge/pcie_root_port.c |  8 +++++---
 hw/pci-host/pnv_phb.c          | 18 ++++++++++--------
 hw/pci-host/pnv_phb3_msi.c     | 22 +++++++++-------------
 hw/virtio/virtio-pci.c         |  8 +++++---
 10 files changed, 56 insertions(+), 46 deletions(-)

-- 
2.25.1



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

end of thread, other threads:[~2022-12-16 16:03 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-25 11:52 [PATCH for-8.0 0/7] virtio, pci, xics: 3-phase reset conversions Peter Maydell
2022-11-25 11:52 ` [PATCH for-8.0 1/7] hw/virtio: Convert TYPE_VIRTIO_PCI to 3-phase reset Peter Maydell
2022-11-25 13:30   ` Philippe Mathieu-Daudé
2022-11-25 11:52 ` [PATCH for-8.0 2/7] hw/display/virtio-vga: Convert TYPE_VIRTIO_VGA_BASE " Peter Maydell
2022-11-30 10:46   ` Philippe Mathieu-Daudé
2022-11-25 11:52 ` [PATCH for-8.0 3/7] pci: Convert TYPE_PCIE_ROOT_PORT " Peter Maydell
2022-11-30 10:18   ` Philippe Mathieu-Daudé
2022-11-25 11:52 ` [PATCH for-8.0 4/7] pci: Convert child classes of " Peter Maydell
2022-11-30 10:45   ` Philippe Mathieu-Daudé
2022-11-25 11:52 ` [PATCH for-8.0 5/7] hw/intc/xics: Reset TYPE_ICS objects with device_cold_reset() Peter Maydell
2022-11-25 12:24   ` Cédric Le Goater
2022-11-25 13:45     ` Greg Kurz
2022-11-30 10:21       ` Philippe Mathieu-Daudé
2022-11-25 11:52 ` [PATCH for-8.0 6/7] hw/intc/xics: Convert TYPE_ICS to 3-phase reset Peter Maydell
2022-11-25 12:25   ` Cédric Le Goater
2022-11-25 13:48   ` Greg Kurz
2022-11-30 10:22   ` Philippe Mathieu-Daudé
2022-11-25 11:52 ` [PATCH for-8.0 7/7] hw/pci-host/pnv_phb3_msi: Convert TYPE_PHB3_MSI " Peter Maydell
2022-11-25 12:25   ` Cédric Le Goater
2022-11-30 10:23   ` Philippe Mathieu-Daudé
2022-11-30 12:20 ` [PATCH for-8.0 0/7] virtio, pci, xics: 3-phase reset conversions Daniel Henrique Barboza
2022-12-16 16:02 ` Peter Maydell

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