aboutsummaryrefslogtreecommitdiff
path: root/hw/cxl/cxl-host-stubs.c
blob: 24465a52aba1571b24e726fe3417fd223d6f8cfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * CXL host parameter parsing routine stubs
 *
 * Copyright (c) 2022 Huawei
 */
#include "qemu/osdep.h"
#include "qapi/error.h"
#include "hw/cxl/cxl.h"

void cxl_fixed_memory_window_config(MachineState *ms,
                                    CXLFixedMemoryWindowOptions *object,
                                    Error **errp) {};

void cxl_fixed_memory_window_link_targets(Error **errp) {};

const MemoryRegionOps cfmws_ops;