aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJonathan Cameron <Jonathan.Cameron@huawei.com>2022-06-08 15:54:40 +0100
committerMichael S. Tsirkin <mst@redhat.com>2022-06-09 19:32:49 -0400
commit518f5f6ad6edfb17a35cc13368c4c5205fe75839 (patch)
tree974f0e8ab8024efdf08f76accb0d0bdb52ba4e56 /include
parent1ebf9001fb2701e3c00b401334c8f3900a46adaa (diff)
downloadqemu-518f5f6ad6edfb17a35cc13368c4c5205fe75839.zip
qemu-518f5f6ad6edfb17a35cc13368c4c5205fe75839.tar.gz
qemu-518f5f6ad6edfb17a35cc13368c4c5205fe75839.tar.bz2
hw/machine: Drop cxl_supported flag as no longer useful
As all the CXL elements have moved to boards that support CXL, there is no need to maintain a top level flag. Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Reviewed-by: Ben Widawsky <ben@bwidawsk.net> Message-Id: <20220608145440.26106-9-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')
-rw-r--r--include/hw/boards.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/boards.h b/include/hw/boards.h
index 031f5f8..d94edce 100644
--- a/include/hw/boards.h
+++ b/include/hw/boards.h
@@ -269,7 +269,6 @@ struct MachineClass {
bool ignore_boot_device_suffixes;
bool smbus_no_migration_support;
bool nvdimm_supported;
- bool cxl_supported;
bool numa_mem_supported;
bool auto_enable_numa;
SMPCompatProps smp_props;