From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: Bernhard Beschow <shentey@gmail.com>, qemu-devel@nongnu.org
Cc: Richard Henderson <richard.henderson@linaro.org>,
Marcel Apfelbaum <marcel.apfelbaum@gmail.com>,
Eduardo Habkost <eduardo@habkost.net>,
Paolo Bonzini <pbonzini@redhat.com>,
"Michael S. Tsirkin" <mst@redhat.com>
Subject: Re: [PATCH v3 16/17] hw/pci-host/i440fx: Resolve i440fx_init()
Date: Fri, 30 Jun 2023 12:09:03 +0200 [thread overview]
Message-ID: <306b1814-3d58-ea03-8755-f48f2e3768c0@linaro.org> (raw)
In-Reply-To: <20230630073720.21297-17-shentey@gmail.com>
On 30/6/23 09:37, Bernhard Beschow wrote:
> i440fx_init() is a legacy init function. The previous patches worked towards
> TYPE_I440FX_PCI_HOST_BRIDGE to be instantiated the QOM way. Do this now by
> transforming the parameters passed to i440fx_init() into property assignments.
>
> Signed-off-by: Bernhard Beschow <shentey@gmail.com>
> ---
> include/hw/pci-host/i440fx.h | 10 ----------
> hw/i386/pc_piix.c | 32 +++++++++++++++++++++-----------
> hw/pci-host/i440fx.c | 33 +++++----------------------------
> 3 files changed, 26 insertions(+), 49 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
next prev parent reply other threads:[~2023-06-30 10:10 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-30 7:37 [PATCH v3 00/17] Q35 and I440FX host bridge QOM cleanup Bernhard Beschow
2023-06-30 7:37 ` [PATCH v3 01/17] hw/i386/pc_q35: Resolve redundant q35_host variable Bernhard Beschow
2023-06-30 7:37 ` [PATCH v3 02/17] hw/pci-host/q35: Fix double, contradicting .endianness assignment Bernhard Beschow
2023-06-30 7:37 ` [PATCH v3 03/17] hw/pci-host/q35: Initialize PCMachineState::bus in board code Bernhard Beschow
2023-06-30 7:37 ` [PATCH v3 04/17] hw/pci/pci_host: Introduce PCI_HOST_BYPASS_IOMMU macro Bernhard Beschow
2023-06-30 7:37 ` [PATCH v3 05/17] hw/pci-host/q35: Initialize PCI_HOST_BYPASS_IOMMU property from board code Bernhard Beschow
2023-06-30 7:37 ` [PATCH v3 06/17] hw/pci-host/q35: Make some property name macros reusable by i440fx Bernhard Beschow
2023-06-30 7:37 ` [PATCH v3 07/17] hw/i386/pc_piix: Turn some local variables into initializers Bernhard Beschow
2023-06-30 7:37 ` [PATCH v3 08/17] hw/pci-host/i440fx: Add "i440fx" child property in board code Bernhard Beschow
2023-06-30 7:37 ` [PATCH v3 09/17] hw/pci-host/i440fx: Replace magic values by existing constants Bernhard Beschow
2023-06-30 7:37 ` [PATCH v3 10/17] hw/pci-host/i440fx: Have common names for some local variables Bernhard Beschow
2023-06-30 7:37 ` [PATCH v3 11/17] hw/pci-host/i440fx: Move i440fx_realize() into PCII440FXState section Bernhard Beschow
2023-06-30 7:37 ` [PATCH v3 12/17] hw/pci-host/i440fx: Make MemoryRegion pointers accessible as properties Bernhard Beschow
2023-06-30 7:37 ` [PATCH v3 13/17] hw/pci-host/i440fx: Add PCI_HOST_PROP_IO_MEM property Bernhard Beschow
2023-06-30 7:37 ` [PATCH v3 14/17] hw/pci-host/i440fx: Add PCI_HOST_{ABOVE, BELOW}_4G_MEM_SIZE properties Bernhard Beschow
2023-06-30 7:37 ` [PATCH v3 15/17] hw/pci-host/i440fx: Add I440FX_HOST_PROP_PCI_TYPE property Bernhard Beschow
2023-06-30 7:37 ` [PATCH v3 16/17] hw/pci-host/i440fx: Resolve i440fx_init() Bernhard Beschow
2023-06-30 10:09 ` Philippe Mathieu-Daudé [this message]
2023-06-30 7:37 ` [PATCH v3 17/17] hw/i386/pc_piix: Move i440fx' realize near its qdev_new() Bernhard Beschow
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=306b1814-3d58-ea03-8755-f48f2e3768c0@linaro.org \
--to=philmd@linaro.org \
--cc=eduardo@habkost.net \
--cc=marcel.apfelbaum@gmail.com \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
--cc=shentey@gmail.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).