aboutsummaryrefslogtreecommitdiff
path: root/include/hw/cxl/cxl.h
diff options
context:
space:
mode:
authorJonathan Cameron <Jonathan.Cameron@huawei.com>2022-06-08 15:54:35 +0100
committerMichael S. Tsirkin <mst@redhat.com>2022-06-09 19:32:49 -0400
commitdab390ff2454134486c934c8f2677f3ed7c8463c (patch)
treec66db9cd82f3c78a28eb8b1af1b391acc662212f /include/hw/cxl/cxl.h
parent513598050ad12641b2dde6cf27471faca65be48f (diff)
downloadqemu-dab390ff2454134486c934c8f2677f3ed7c8463c.zip
qemu-dab390ff2454134486c934c8f2677f3ed7c8463c.tar.gz
qemu-dab390ff2454134486c934c8f2677f3ed7c8463c.tar.bz2
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.h')
-rw-r--r--include/hw/cxl/cxl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/hw/cxl/cxl.h b/include/hw/cxl/cxl.h
index 84078a4..134b295 100644
--- a/include/hw/cxl/cxl.h
+++ b/include/hw/cxl/cxl.h
@@ -53,6 +53,4 @@ struct CXLHost {
#define TYPE_PXB_CXL_HOST "pxb-cxl-host"
OBJECT_DECLARE_SIMPLE_TYPE(CXLHost, PXB_CXL_HOST)
-void cxl_fixed_memory_window_link_targets(Error **errp);
-
#endif