Re: [RFC PATCH v5 1/1] s390x: sigp: Reorder the SIGP STOP code

2022-01-18 Thread Thomas Huth
On 18/01/2022 14.34, David Hildenbrand wrote: On 13.12.21 22:09, Eric Farman wrote: Let's wait to mark the VCPU STOPPED until the possible STORE STATUS operation is completed, so that we know the CPU is fully stopped and done doing anything. (When we also clear the possible sigp_order field for

Re: [RFC PATCH v5 1/1] s390x: sigp: Reorder the SIGP STOP code

2022-01-18 Thread David Hildenbrand
On 13.12.21 22:09, Eric Farman wrote: > Let's wait to mark the VCPU STOPPED until the possible > STORE STATUS operation is completed, so that we know the > CPU is fully stopped and done doing anything. (When we > also clear the possible sigp_order field for STOP orders.) > > Suggested-by: David Hi

[RFC PATCH v5 1/1] s390x: sigp: Reorder the SIGP STOP code

2021-12-13 Thread Eric Farman
Let's wait to mark the VCPU STOPPED until the possible STORE STATUS operation is completed, so that we know the CPU is fully stopped and done doing anything. (When we also clear the possible sigp_order field for STOP orders.) Suggested-by: David Hildenbrand Signed-off-by: Eric Farman --- target