Re: [PATCH v3 02/17] s390x: Add missing vcpu reset functions

2020-02-18 Thread Cornelia Huck
On Fri, 14 Feb 2020 10:16:21 -0500 Janosch Frank wrote: > Up to now we only had an ioctl to reset vcpu data QEMU couldn't reach > for the initial reset, which was also called for the clear reset. To > be architecture compliant, we also need to clear local interrupts on a > normal reset. > > Beca

Re: [PATCH v3 02/17] s390x: Add missing vcpu reset functions

2020-02-18 Thread Janosch Frank
On 2/18/20 1:29 PM, Cornelia Huck wrote: > On Fri, 14 Feb 2020 10:16:21 -0500 > Janosch Frank wrote: > >> Up to now we only had an ioctl to reset vcpu data QEMU couldn't reach >> for the initial reset, which was also called for the clear reset. To >> be architecture compliant, we also need to cle

Re: [PATCH v3 02/17] s390x: Add missing vcpu reset functions

2020-02-18 Thread Cornelia Huck
On Fri, 14 Feb 2020 10:16:21 -0500 Janosch Frank wrote: > Up to now we only had an ioctl to reset vcpu data QEMU couldn't reach > for the initial reset, which was also called for the clear reset. To > be architecture compliant, we also need to clear local interrupts on a > normal reset. > > Beca