Skip to content

Commit

Permalink
hw/machine: Clear out left over CXL related pointer from move of stat…
Browse files Browse the repository at this point in the history
…e 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 <Jonathan.Cameron@huawei.com>
Message-Id: <20220701132300.2264-2-Jonathan.Cameron@huawei.com>
Acked-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
  • Loading branch information
jic23 authored and mstsirkin committed Jul 26, 2022
1 parent e4bcec0 commit 71a5f07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/hw/boards.h
Expand Up @@ -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) \
Expand Down

0 comments on commit 71a5f07

Please sign in to comment.