OSDN Git Service

hw/pci-host/i440fx: Add "i440fx" child property in board code
authorBernhard Beschow <shentey@gmail.com>
Fri, 30 Jun 2023 07:37:11 +0000 (09:37 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 10 Jul 2023 20:29:17 +0000 (16:29 -0400)
commitf00f5e4b00e2cb414927b560cd6a82fad4dfc6e2
tree2849d50f9247661c17be47be8c1b0df64ab31074
parentb90d7bff18c48500df86a35db56fecfb59d85088
hw/pci-host/i440fx: Add "i440fx" child property in board code

The parent-child relation is usually established near a child's qdev_new(). For
i440fx this allows for reusing the machine parameter, thus avoiding
qdev_get_machine() which relies on a global variable.

Suggested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Message-Id: <20230630073720.21297-9-shentey@gmail.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/pc_piix.c
hw/pci-host/i440fx.c