Jonathan Cameron | aadfe32 | 2022-04-29 15:40:52 +0100 | [diff] [blame] | 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" |
Jonathan Cameron | 03b39fc | 2022-06-08 15:54:33 +0100 | [diff] [blame] | 9 | #include "hw/cxl/cxl_host.h" |
Jonathan Cameron | aadfe32 | 2022-04-29 15:40:52 +0100 | [diff] [blame] | 10 | |
Jonathan Cameron | dab390f | 2022-06-08 15:54:35 +0100 | [diff] [blame] | 11 | void cxl_fmws_link_targets(CXLState *stat, Error **errp) {}; |
Jonathan Cameron | 03b39fc | 2022-06-08 15:54:33 +0100 | [diff] [blame] | 12 | void cxl_machine_init(Object *obj, CXLState *state) {}; |
Jonathan Cameron | 7bd1900 | 2022-06-08 15:54:37 +0100 | [diff] [blame] | 13 | void cxl_hook_up_pxb_registers(PCIBus *bus, CXLState *state, Error **errp) {}; |
Jonathan Cameron | eb19d90 | 2022-04-29 15:40:58 +0100 | [diff] [blame] | 14 | |
| 15 | const MemoryRegionOps cfmws_ops; |