From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KWGWy-0003HF-B5 for qemu-devel@nongnu.org; Thu, 21 Aug 2008 16:13:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KWGWw-0003Ff-Hj for qemu-devel@nongnu.org; Thu, 21 Aug 2008 16:13:15 -0400 Received: from [199.232.76.173] (port=34399 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KWGWw-0003FN-C5 for qemu-devel@nongnu.org; Thu, 21 Aug 2008 16:13:14 -0400 Received: from wr-out-0506.google.com ([64.233.184.235]:26542) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KWGWv-0006Up-6b for qemu-devel@nongnu.org; Thu, 21 Aug 2008 16:13:13 -0400 Received: by wr-out-0506.google.com with SMTP id c46so161672wra.18 for ; Thu, 21 Aug 2008 13:13:12 -0700 (PDT) Message-ID: <48ADCC2C.2080004@codemonkey.ws> Date: Thu, 21 Aug 2008 15:12:28 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 03/13] add container_of() macro to osdep.h References: <1219336054-15919-1-git-send-email-kraxel@redhat.com> <1219336054-15919-4-git-send-email-kraxel@redhat.com> In-Reply-To: <1219336054-15919-4-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; 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 Cc: xen-devel@lists.xensource.com, Gerd Hoffmann Gerd Hoffmann wrote: > From linux kernel sources, xen bits will use it, put it > into a place where others can see and use it too ;) > > Signed-off-by: Gerd Hoffmann > --- Applied. Thanks. Regards, Anthony Liguori