Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


Ported palacios to Kbuild
authorJack Lange <jarusl@cs.northwestern.edu>
Thu, 13 Aug 2009 20:06:35 +0000 (15:06 -0500)
committerJack Lange <jarusl@cs.northwestern.edu>
Thu, 13 Aug 2009 20:06:35 +0000 (15:06 -0500)
commitd34450b1e6fe3c2e1295c268c1722c669ba8d545
tree2ac370ac6e89ad1e6b1c3f52aed1e3cf8e49a09e
parent1a24d4e8fb3918a42b124777db5b41940150023e
Ported palacios to Kbuild
156 files changed:
Kconfig [new file with mode: 0644]
Kconfig.template [new file with mode: 0644]
Makefile [new file with mode: 0644]
Makefile.i386 [new file with mode: 0644]
Makefile.x86_64 [new file with mode: 0644]
RUNNING.LINUX [deleted file]
RUNNING.WINDOWS [deleted file]
SETUP.LINUX [deleted file]
SETUP.WINDOWS [deleted file]
bios/rombios/BIOS-bochs-latest [moved from palacios/src/vmboot/rombios/BIOS-bochs-latest with 100% similarity]
bios/rombios/Makefile [moved from palacios/src/vmboot/rombios/Makefile with 100% similarity]
bios/rombios/apmbios.S [moved from palacios/src/vmboot/rombios/apmbios.S with 100% similarity]
bios/rombios/biossums.c [moved from palacios/src/vmboot/rombios/biossums.c with 100% similarity]
bios/rombios/makesym.perl [moved from palacios/src/vmboot/rombios/makesym.perl with 100% similarity]
bios/rombios/rombios.c [moved from palacios/src/vmboot/rombios/rombios.c with 100% similarity]
bios/rombios/test.bios [moved from palacios/src/vmboot/rombios/test.bios with 100% similarity]
bios/vgabios/BUGS [moved from palacios/src/vmboot/vgabios/BUGS with 100% similarity]
bios/vgabios/COPYING [moved from palacios/src/vmboot/vgabios/COPYING with 100% similarity]
bios/vgabios/ChangeLog [moved from palacios/src/vmboot/vgabios/ChangeLog with 100% similarity]
bios/vgabios/Makefile [moved from palacios/src/vmboot/vgabios/Makefile with 100% similarity]
bios/vgabios/Notes [moved from palacios/src/vmboot/vgabios/Notes with 100% similarity]
bios/vgabios/README [moved from palacios/src/vmboot/vgabios/README with 100% similarity]
bios/vgabios/TODO [moved from palacios/src/vmboot/vgabios/TODO with 100% similarity]
bios/vgabios/VGABIOS-lgpl-latest.bin [moved from palacios/src/vmboot/vgabios/VGABIOS-lgpl-latest.bin with 100% similarity]
bios/vgabios/biossums.c [moved from palacios/src/vmboot/vgabios/biossums.c with 100% similarity]
bios/vgabios/clext.c [moved from palacios/src/vmboot/vgabios/clext.c with 100% similarity]
bios/vgabios/dataseghack [moved from palacios/src/vmboot/vgabios/dataseghack with 100% similarity]
bios/vgabios/vbe.c [moved from palacios/src/vmboot/vgabios/vbe.c with 100% similarity]
bios/vgabios/vbe.h [moved from palacios/src/vmboot/vgabios/vbe.h with 100% similarity]
bios/vgabios/vbe_display_api.txt [moved from palacios/src/vmboot/vgabios/vbe_display_api.txt with 100% similarity]
bios/vgabios/vbetables.h [moved from palacios/src/vmboot/vgabios/vbetables.h with 100% similarity]
bios/vgabios/vgabios.c [moved from palacios/src/vmboot/vgabios/vgabios.c with 100% similarity]
bios/vgabios/vgabios.h [moved from palacios/src/vmboot/vgabios/vgabios.h with 100% similarity]
bios/vgabios/vgafonts.h [moved from palacios/src/vmboot/vgabios/vgafonts.h with 100% similarity]
bios/vgabios/vgatables.h [moved from palacios/src/vmboot/vgabios/vgatables.h with 100% similarity]
bios/vmxassist/Makefile [moved from palacios/src/vmboot/vmxassist/Makefile with 100% similarity]
bios/vmxassist/e820.h [moved from palacios/src/vmboot/vmxassist/e820.h with 100% similarity]
bios/vmxassist/gen.c [moved from palacios/src/vmboot/vmxassist/gen.c with 100% similarity]
bios/vmxassist/head.S [moved from palacios/src/vmboot/vmxassist/head.S with 100% similarity]
bios/vmxassist/machine.h [moved from palacios/src/vmboot/vmxassist/machine.h with 100% similarity]
bios/vmxassist/offsets.h [moved from palacios/src/vmboot/vmxassist/offsets.h with 100% similarity]
bios/vmxassist/setup.c [moved from palacios/src/vmboot/vmxassist/setup.c with 100% similarity]
bios/vmxassist/trap.S [moved from palacios/src/vmboot/vmxassist/trap.S with 100% similarity]
bios/vmxassist/util.c [moved from palacios/src/vmboot/vmxassist/util.c with 100% similarity]
bios/vmxassist/util.h [moved from palacios/src/vmboot/vmxassist/util.h with 100% similarity]
bios/vmxassist/vm86.c [moved from palacios/src/vmboot/vmxassist/vm86.c with 100% similarity]
bios/vmxassist/vm86.h [moved from palacios/src/vmboot/vmxassist/vm86.h with 100% similarity]
bios/vmxassist/vmx_assist.h [moved from palacios/src/vmboot/vmxassist/vmx_assist.h with 100% similarity]
bios/vmxassist/vmxassist.bin [moved from palacios/src/vmboot/vmxassist/vmxassist.bin with 100% similarity]
bios/vmxassist/vmxassist.ld [moved from palacios/src/vmboot/vmxassist/vmxassist.ld with 100% similarity]
build/Makefile
build/Makefile.MASTER.BACKUP [deleted file]
geekos/build/lwip/.ignore [deleted file]
geekos/build/net/.ignore [deleted file]
geekos/build/palacios/.ignore [deleted file]
geekos/include/lwip/ipv4/lwip/ip.h~ [deleted file]
geekos/src/geekos/testvm.s [deleted file]
misc/decoder_test/XED2/lib/libxed.a [deleted file]
misc/network_servers/v3_nbd/.dependencies [deleted file]
misc/network_servers/vtl/.dependencies [deleted file]
palacios/build/Makefile [deleted file]
palacios/build/devices/.ignore [deleted file]
palacios/build/palacios/.ignore [deleted file]
palacios/build/payload_layout.txt [deleted file]
palacios/build/xed/.ignore [deleted file]
palacios/include/palacios/vmm.h
palacios/lib/i386/Makefile [new file with mode: 0644]
palacios/lib/i386/libxed.a [moved from palacios/lib/xed/libxed.a with 100% similarity]
palacios/lib/i386/v3-udiv-compat.s [moved from palacios/src/xed/v3-udiv-compat.s with 91% similarity]
palacios/lib/i386/v3-xed-compat.c [copied from palacios/src/xed/v3-xed-compat.c with 100% similarity]
palacios/lib/x86_64/Makefile [new file with mode: 0644]
palacios/lib/x86_64/libxed32e.a [moved from palacios/lib/xed/libxed32e.a with 100% similarity]
palacios/lib/x86_64/v3-udiv-compat.s [moved from geekos/src/geekos/udivdi3.s with 91% similarity]
palacios/lib/x86_64/v3-xed-compat.c [moved from palacios/src/xed/v3-xed-compat.c with 100% similarity]
palacios/scripts/eipToFunction [deleted file]
palacios/scripts/findaddr [deleted file]
palacios/scripts/generate_vmcs_serialization.pl [deleted file]
palacios/scripts/generrs [deleted file]
palacios/scripts/hexify.pl [deleted file]
palacios/scripts/kerninfo [deleted file]
palacios/scripts/make_payload.pl [deleted file]
palacios/scripts/mkcdisk [deleted file]
palacios/scripts/mkuprog [deleted file]
palacios/scripts/numsecs [deleted file]
palacios/scripts/numsecs_per_track [deleted file]
palacios/scripts/pad [deleted file]
palacios/scripts/pcat [deleted file]
palacios/scripts/pw [deleted file]
palacios/scripts/scan [deleted file]
palacios/scripts/vmcs_entries_to_asm.pl [deleted file]
palacios/scripts/zerofile [deleted file]
palacios/src/devices/Makefile [new file with mode: 0644]
palacios/src/palacios/Makefile [new file with mode: 0644]
palacios/src/palacios/vmm.c
palacios/src/palacios/vmm_binaries.S [new file with mode: 0644]
palacios/src/palacios/vmm_config.c
palacios/src/palacios/vmxassist.S [deleted file]
palacios/src/test/instr_emulator.c [deleted file]
scripts/Kbuild.include [new file with mode: 0644]
scripts/Makefile [new file with mode: 0644]
scripts/Makefile.build [new file with mode: 0644]
scripts/Makefile.clean [new file with mode: 0644]
scripts/Makefile.host [new file with mode: 0644]
scripts/Makefile.lib [new file with mode: 0644]
scripts/Makefile.modpost [new file with mode: 0644]
scripts/basic/Makefile [new file with mode: 0644]
scripts/basic/docproc.c [new file with mode: 0644]
scripts/basic/fixdep.c [new file with mode: 0644]
scripts/basic/split-include.c [new file with mode: 0644]
scripts/kallsyms.c [new file with mode: 0644]
scripts/kconfig/Makefile [new file with mode: 0644]
scripts/kconfig/POTFILES.in [new file with mode: 0644]
scripts/kconfig/conf.c [new file with mode: 0644]
scripts/kconfig/confdata.c [new file with mode: 0644]
scripts/kconfig/expr.c [new file with mode: 0644]
scripts/kconfig/expr.h [new file with mode: 0644]
scripts/kconfig/gconf.c [new file with mode: 0644]
scripts/kconfig/gconf.glade [new file with mode: 0644]
scripts/kconfig/images.c [new file with mode: 0644]
scripts/kconfig/kconfig_load.c [new file with mode: 0644]
scripts/kconfig/kxgettext.c [new file with mode: 0644]
scripts/kconfig/lex.zconf.c_shipped [new file with mode: 0644]
scripts/kconfig/lkc.h [new file with mode: 0644]
scripts/kconfig/lkc_proto.h [new file with mode: 0644]
scripts/kconfig/lxdialog/BIG.FAT.WARNING [new file with mode: 0644]
scripts/kconfig/lxdialog/Makefile [new file with mode: 0644]
scripts/kconfig/lxdialog/check-lxdialog.sh [new file with mode: 0644]
scripts/kconfig/lxdialog/checklist.c [new file with mode: 0644]
scripts/kconfig/lxdialog/colors.h [new file with mode: 0644]
scripts/kconfig/lxdialog/dialog.h [new file with mode: 0644]
scripts/kconfig/lxdialog/inputbox.c [new file with mode: 0644]
scripts/kconfig/lxdialog/lxdialog.c [new file with mode: 0644]
scripts/kconfig/lxdialog/menubox.c [new file with mode: 0644]
scripts/kconfig/lxdialog/msgbox.c [new file with mode: 0644]
scripts/kconfig/lxdialog/textbox.c [new file with mode: 0644]
scripts/kconfig/lxdialog/util.c [new file with mode: 0644]
scripts/kconfig/lxdialog/yesno.c [new file with mode: 0644]
scripts/kconfig/mconf.c [new file with mode: 0644]
scripts/kconfig/menu.c [new file with mode: 0644]
scripts/kconfig/qconf.cc [new file with mode: 0644]
scripts/kconfig/qconf.h [new file with mode: 0644]
scripts/kconfig/symbol.c [new file with mode: 0644]
scripts/kconfig/util.c [new file with mode: 0644]
scripts/kconfig/zconf.gperf [new file with mode: 0644]
scripts/kconfig/zconf.hash.c_shipped [new file with mode: 0644]
scripts/kconfig/zconf.l [new file with mode: 0644]
scripts/kconfig/zconf.tab.c_shipped [new file with mode: 0644]
scripts/kconfig/zconf.y [new file with mode: 0644]
scripts/mkcompile_h [new file with mode: 0755]
scripts/mkmakefile [new file with mode: 0644]
scripts/mksysmap [new file with mode: 0644]
scripts/setlocalversion [new file with mode: 0644]
scripts/toolchain/build-x86_64.sh [new file with mode: 0755]
test/geekos_test_vm/build/common/.ignore [deleted file]
test/geekos_test_vm/build/geekos/.ignore [deleted file]
test/geekos_test_vm/src/geekos/testvm.s [deleted file]