OSDN Git Service

hw/cxl: Make the CXL fixed memory window setup a machine parameter.
[qmiga/qemu.git] / hw / cxl / cxl-host-stubs.c
1 /*
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"
9 #include "hw/cxl/cxl_host.h"
10
11 void cxl_fixed_memory_window_link_targets(Error **errp) {};
12 void cxl_machine_init(Object *obj, CXLState *state) {};
13
14 const MemoryRegionOps cfmws_ops;