mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-02-15 08:59:30 -07:00
hw/pci/pcie_port: Fix pcie_slot_is_hotpluggbale_bus typo
Signed-off-by: Eric Auger <eric.auger@redhat.com> Reviewed-by: Gustavo Romero <gustavo.romero@linaro.org> Message-ID: <20250428102628.378046-2-eric.auger@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
40316f9536
commit
4c5712eb0a
1 changed files with 2 additions and 2 deletions
|
|
@ -188,7 +188,7 @@ int pcie_count_ds_ports(PCIBus *bus)
|
|||
return dsp_count;
|
||||
}
|
||||
|
||||
static bool pcie_slot_is_hotpluggbale_bus(HotplugHandler *plug_handler,
|
||||
static bool pcie_slot_is_hotpluggable_bus(HotplugHandler *plug_handler,
|
||||
BusState *bus)
|
||||
{
|
||||
PCIESlot *s = PCIE_SLOT(bus->parent);
|
||||
|
|
@ -221,7 +221,7 @@ static void pcie_slot_class_init(ObjectClass *oc, const void *data)
|
|||
hc->plug = pcie_cap_slot_plug_cb;
|
||||
hc->unplug = pcie_cap_slot_unplug_cb;
|
||||
hc->unplug_request = pcie_cap_slot_unplug_request_cb;
|
||||
hc->is_hotpluggable_bus = pcie_slot_is_hotpluggbale_bus;
|
||||
hc->is_hotpluggable_bus = pcie_slot_is_hotpluggable_bus;
|
||||
}
|
||||
|
||||
static const TypeInfo pcie_slot_type_info = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue