On Fri, 24 Jul 2020 16:37:43 +0200 David Hildenbrand <da...@redhat.com> wrote:
> Whenever we reach this point via KVM or TCG, we already verified that we > are running in the supervisor state. > > TCG checks this via IF_PRIV, KVM checks this directly in the diag > instruction handler, before exiting to userspace. > > Acked-by: Janosch Frank <fran...@linux.ibm.com> > Signed-off-by: David Hildenbrand <da...@redhat.com> > --- > target/s390x/diag.c | 5 ----- > 1 file changed, 5 deletions(-) Reviewed-by: Cornelia Huck <coh...@redhat.com>