]> rtime.felk.cvut.cz Git - jailhouse.git/commit
Jailhouse public release
authorJan Kiszka <jan.kiszka@siemens.com>
Sun, 20 Oct 2013 14:52:53 +0000 (16:52 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Sun, 20 Oct 2013 14:52:53 +0000 (16:52 +0200)
commitc690fb976081ac4b1f7f57fc2b64a757f963723b
tree23340918c2248da54f0401254d8f8a36558f955e
Jailhouse public release

Baseline for first public release.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
74 files changed:
.gitignore [new file with mode: 0644]
COPYING [new file with mode: 0644]
Makefile [new file with mode: 0644]
README [new file with mode: 0644]
config/Makefile [new file with mode: 0644]
config/chromebook.c [new file with mode: 0644]
config/h700-8G.c [new file with mode: 0644]
config/h87i.c [new file with mode: 0644]
config/minimal.c [new file with mode: 0644]
config/qemu-vm.c [new file with mode: 0644]
hypervisor/Makefile [new file with mode: 0644]
hypervisor/acpi.c [new file with mode: 0644]
hypervisor/arch/arm/Makefile [new file with mode: 0644]
hypervisor/arch/arm/entry.S [new file with mode: 0644]
hypervisor/arch/arm/include/asm/bitops.h [new file with mode: 0644]
hypervisor/arch/arm/include/asm/cell.h [new file with mode: 0644]
hypervisor/arch/arm/include/asm/jailhouse.h [new file with mode: 0644]
hypervisor/arch/arm/include/asm/paging.h [new file with mode: 0644]
hypervisor/arch/arm/include/asm/percpu.h [new file with mode: 0644]
hypervisor/arch/arm/include/asm/processor.h [new file with mode: 0644]
hypervisor/arch/arm/include/asm/spinlock.h [new file with mode: 0644]
hypervisor/arch/arm/include/asm/types.h [new file with mode: 0644]
hypervisor/arch/arm/setup.c [new file with mode: 0644]
hypervisor/arch/x86/Makefile [new file with mode: 0644]
hypervisor/arch/x86/apic.c [new file with mode: 0644]
hypervisor/arch/x86/control.c [new file with mode: 0644]
hypervisor/arch/x86/dbg-write.c [new file with mode: 0644]
hypervisor/arch/x86/entry.S [new file with mode: 0644]
hypervisor/arch/x86/fault.c [new file with mode: 0644]
hypervisor/arch/x86/include/asm/apic.h [new file with mode: 0644]
hypervisor/arch/x86/include/asm/bitops.h [new file with mode: 0644]
hypervisor/arch/x86/include/asm/cell.h [new file with mode: 0644]
hypervisor/arch/x86/include/asm/fault.h [new file with mode: 0644]
hypervisor/arch/x86/include/asm/io.h [new file with mode: 0644]
hypervisor/arch/x86/include/asm/jailhouse.h [new file with mode: 0644]
hypervisor/arch/x86/include/asm/paging.h [new file with mode: 0644]
hypervisor/arch/x86/include/asm/percpu.h [new file with mode: 0644]
hypervisor/arch/x86/include/asm/processor.h [new file with mode: 0644]
hypervisor/arch/x86/include/asm/spinlock.h [new file with mode: 0644]
hypervisor/arch/x86/include/asm/types.h [new file with mode: 0644]
hypervisor/arch/x86/include/asm/vmx.h [new file with mode: 0644]
hypervisor/arch/x86/mmio.c [new file with mode: 0644]
hypervisor/arch/x86/setup.c [new file with mode: 0644]
hypervisor/arch/x86/vmx.c [new file with mode: 0644]
hypervisor/control.c [new file with mode: 0644]
hypervisor/hypervisor.lds.S [new file with mode: 0644]
hypervisor/include/jailhouse/acpi.h [new file with mode: 0644]
hypervisor/include/jailhouse/cell-config.h [new file with mode: 0644]
hypervisor/include/jailhouse/control.h [new file with mode: 0644]
hypervisor/include/jailhouse/entry.h [new file with mode: 0644]
hypervisor/include/jailhouse/header.h [new file with mode: 0644]
hypervisor/include/jailhouse/hypercall.h [new file with mode: 0644]
hypervisor/include/jailhouse/mmio.h [new file with mode: 0644]
hypervisor/include/jailhouse/paging.h [new file with mode: 0644]
hypervisor/include/jailhouse/printk.h [new file with mode: 0644]
hypervisor/include/jailhouse/processor.h [new file with mode: 0644]
hypervisor/include/jailhouse/string.h [new file with mode: 0644]
hypervisor/lib.c [new file with mode: 0644]
hypervisor/paging.c [new file with mode: 0644]
hypervisor/printk-core.c [new file with mode: 0644]
hypervisor/printk.c [new file with mode: 0644]
hypervisor/setup.c [new file with mode: 0644]
inmate/Makefile [new file with mode: 0644]
inmate/apic-demo.c [new file with mode: 0644]
inmate/header.S [new file with mode: 0644]
inmate/inmate.h [new file with mode: 0644]
inmate/inmate.lds [new file with mode: 0644]
inmate/pm-timer.c [new file with mode: 0644]
inmate/printk.c [new file with mode: 0644]
inmate/tiny-demo.c [new file with mode: 0644]
jailhouse.h [new file with mode: 0644]
main.c [new file with mode: 0644]
tools/Makefile [new file with mode: 0644]
tools/jailhouse.c [new file with mode: 0644]