From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kt0cK-0004um-Ow for qemu-devel@nongnu.org; Thu, 23 Oct 2008 09:52:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kt0cI-0004rN-5r for qemu-devel@nongnu.org; Thu, 23 Oct 2008 09:52:48 -0400 Received: from [199.232.76.173] (port=46195 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kt0cH-0004r7-Ux for qemu-devel@nongnu.org; Thu, 23 Oct 2008 09:52:45 -0400 Received: from e6.ny.us.ibm.com ([32.97.182.146]:35999) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kt0cH-0007iL-Rv for qemu-devel@nongnu.org; Thu, 23 Oct 2008 09:52:45 -0400 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e6.ny.us.ibm.com (8.13.8/8.13.8) with ESMTP id m9NDtICI013888 for ; Thu, 23 Oct 2008 09:55:18 -0400 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v9.1) with ESMTP id m9NDqOrG131548 for ; Thu, 23 Oct 2008 09:52:24 -0400 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id m9NDqOl6016500 for ; Thu, 23 Oct 2008 09:52:24 -0400 Message-ID: <49008196.80104@us.ibm.com> Date: Thu, 23 Oct 2008 08:52:22 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1224771556-11146-1-git-send-email-glommer@redhat.com> <1224771556-11146-3-git-send-email-glommer@redhat.com> In-Reply-To: <1224771556-11146-3-git-send-email-glommer@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 02/32] protect exec-all.h frm multiple inclusion Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Glauber Costa Cc: jan.kiszka@siemens.com, jes@sgi.com, qemu-devel@nongnu.org, avi@qumranet.com, dmitry.baryshkov@siemens.com Glauber Costa wrote: > Signed-off-by: Glauber Costa > Applied. Thanks. Regards, Anthony Liguori > --- > exec-all.h | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/exec-all.h b/exec-all.h > index 6609c9a..e3da98a 100644 > --- a/exec-all.h > +++ b/exec-all.h > @@ -18,6 +18,8 @@ > * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA > */ > > +#ifndef _EXEC_ALL_H_ > +#define _EXEC_ALL_H_ > /* allow to see translation results - the slowdown should be negligible, so we leave it */ > #define DEBUG_DISAS > > @@ -385,3 +387,4 @@ static inline int kqemu_is_ok(CPUState *env) > } > > #endif > +#endif >