From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56713) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eZwwB-0003yh-In for qemu-devel@nongnu.org; Fri, 12 Jan 2018 05:51:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eZww6-00022Q-O0 for qemu-devel@nongnu.org; Fri, 12 Jan 2018 05:51:51 -0500 Date: Fri, 12 Jan 2018 11:51:37 +0100 From: Cornelia Huck Message-ID: <20180112115137.476100e2.cohuck@redhat.com> In-Reply-To: <8cc73bae-a831-5c77-3716-fcb8c727cc4e@redhat.com> References: <20171218224616.21030-1-david@redhat.com> <20171222115734.1f2f03ca.cohuck@redhat.com> <8cc73bae-a831-5c77-3716-fcb8c727cc4e@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [qemu-s390x] [PATCH v1 0/2] s390x/tcg: TEST PROTECTION and memory hotplug List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Hildenbrand Cc: Christian Borntraeger , qemu-s390x@nongnu.org, qemu-devel@nongnu.org, Alexander Graf , Richard Henderson On Fri, 12 Jan 2018 11:43:00 +0100 David Hildenbrand wrote: > >> David Hildenbrand (2): > >> s390x/tcg: implement TEST PROTECTION > >> s390x/sclp: fix missing be conversion > >> > >> hw/s390x/sclp.c | 4 ++-- > >> target/s390x/helper.h | 2 +- > >> target/s390x/mem_helper.c | 41 +++++++++++++++++++++++++++++++++++++++-- > >> target/s390x/translate.c | 2 +- > >> 4 files changed, 43 insertions(+), 6 deletions(-) > >> > > > > Thanks, applied. > > > > FWIW, just found out I interpreted the PGM_ADRESSING case wrong, will > resend once I fixed it. > I'd prefer a fixup patch on top, as I have already queued stuff on top of this.