qemu

FORK: QEMU emulator
git clone https://git.neptards.moe/neptards/qemu.git
Log | Files | Refs | Submodules | LICENSE

pci_expander_bridge_stubs.c (399B)


      1 /*
      2  * SPDX-License-Identifier: GPL-2.0-or-later
      3  *
      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"
     13 
     14 void pxb_cxl_hook_up_registers(CXLState *state, PCIBus *bus, Error **errp) {};