mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00

Whilst here take the oportunity to shorten the function name. Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Reviewed-by: Ben Widawsky <ben@bwidawsk.net> Message-Id: <20220608145440.26106-4-Jonathan.Cameron@huawei.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
14 lines
336 B
C
14 lines
336 B
C
/*
|
|
* 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_fmws_link_targets(CXLState *stat, Error **errp) {};
|
|
void cxl_machine_init(Object *obj, CXLState *state) {};
|
|
|
|
const MemoryRegionOps cfmws_ops;
|