s390x/cpumodel: Add missing visit_free
commitbe39110d4cbf82bd4f9154d9958cd0a1aea57633
authorAndrew Jones <drjones@redhat.com>
Wed, 16 Oct 2019 14:54:34 +0000 (16 16:54 +0200)
committerCornelia Huck <cohuck@redhat.com>
Mon, 21 Oct 2019 15:30:06 +0000 (21 17:30 +0200)
treeabf5bdca67bc8603b934432a66462e256cfe501a
parente9d42461920f6f40f4d847a5ba18e90d095ed0b9
s390x/cpumodel: Add missing visit_free

Beata Michalska noticed this missing visit_free() while reviewing
arm's implementation of qmp_query_cpu_model_expansion(), which is
modeled off this s390x implementation.

Signed-off-by: Andrew Jones <drjones@redhat.com>
Message-Id: <20191016145434.7007-1-drjones@redhat.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/cpu_models.c