s390x/ap: fix missing subsystem reset registration
authorJanosch Frank <frankja@linux.ibm.com>
Wed, 23 Aug 2023 14:22:15 +0000 (16:22 +0200)
committerThomas Huth <thuth@redhat.com>
Tue, 12 Sep 2023 07:55:26 +0000 (09:55 +0200)
A subsystem reset contains a reset of AP resources which has been
missing.  Adding the AP bridge to the list of device types that need
reset fixes this issue.

Reviewed-by: Jason J. Herne <jjherne@linux.ibm.com>
Reviewed-by: Tony Krowiak <akrowiak@linux.ibm.com>
Signed-off-by: Janosch Frank <frankja@linux.ibm.com>
Fixes: a51b3153 ("s390x/ap: base Adjunct Processor (AP) object model")
Message-ID: <20230823142219.1046522-2-seiden@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
hw/s390x/s390-virtio-ccw.c

index bfcf64d0072cbc1f8a63f714bf62193e68aa156f..3dd0b2372d129af809511a2fdbbee303ea1e5aac 100644 (file)
@@ -109,6 +109,7 @@ static const char *const reset_dev_types[] = {
     "s390-flic",
     "diag288",
     TYPE_S390_PCI_HOST_BRIDGE,
+    TYPE_AP_BRIDGE,
 };
 
 static void subsystem_reset(void)