blob: cae4afcdde261fb970d212a8f74d2a64ecef8592 [file] [log] [blame]
Jonathan Cameronaadfe322022-04-29 15:40:52 +01001/*
2 * CXL host parameter parsing routine stubs
3 *
4 * Copyright (c) 2022 Huawei
5 */
6#include "qemu/osdep.h"
7#include "qapi/error.h"
8#include "hw/cxl/cxl.h"
Jonathan Cameron03b39fc2022-06-08 15:54:33 +01009#include "hw/cxl/cxl_host.h"
Jonathan Cameronaadfe322022-04-29 15:40:52 +010010
Jonathan Camerondab390f2022-06-08 15:54:35 +010011void cxl_fmws_link_targets(CXLState *stat, Error **errp) {};
Jonathan Cameron03b39fc2022-06-08 15:54:33 +010012void cxl_machine_init(Object *obj, CXLState *state) {};
Jonathan Cameron7bd19002022-06-08 15:54:37 +010013void cxl_hook_up_pxb_registers(PCIBus *bus, CXLState *state, Error **errp) {};
Jonathan Cameroneb19d902022-04-29 15:40:58 +010014
15const MemoryRegionOps cfmws_ops;