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 10 void cxl_fixed_memory_window_config(MachineState *ms, 11 CXLFixedMemoryWindowOptions *object, 12 Error **errp) {}; 13 14 void cxl_fixed_memory_window_link_targets(Error **errp) {}; 15 16 const MemoryRegionOps cfmws_ops; 17