On Fri, 24 Jan 2020 08:48:18 -0500 Janosch Frank <fran...@linux.ibm.com> wrote:
> The logic was inverted and reported running if the cpu was stopped. > Let's fix that. > > Signed-off-by: Janosch Frank <fran...@linux.ibm.com> > Fixes: d1b468bc8869 ("s390x/tcg: implement SIGP SENSE RUNNING STATUS") > Reviewed-by: David Hildenbrand <da...@redhat.com> > --- > > Switched the actions instead of the condition so the comment still > applies. > > --- > target/s390x/sigp.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Thanks, applied.