From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=40013 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OSr8w-0005sB-Ok for qemu-devel@nongnu.org; Sun, 27 Jun 2010 08:39:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OSr8v-0008B7-N7 for qemu-devel@nongnu.org; Sun, 27 Jun 2010 08:39:26 -0400 Received: from mail-fx0-f45.google.com ([209.85.161.45]:44323) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OSr8v-0008Az-Gn for qemu-devel@nongnu.org; Sun, 27 Jun 2010 08:39:25 -0400 Received: by fxm10 with SMTP id 10so833941fxm.4 for ; Sun, 27 Jun 2010 05:39:24 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4C274679.1070806@redhat.com> Date: Sun, 27 Jun 2010 14:39:21 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1277470342-5861-1-git-send-email-pbonzini@redhat.com> <4C253219.6060301@twiddle.net> In-Reply-To: <4C253219.6060301@twiddle.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 0/7] poison TARGET_xxx for compile once object and header file cleanups List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: Amit Shah , Isaku Yamahata , qemu-devel@nongnu.org On 06/26/2010 12:47 AM, Richard Henderson wrote: > Although I would personally prefer an additional > patch that removes the define silliness that patch 4 works around. Sure---I just wanted to avoid getting lost in conflicts until the first part is approved. Paolo