diff options
Diffstat (limited to 'hw/s390x/cpu-topology.c')
| -rw-r--r-- | hw/s390x/cpu-topology.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/s390x/cpu-topology.c b/hw/s390x/cpu-topology.c index a00a4ce4df..4e4c35f6da 100644 --- a/hw/s390x/cpu-topology.c +++ b/hw/s390x/cpu-topology.c @@ -69,7 +69,7 @@ static int s390_socket_nb(S390CPU *cpu) */ bool s390_has_topology(void) { - return false; + return s390_has_feat(S390_FEAT_CONFIGURATION_TOPOLOGY); } /** |