From: Jonathan Cameron Date: Fri, 1 Jul 2022 13:22:58 +0000 (+0100) Subject: hw/machine: Clear out left over CXL related pointer from move of state handling to... X-Git-Tag: v7.1.0-rc0~1^2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=71a5f07e75ba34072a074181d37009abc28d7083;p=thirdparty%2Fqemu.git hw/machine: Clear out left over CXL related pointer from move of state handling to machines. This got left behind in the move of the CXL setup code from core files to the machines that support it. Link: https://gitlab.com/qemu-project/qemu/-/commit/1ebf9001fb2701e3c00b401334c8f3900a46adaa Signed-off-by: Jonathan Cameron Message-Id: <20220701132300.2264-2-Jonathan.Cameron@huawei.com> Acked-by: Igor Mammedov Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin --- diff --git a/include/hw/boards.h b/include/hw/boards.h index d94edcef288..7b416c97878 100644 --- a/include/hw/boards.h +++ b/include/hw/boards.h @@ -360,7 +360,6 @@ struct MachineState { CpuTopology smp; struct NVDIMMState *nvdimms_state; struct NumaState *numa_state; - CXLFixedMemoryWindowOptionsList *cfmws_list; }; #define DEFINE_MACHINE(namestr, machine_initfn) \