From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42389) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOaGD-0002vt-Qe for qemu-devel@nongnu.org; Mon, 01 Sep 2014 18:39:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XOaG6-000094-Ax for qemu-devel@nongnu.org; Mon, 01 Sep 2014 18:39:41 -0400 Received: from cantor2.suse.de ([195.135.220.15]:39111 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOaG6-00008q-3k for qemu-devel@nongnu.org; Mon, 01 Sep 2014 18:39:34 -0400 Message-ID: <5404F5A5.6020102@suse.de> Date: Tue, 02 Sep 2014 00:39:33 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1409320338-63098-1-git-send-email-jfrei@linux.vnet.ibm.com> <1409320338-63098-2-git-send-email-jfrei@linux.vnet.ibm.com> In-Reply-To: <1409320338-63098-2-git-send-email-jfrei@linux.vnet.ibm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/5] s390x/gdb: don't touch the cc if tcg is not enabled List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jens Freimann , Christian Borntraeger , Cornelia Huck Cc: David Hildenbrand , qemu-devel@nongnu.org On 29.08.14 15:52, Jens Freimann wrote: > From: David Hildenbrand > > When reading/writing the psw mask, the condition code may only be touched if > running on tcg. Why? Shouldn't we be able to set CC from gdb as well? Alex