summaryrefslogtreecommitdiffstats
path: root/include/hw/cxl/cxl_host.h
diff options
context:
space:
mode:
authorJonathan Cameron2022-06-08 16:54:35 +0200
committerMichael S. Tsirkin2022-06-10 01:32:49 +0200
commitdab390ff2454134486c934c8f2677f3ed7c8463c (patch)
treec66db9cd82f3c78a28eb8b1af1b391acc662212f /include/hw/cxl/cxl_host.h
parenthw/acpi/cxl: Pass in the CXLState directly rather than MachineState (diff)
downloadqemu-dab390ff2454134486c934c8f2677f3ed7c8463c.tar.gz
qemu-dab390ff2454134486c934c8f2677f3ed7c8463c.tar.xz
qemu-dab390ff2454134486c934c8f2677f3ed7c8463c.zip
hw/cxl: Push linking of CXL targets into i386/pc rather than in machine.c
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>
Diffstat (limited to 'include/hw/cxl/cxl_host.h')
-rw-r--r--include/hw/cxl/cxl_host.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/cxl/cxl_host.h b/include/hw/cxl/cxl_host.h
index 87a6933de2..4d642a81fa 100644
--- a/include/hw/cxl/cxl_host.h
+++ b/include/hw/cxl/cxl_host.h
@@ -15,6 +15,7 @@
#define CXL_HOST_H
void cxl_machine_init(Object *obj, CXLState *state);
+void cxl_fmws_link_targets(CXLState *stat, Error **errp);
extern const MemoryRegionOps cfmws_ops;