diff options
Diffstat (limited to 'numa.c')
| -rw-r--r-- | numa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numa.c b/numa.c index 5d7529c1d9..398e2c9a85 100644 --- a/numa.c +++ b/numa.c @@ -80,7 +80,7 @@ static void parse_numa_node(MachineState *ms, NumaNodeOptions *node, return; } - if (!mc->cpu_index_to_instance_props) { + if (!mc->cpu_index_to_instance_props || !mc->get_default_cpu_node_id) { error_report("NUMA is not supported by this machine-type"); exit(1); } |