]> git.ipfire.org Git - thirdparty/qemu.git/commit
s390x/ap: fix missing subsystem reset registration
authorJanosch Frank <frankja@linux.ibm.com>
Wed, 23 Aug 2023 14:22:15 +0000 (16:22 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Thu, 21 Sep 2023 16:35:19 +0000 (19:35 +0300)
commit60da8301fe87fa481fe77296f8c90a6a205f7a85
tree0dfc2e6fb0242ad9a8955cfe646f27e954392137
parent8b479229ffc3a5870a0dc4dbe82707c033986f05
s390x/ap: fix missing subsystem reset registration

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>
(cherry picked from commit 297ec01f0b9864ea8209ca0ddc6643b4c0574bdb)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/s390x/s390-virtio-ccw.c