Re: [Qemu-devel] [PATCH] s390x/tcg: initialize machine check queue

2017-10-05 Thread Cornelia Huck
On Wed, 4 Oct 2017 18:25:43 +0200 Cornelia Huck wrote: > Just as for external interrupts and I/O interrupts, we need to > initialize mchk_index during cpu reset. > > Signed-off-by: Cornelia Huck > --- > > Trying a device_add with a ccw device under tcg currently insta-crashes > qemu. Probably

Re: [Qemu-devel] [PATCH] s390x/tcg: initialize machine check queue

2017-10-05 Thread Thomas Huth
On 04.10.2017 18:25, Cornelia Huck wrote: > Just as for external interrupts and I/O interrupts, we need to > initialize mchk_index during cpu reset. > > Signed-off-by: Cornelia Huck > --- > > Trying a device_add with a ccw device under tcg currently insta-crashes > qemu. Probably nobody ever tri

Re: [Qemu-devel] [PATCH] s390x/tcg: initialize machine check queue

2017-10-04 Thread Richard Henderson
On 10/04/2017 12:25 PM, Cornelia Huck wrote: > Just as for external interrupts and I/O interrupts, we need to > initialize mchk_index during cpu reset. > > Signed-off-by: Cornelia Huck > --- > > Trying a device_add with a ccw device under tcg currently insta-crashes > qemu. Probably nobody ever

[Qemu-devel] [PATCH] s390x/tcg: initialize machine check queue

2017-10-04 Thread Cornelia Huck
Just as for external interrupts and I/O interrupts, we need to initialize mchk_index during cpu reset. Signed-off-by: Cornelia Huck --- Trying a device_add with a ccw device under tcg currently insta-crashes qemu. Probably nobody ever tried the crw machine check support that I hacked in... Need