From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38612) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f5VIN-0001Wf-AW for qemu-devel@nongnu.org; Mon, 09 Apr 2018 07:49:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f5VIM-0004Pt-N2 for qemu-devel@nongnu.org; Mon, 09 Apr 2018 07:49:11 -0400 Date: Mon, 9 Apr 2018 13:49:04 +0200 From: Cornelia Huck Message-ID: <20180409134904.4687e089.cohuck@redhat.com> In-Reply-To: References: <20180409113019.14568-1-david@redhat.com> <20180409113019.14568-3-david@redhat.com> <92f20c1c-5510-3e17-d186-be416635d1da@de.ibm.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 2/2] s390x: load_psw() should only exchange the PSW for KVM 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, Richard Henderson , Alexander Graf , Thomas Huth On Mon, 9 Apr 2018 13:44:30 +0200 David Hildenbrand wrote: > Conny, when (and if ;) ) picking this up, can you change the description to > > "Let's simplify it a bit. On some weird circumstances we would have > tried to recompute watchpoints when running under KVM. load_psw() is > called from do_restart_interrupt() during a SIGP RESTART if the target > CPU is STOPPED. Let's touch watchpoints only in the TCG case - where > they are used for PER emulation." Will do. Patch looks good to me, but waiting for some review.