From: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
To: "Michael S. Tsirkin" <mst@redhat.com>,
"Marcel Apfelbaum" <marcel@redhat.com>,
"Eduardo Habkost" <ehabkost@redhat.com>,
"Paul Burton" <paul.burton@mips.com>,
"Yongbok Kim" <yongbok.kim@mips.com>,
"Edgar E . Iglesias" <edgar.iglesias@gmail.com>,
"Alistair Francis" <alistair.francis@xilinx.com>,
"Hervé Poussineau" <hpoussin@reactos.org>,
"Keith Busch" <keith.busch@intel.com>
Cc: "Philippe Mathieu-Daudé" <f4bug@amsat.org>,
qemu-devel@nongnu.org, qemu-block@nongnu.org,
"James Hogan" <jhogan@kernel.org>
Subject: [Qemu-devel] [PATCH 0/4] QOM'ify PCIDevices
Date: Sun, 17 Dec 2017 17:49:08 -0300 [thread overview]
Message-ID: <20171217204912.12420-1-f4bug@amsat.org> (raw)
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
next reply other threads:[~2017-12-17 20:49 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-17 20:49 Philippe Mathieu-Daudé [this message]
2017-12-17 20:49 ` [Qemu-devel] [PATCH 1/4] hw/block/nvme: QOM'ify PCI NVME Philippe Mathieu-Daudé
2017-12-17 20:49 ` [Qemu-devel] [PATCH 2/4] hw/pci-host/piix: QOM'ify the IGD Passthrough host bridge Philippe Mathieu-Daudé
2017-12-18 7:05 ` Marcel Apfelbaum
2017-12-18 14:54 ` Philippe Mathieu-Daudé
2017-12-18 14:59 ` Philippe Mathieu-Daudé
2017-12-17 20:49 ` [Qemu-devel] [PATCH 3/4] hw/pci-host/xilinx: QOM'ify the AXI-PCIe " Philippe Mathieu-Daudé
2017-12-18 7:15 ` Marcel Apfelbaum
2017-12-18 15:11 ` Philippe Mathieu-Daudé
2017-12-17 20:49 ` [Qemu-devel] [PATCH 4/4] hw/pci: remove obsolete PCIDevice->init() Philippe Mathieu-Daudé
2017-12-18 7:07 ` Marcel Apfelbaum
2018-03-11 15:46 ` Philippe Mathieu-Daudé
2018-03-12 0:03 ` Michael S. Tsirkin
2018-03-12 0:04 ` Michael S. Tsirkin
2018-03-12 10:57 ` Philippe Mathieu-Daudé
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=20171217204912.12420-1-f4bug@amsat.org \
--to=f4bug@amsat.org \
--cc=alistair.francis@xilinx.com \
--cc=edgar.iglesias@gmail.com \
--cc=ehabkost@redhat.com \
--cc=hpoussin@reactos.org \
--cc=jhogan@kernel.org \
--cc=keith.busch@intel.com \
--cc=marcel@redhat.com \
--cc=mst@redhat.com \
--cc=paul.burton@mips.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=yongbok.kim@mips.com \
/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).