Re: [PATCH] s390x/tcg: clear local interrupts on reset normal

2019-12-06 Thread David Hildenbrand
On 05.12.19 11:38, Cornelia Huck wrote: > We neglected to clean up pending interrupts and emergency signals; > fix that. > > Signed-off-by: Cornelia Huck > --- > > Noted while looking at the fixes for the kvm reset handling. > > We now clear some fields twice in the paths for clear or initial

Re: [PATCH] s390x/tcg: clear local interrupts on reset normal

2019-12-06 Thread Cornelia Huck
On Fri, 6 Dec 2019 10:36:40 +0100 David Hildenbrand wrote: > On 05.12.19 11:38, Cornelia Huck wrote: > > We neglected to clean up pending interrupts and emergency signals; > > fix that. > > > > Signed-off-by: Cornelia Huck > > --- > > > > Noted while looking at the fixes for the kvm reset

Re: [PATCH] s390x/tcg: clear local interrupts on reset normal

2019-12-05 Thread Cornelia Huck
On Thu, 5 Dec 2019 11:56:33 +0100 Philippe Mathieu-Daudé wrote: > Hi Cornelia, > > On 12/5/19 11:38 AM, Cornelia Huck wrote: > > We neglected to clean up pending interrupts and emergency signals; > > fix that. > > > > Signed-off-by: Cornelia Huck > > --- > > > > Noted while looking at the

Re: [PATCH] s390x/tcg: clear local interrupts on reset normal

2019-12-05 Thread Philippe Mathieu-Daudé
Hi Cornelia, On 12/5/19 11:38 AM, Cornelia Huck wrote: We neglected to clean up pending interrupts and emergency signals; fix that. Signed-off-by: Cornelia Huck --- Noted while looking at the fixes for the kvm reset handling. IIUC we always neglected to clean these fields, but Janosh