MAINTAINERS: Add artist.c to the hppa machine section
[qemu/kevin.git] / hw / cxl / cxl-host-stubs.c
blobcae4afcdde261fb970d212a8f74d2a64ecef8592
1 /*
2 * CXL host parameter parsing routine stubs
4 * Copyright (c) 2022 Huawei
5 */
6 #include "qemu/osdep.h"
7 #include "qapi/error.h"
8 #include "hw/cxl/cxl.h"
9 #include "hw/cxl/cxl_host.h"
11 void cxl_fmws_link_targets(CXLState *stat, Error **errp) {};
12 void cxl_machine_init(Object *obj, CXLState *state) {};
13 void cxl_hook_up_pxb_registers(PCIBus *bus, CXLState *state, Error **errp) {};
15 const MemoryRegionOps cfmws_ops;