From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45584) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbBSf-0007lL-Ro for qemu-devel@nongnu.org; Thu, 15 Dec 2011 08:35:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RbBSY-0005bk-NU for qemu-devel@nongnu.org; Thu, 15 Dec 2011 08:35:01 -0500 Received: from mail-iy0-f173.google.com ([209.85.210.173]:48822) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbBSY-0005bZ-J7 for qemu-devel@nongnu.org; Thu, 15 Dec 2011 08:34:54 -0500 Received: by iagj37 with SMTP id j37so3216633iag.4 for ; Thu, 15 Dec 2011 05:34:54 -0800 (PST) Message-ID: <4EE9F77A.10401@codemonkey.ws> Date: Thu, 15 Dec 2011 07:34:50 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1323879637-16901-1-git-send-email-aliguori@us.ibm.com> <1323879637-16901-5-git-send-email-aliguori@us.ibm.com> <4EE9BCE8.8040700@redhat.com> In-Reply-To: <4EE9BCE8.8040700@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 4/4] memory: move header into include/ and add to QEMU docs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: qemu-devel@nongnu.org On 12/15/2011 03:24 AM, Avi Kivity wrote: > On 12/14/2011 06:20 PM, Anthony Liguori wrote: >> Signed-off-by: Anthony Liguori >> --- >> QEMU-docs.xml | 1 + >> include/memory.h | 566 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> memory.h | 566 ------------------------------------------------------ > > Enable rename detection, this makes the patch much more reviewable. Is there a git config for it? > Why the move to include/? I like to keep my headers close. See other thread. Regards, Anthony Liguori