From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41944) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eMEdk-0002Nm-Pp for qemu-devel@nongnu.org; Tue, 05 Dec 2017 09:56:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eMEdj-0006Gg-IU for qemu-devel@nongnu.org; Tue, 05 Dec 2017 09:56:08 -0500 Date: Tue, 5 Dec 2017 15:56:01 +0100 From: Cornelia Huck Message-ID: <20171205155602.4b5ec96b.cohuck@redhat.com> In-Reply-To: <20171204140150.20483-4-david@redhat.com> References: <20171204140150.20483-1-david@redhat.com> <20171204140150.20483-4-david@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v1 for-2.12 3/9] s390x/tcg: wire up SET ADDRESS LIMIT List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Hildenbrand Cc: qemu-s390x@nongnu.org, qemu-devel@nongnu.org, Christian Borntraeger , Richard Henderson , Alexander Graf , Thomas Huth On Mon, 4 Dec 2017 15:01:44 +0100 David Hildenbrand wrote: > Let's handle it just like KVM: > Depending on the model, this instruction may not be > provided. When this instruction is not provided, it is > checked for operand exception and privileged-opera- > tion exception, and then is suppressed. > > Signed-off-by: David Hildenbrand > --- > target/s390x/helper.h | 1 + > target/s390x/insn-data.def | 1 + > target/s390x/misc_helper.c | 9 +++++++++ > target/s390x/translate.c | 7 +++++++ > 4 files changed, 18 insertions(+) Looks reasonable (does Linux use this at all?)