From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:42499) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbC36-0007PM-8I for qemu-devel@nongnu.org; Thu, 15 Dec 2011 09:12:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RbC32-0005ps-22 for qemu-devel@nongnu.org; Thu, 15 Dec 2011 09:12:40 -0500 Received: from mail-gy0-f173.google.com ([209.85.160.173]:42450) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbC31-0005pn-Ue for qemu-devel@nongnu.org; Thu, 15 Dec 2011 09:12:36 -0500 Received: by ghbg19 with SMTP id g19so1813661ghb.4 for ; Thu, 15 Dec 2011 06:12:35 -0800 (PST) Message-ID: <4EEA004F.1020208@codemonkey.ws> Date: Thu, 15 Dec 2011 08:12:31 -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> <4EE9F77A.10401@codemonkey.ws> <4EE9F9E4.5080706@redhat.com> In-Reply-To: <4EE9F9E4.5080706@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 07:45 AM, Avi Kivity wrote: > On 12/15/2011 03:34 PM, Anthony Liguori wrote: >> 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? > > diff.renames true Thanks! Regards, Anthony Liguori > >> >>> Why the move to include/? I like to keep my headers close. >> >> See other thread. > > Yeah. >