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

void cxl_fixed_memory_window_link_targets(Error **errp) {};
void cxl_machine_init(Object *obj, CXLState *state) {};

const MemoryRegionOps cfmws_ops;