Re: [PATCH v2 2/3] s390x: Add missing vcpu reset functions

2019-12-03 Thread Janosch Frank
On 12/2/19 4:46 PM, Cornelia Huck wrote: > On Mon, 2 Dec 2019 09:01:45 -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 > > s/which/and that/ ? Ok > >> be architectu

Re: [PATCH v2 2/3] s390x: Add missing vcpu reset functions

2019-12-02 Thread Cornelia Huck
On Mon, 2 Dec 2019 09:01:45 -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 s/which/and that/ ? > be architecture compliant, we also need to clear local interrupts on a > n

Re: [PATCH v2 2/3] s390x: Add missing vcpu reset functions

2019-12-02 Thread Thomas Huth
On 02/12/2019 15.01, 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. > > Because of this and

Re: [PATCH v2 2/3] s390x: Add missing vcpu reset functions

2019-12-02 Thread David Hildenbrand
On 02.12.19 15:01, 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. > > Because of this and th

[PATCH v2 2/3] s390x: Add missing vcpu reset functions

2019-12-02 Thread Janosch Frank
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. Because of this and the upcoming protvirt support we need to add ioctls fo