OSDN Git Service

hw/pci/pci: Remove multifunction parameter from pci_create_simple_multifunction()
authorBernhard Beschow <shentey@gmail.com>
Sat, 4 Mar 2023 11:40:42 +0000 (12:40 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 10 Jul 2023 20:29:17 +0000 (16:29 -0400)
commite052944a966ca4eb0131121646fa0ef047c25e52
treee60cee0996360731e2093b14c1f760b2c1e42757
parentc589f7cf0860534dfd21023dec2ec322688a5a03
hw/pci/pci: Remove multifunction parameter from pci_create_simple_multifunction()

There is also pci_create_simple() which creates non-multifunction PCI
devices. Accordingly the parameter is always set to true when a multi
function PCI device is to be created.

The reason for the parameter's existence seems to be that it is used in the
internal PCI code as well which is the only location where it gets set to
false. This one usage can be replaced by trivial code.

Remove this redundant, error-prone parameter.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Message-Id: <20230304114043.121024-5-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/i386/pc_q35.c
hw/mips/boston.c
hw/mips/fuloong2e.c
hw/mips/malta.c
hw/pci/pci.c
hw/ppc/pegasos2.c
include/hw/pci/pci.h