From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N0ulx-0007vD-TV for qemu-devel@nongnu.org; Thu, 22 Oct 2009 06:19:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0ulr-0007rZ-Jg for qemu-devel@nongnu.org; Thu, 22 Oct 2009 06:19:57 -0400 Received: from [199.232.76.173] (port=44436 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0ulr-0007rN-AT for qemu-devel@nongnu.org; Thu, 22 Oct 2009 06:19:51 -0400 Received: from mtagate5.de.ibm.com ([195.212.17.165]:56544) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N0ulq-0000n1-SM for qemu-devel@nongnu.org; Thu, 22 Oct 2009 06:19:51 -0400 Received: from d12nrmr1607.megacenter.de.ibm.com (d12nrmr1607.megacenter.de.ibm.com [9.149.167.49]) by mtagate5.de.ibm.com (8.13.1/8.13.1) with ESMTP id n9MAJnKu001781 for ; Thu, 22 Oct 2009 10:19:49 GMT Received: from d12av03.megacenter.de.ibm.com (d12av03.megacenter.de.ibm.com [9.149.165.213]) by d12nrmr1607.megacenter.de.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id n9MAJnxl3403996 for ; Thu, 22 Oct 2009 12:19:49 +0200 Received: from d12av03.megacenter.de.ibm.com (loopback [127.0.0.1]) by d12av03.megacenter.de.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n9MAJmh5004698 for ; Thu, 22 Oct 2009 12:19:48 +0200 Message-ID: <4AE031D0.50002@de.ibm.com> Date: Thu, 22 Oct 2009 12:20:00 +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> <4AE02379.4090603@de.ibm.com> <4AE02DA1.8090500@redhat.com> In-Reply-To: <4AE02DA1.8090500@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: > gdb is hardly performance critical. Is that the only reason for the > change? Right, gdb is not performance critical. gdb is the reason for moving it out of the union, performance is the reason for having it in kvm_run at all. There's only more reason to it: with a little tweaking in kuli, we'll be able to get rid of KVM_S390_SET_INITIAL_PSW ioctl with this change. That removes one oddity that makes us different from other platforms.