From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59686) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnuF8-0007es-6T for qemu-devel@nongnu.org; Sat, 15 Jun 2013 13:26:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UnuF7-0000jR-Fp for qemu-devel@nongnu.org; Sat, 15 Jun 2013 13:26:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57215) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnuF7-0000jF-7s for qemu-devel@nongnu.org; Sat, 15 Jun 2013 13:26:25 -0400 Message-ID: <51BCA3B1.90408@redhat.com> Date: Sat, 15 Jun 2013 13:26:09 -0400 From: Paolo Bonzini MIME-Version: 1.0 References: <1371106939-6968-1-git-send-email-armbru@redhat.com> <1371106939-6968-7-git-send-email-armbru@redhat.com> <51BA45E1.4030500@redhat.com> <87bo795d70.fsf@blackfin.pond.sub.org> In-Reply-To: <87bo795d70.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH RFC 6/8] exec: Clean up unnecessary S390 ifdeffery List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: borntraeger@de.ibm.com, mtosatti@redhat.com, qemu-devel@nongnu.org, stefano.stabellini@eu.citrix.com, agraf@suse.de Il 14/06/2013 04:06, Markus Armbruster ha scritto: > Here's another way to keep the KVM hooks regular: make my function > pointers exec.c hooks instead of KVM hooks ;-P I can buy this one! Paolo