From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2 5/7] Mini-OS: standalone build Date: Tue, 24 Feb 2015 16:27:00 +0000 Message-ID: <1424795220.27930.379.camel@citrix.com> References: <1424431072-3842-1-git-send-email-wei.liu2@citrix.com> <1424431072-3842-6-git-send-email-wei.liu2@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1424431072-3842-6-git-send-email-wei.liu2@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Wei Liu , samuel.thibault@ens-lyon.org Cc: ian.jackson@eu.citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Fri, 2015-02-20 at 11:17 +0000, Wei Liu wrote: > In order to keep the tree bisectable all the changes are done in one > single commit. > > Things done in this commit: > > 1. Import necessary .mk files from Xen. > 2. Move all XEN_ related variables to MINIOS_ namespace. > 3. Import Xen public header files. > 4. Import BSD's list.h and helper script. > > Mini-OS's vanilla Config.mk is modified to contain some macros copied > from Xen's Config.mk. It also contains compatibility handling logic for > Xen's stubdom build environment. > > Files modified: > Config.mk > Makefile > arch/x86/Makefile > arch/x86/arch.mk > minios.mk > > All other files are just imported from Xen. > > Signed-off-by: Wei Liu > Cc: Ian Campbell > Cc: Ian Jackson > Acked-by: Ian Campbell I'd be happier if it also had Samuel's ack on it. > [ output trimmed since this patch is acked ] Is it the same as was in http://bugs.xenproject.org/xen/mid/%3C1422881943-7687-6-git-send-email-wei.liu2@citrix.com%3E ?