From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LZ5yi-0002of-Tl for qemu-devel@nongnu.org; Mon, 16 Feb 2009 11:05:52 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LZ5yh-0002nL-E3 for qemu-devel@nongnu.org; Mon, 16 Feb 2009 11:05:52 -0500 Received: from [199.232.76.173] (port=59804 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZ5yh-0002nG-9K for qemu-devel@nongnu.org; Mon, 16 Feb 2009 11:05:51 -0500 Received: from nf-out-0910.google.com ([64.233.182.186]:29978) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LZ5yg-00086w-QI for qemu-devel@nongnu.org; Mon, 16 Feb 2009 11:05:50 -0500 Received: by nf-out-0910.google.com with SMTP id d3so299633nfc.12 for ; Mon, 16 Feb 2009 08:05:49 -0800 (PST) Message-ID: <49998EBF.20006@codemonkey.ws> Date: Mon, 16 Feb 2009 10:05:19 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Add QEMU_NORETURN to some functions References: <4995E9A8.6030403@mail.berlios.de> In-Reply-To: <4995E9A8.6030403@mail.berlios.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Stefan Weil wrote: > Hello, > > this patch adds the QEMU_NORETURN attribute to several functions. > Based on some IRC discussion, the best place to use QEMU_NORETURN is in header files. If you add it to a C file, you don't really need it (since the compiler can determine this anyway). Regards, Anthony Liguori > Regards > Stefan Weil > > >