From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N0uop-0002Ln-Uj for qemu-devel@nongnu.org; Thu, 22 Oct 2009 06:22:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0uol-0002GS-2S for qemu-devel@nongnu.org; Thu, 22 Oct 2009 06:22:55 -0400 Received: from [199.232.76.173] (port=47913 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0uok-0002GF-SE for qemu-devel@nongnu.org; Thu, 22 Oct 2009 06:22:50 -0400 Received: from mtagate2.de.ibm.com ([195.212.17.162]:54055) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N0uok-0001I5-4l for qemu-devel@nongnu.org; Thu, 22 Oct 2009 06:22:50 -0400 Received: from d12nrmr1607.megacenter.de.ibm.com (d12nrmr1607.megacenter.de.ibm.com [9.149.167.49]) by mtagate2.de.ibm.com (8.13.1/8.13.1) with ESMTP id n9MAMm8C015593 for ; Thu, 22 Oct 2009 10:22:48 GMT Received: from d12av04.megacenter.de.ibm.com (d12av04.megacenter.de.ibm.com [9.149.165.229]) by d12nrmr1607.megacenter.de.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id n9MAMgZK3432540 for ; Thu, 22 Oct 2009 12:22:48 +0200 Received: from d12av04.megacenter.de.ibm.com (loopback [127.0.0.1]) by d12av04.megacenter.de.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n9MAMgVJ027787 for ; Thu, 22 Oct 2009 12:22:42 +0200 Message-ID: <4AE0327D.7010809@de.ibm.com> Date: Thu, 22 Oct 2009 12:22:53 +0200 From: Carsten Otte MIME-Version: 1.0 References: <1255963059-10298-1-git-send-email-agraf@suse.de> <4ADDE7E3.9090601@de.ibm.com> <4AE0210D.9020409@redhat.com> <98DC9E4C-7FFA-4F05-A2E8-0B5DF546891C@suse.de> <4AE02B8E.6070202@redhat.com> <8D99A5FD-8A2E-4DA9-90A5-6935F677F9FD@suse.de> <4AE02DE2.7010803@redhat.com> In-Reply-To: <4AE02DE2.7010803@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 0/9] S390x KVM support List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: Carsten Otte , KVM list , Alexander Graf , qemu-devel , hare@suse.de Avi Kivity wrote: > Right, but why? x86 qemu doesn't care about either pc or eflags (with > in-kernel irqchip, which s390 essentially is). For different reasons. Most prominent for setting the condition code, which is a sideband result of most instructions that indicates whether or not the instruction actually worked - similar to the exception model in high level programming languages.