]> xenbits.xensource.com Git - mini-os.git/commit
Mini-OS: standalone build
authorWei Liu <wei.liu2@citrix.com>
Thu, 29 Jan 2015 19:10:04 +0000 (19:10 +0000)
committerWei Liu <wei.liu2@citrix.com>
Fri, 27 Feb 2015 13:42:43 +0000 (13:42 +0000)
commit55f7cd7427ef3e7fe3563a3da46d8664a2ed0d6d
treedca5afd31357574ed0daa9bc3a1ce9be0b686516
parent02f3c966e2dbacc75908686dc9e41e051a9f4a12
Mini-OS: standalone build

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 <wei.liu2@citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
75 files changed:
Config.mk
Makefile
arch/x86/Makefile
arch/x86/arch.mk
config/MiniOS.mk [new file with mode: 0644]
config/StdGNU.mk [new file with mode: 0644]
config/arm32.mk [new file with mode: 0644]
config/arm64.mk [new file with mode: 0644]
config/x86_32.mk [new file with mode: 0644]
config/x86_64.mk [new file with mode: 0644]
include/minios-external/README [new file with mode: 0644]
include/minios-external/bsd-COPYRIGHT [new file with mode: 0644]
include/minios-external/bsd-queue.3 [new file with mode: 0644]
include/minios-external/bsd-sys-queue-h-seddery [new file with mode: 0755]
include/minios-external/bsd-sys-queue.h [new file with mode: 0644]
include/xen/COPYING [new file with mode: 0644]
include/xen/arch-arm.h [new file with mode: 0644]
include/xen/arch-arm/hvm/save.h [new file with mode: 0644]
include/xen/arch-x86/cpuid.h [new file with mode: 0644]
include/xen/arch-x86/hvm/save.h [new file with mode: 0644]
include/xen/arch-x86/xen-mca.h [new file with mode: 0644]
include/xen/arch-x86/xen-x86_32.h [new file with mode: 0644]
include/xen/arch-x86/xen-x86_64.h [new file with mode: 0644]
include/xen/arch-x86/xen.h [new file with mode: 0644]
include/xen/arch-x86_32.h [new file with mode: 0644]
include/xen/arch-x86_64.h [new file with mode: 0644]
include/xen/callback.h [new file with mode: 0644]
include/xen/dom0_ops.h [new file with mode: 0644]
include/xen/domctl.h [new file with mode: 0644]
include/xen/elfnote.h [new file with mode: 0644]
include/xen/event_channel.h [new file with mode: 0644]
include/xen/features.h [new file with mode: 0644]
include/xen/gcov.h [new file with mode: 0644]
include/xen/grant_table.h [new file with mode: 0644]
include/xen/hvm/e820.h [new file with mode: 0644]
include/xen/hvm/hvm_info_table.h [new file with mode: 0644]
include/xen/hvm/hvm_op.h [new file with mode: 0644]
include/xen/hvm/hvm_xs_strings.h [new file with mode: 0644]
include/xen/hvm/ioreq.h [new file with mode: 0644]
include/xen/hvm/params.h [new file with mode: 0644]
include/xen/hvm/pvdrivers.h [new file with mode: 0644]
include/xen/hvm/save.h [new file with mode: 0644]
include/xen/io/blkif.h [new file with mode: 0644]
include/xen/io/console.h [new file with mode: 0644]
include/xen/io/fbif.h [new file with mode: 0644]
include/xen/io/fsif.h [new file with mode: 0644]
include/xen/io/kbdif.h [new file with mode: 0644]
include/xen/io/libxenvchan.h [new file with mode: 0644]
include/xen/io/netif.h [new file with mode: 0644]
include/xen/io/pciif.h [new file with mode: 0644]
include/xen/io/protocols.h [new file with mode: 0644]
include/xen/io/ring.h [new file with mode: 0644]
include/xen/io/tpmif.h [new file with mode: 0644]
include/xen/io/usbif.h [new file with mode: 0644]
include/xen/io/vscsiif.h [new file with mode: 0644]
include/xen/io/xenbus.h [new file with mode: 0644]
include/xen/io/xs_wire.h [new file with mode: 0644]
include/xen/kexec.h [new file with mode: 0644]
include/xen/mem_event.h [new file with mode: 0644]
include/xen/memory.h [new file with mode: 0644]
include/xen/nmi.h [new file with mode: 0644]
include/xen/physdev.h [new file with mode: 0644]
include/xen/platform.h [new file with mode: 0644]
include/xen/sched.h [new file with mode: 0644]
include/xen/sysctl.h [new file with mode: 0644]
include/xen/tmem.h [new file with mode: 0644]
include/xen/trace.h [new file with mode: 0644]
include/xen/vcpu.h [new file with mode: 0644]
include/xen/version.h [new file with mode: 0644]
include/xen/xen-compat.h [new file with mode: 0644]
include/xen/xen.h [new file with mode: 0644]
include/xen/xencomm.h [new file with mode: 0644]
include/xen/xenoprof.h [new file with mode: 0644]
include/xen/xsm/flask_op.h [new file with mode: 0644]
minios.mk