From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55703) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f5V0L-0005ER-0l for qemu-devel@nongnu.org; Mon, 09 Apr 2018 07:30:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f5V0H-0007SM-Sy for qemu-devel@nongnu.org; Mon, 09 Apr 2018 07:30:33 -0400 From: David Hildenbrand Date: Mon, 9 Apr 2018 13:30:17 +0200 Message-Id: <20180409113019.14568-1-david@redhat.com> Subject: [Qemu-devel] [PATCH v1 for-2.12 0/2] s390x/kvm: last minute fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-s390x@nongnu.org Cc: qemu-devel@nongnu.org, Richard Henderson , Alexander Graf , Cornelia Huck , Christian Borntraeger , Thomas Huth Patch 1 only applies to old KVM instances without the virtual memory access IOCTL in KVM. Patch 2 could be problematic when toggling PER in a restart interrupt. Watchpoint recomputation only applies to TCG. David Hildenbrand (2): s390x/mmu: don't overwrite pending exception in mmu translate s390x: load_psw() should only exchange the PSW for KVM target/s390x/helper.c | 10 ++++++---- target/s390x/mmu_helper.c | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) -- 2.14.3