]> git.ipfire.org Git - thirdparty/qemu.git/commit
virtio-ccw: common reset handler
authorCornelia Huck <cohuck@redhat.com>
Mon, 7 May 2018 13:05:42 +0000 (15:05 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Wed, 11 Jul 2018 16:48:18 +0000 (11:48 -0500)
commitc9bb0778713397f10352cfecb38da09e5806bede
tree51beea2902168f4107126661b91c692acb1317b1
parent3372a3168a67cf756f78d378083733fdebec8c12
virtio-ccw: common reset handler

All the different virtio ccw devices use the same reset handler,
so let's move setting it into the base virtio ccw device class.

CC: qemu-stable@nongnu.org
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Halil Pasic <pasic@linux.ibm.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
(cherry picked from commit 0c53057adb04d254bc09511880670c92ab185fc6)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/s390x/virtio-ccw.c