s390x/tcg: initialize machine check queue
commit8986db4922cf5b810b775c135d74a75290840660
authorCornelia Huck <cohuck@redhat.com>
Fri, 29 Sep 2017 14:49:59 +0000 (29 16:49 +0200)
committerCornelia Huck <cohuck@redhat.com>
Fri, 6 Oct 2017 08:53:02 +0000 (6 10:53 +0200)
treefe022fe9ec84d5ffb08d9c4ac83ba2911ebfae62
parent7aa4d85d2962a072931657bee964113727ebf0c8
s390x/tcg: initialize machine check queue

Just as for external interrupts and I/O interrupts, we need to
initialize mchk_index during cpu reset.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/cpu.c