Merge tag 'qemu-macppc-20230206' of https://github.com/mcayland/qemu into staging
[qemu.git] / hw / pci-bridge / pci_expander_bridge_stubs.c
blobb35180311f6872af1a9d5651064881909b3ad212
1 /*
2 * SPDX-License-Identifier: GPL-2.0-or-later
4 * Stubs for calls made from machines to handle the case where CONFIG_PXB
5 * is not enabled.
6 */
7 #include "qemu/osdep.h"
8 #include "qapi/error.h"
9 #include "hw/pci/pci.h"
10 #include "hw/pci/pci_bus.h"
11 #include "hw/pci-bridge/pci_expander_bridge.h"
12 #include "hw/cxl/cxl.h"
14 void pxb_cxl_hook_up_registers(CXLState *state, PCIBus *bus, Error **errp) {};