qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/4] QOM'ify PCIDevices


From: Philippe Mathieu-Daudé
Subject: [Qemu-devel] [PATCH 0/4] QOM'ify PCIDevices
Date: Sun, 17 Dec 2017 17:49:08 -0300

Hi,

In this series we QOM'ify the last few PCI devices still using
PCIDeviceClass->init() by converting this init() to realize(),

Then we finally remove the then PCIDeviceClass->init() method for good.

Regards,

Phil.

Philippe Mathieu-Daudé (4):
  hw/block/nvme: QOM'ify PCI NVME
  hw/pci-host/piix: QOM'ify the IGD Passthrough host bridge
  hw/pci-host/xilinx: QOM'ify the AXI-PCIe host bridge
  hw/pci: remove obsolete PCIDevice->init()

 include/hw/pci/pci.h      |  1 -
 hw/block/nvme.c           | 32 +++++++++++++++++---------------
 hw/pci-host/piix.c        | 31 +++++++++++++++----------------
 hw/pci-host/xilinx-pcie.c | 19 +++++++++----------
 hw/pci/pci.c              | 14 --------------
 5 files changed, 41 insertions(+), 56 deletions(-)

-- 
2.15.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]