]> rtime.felk.cvut.cz Git - jailhouse.git/commit
core: Rename "Linux cell" to "root cell"
authorJan Kiszka <jan.kiszka@siemens.com>
Thu, 3 Apr 2014 08:39:26 +0000 (10:39 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Fri, 4 Apr 2014 11:56:29 +0000 (13:56 +0200)
commit025dcaa71307c7627f594922ec6abd1a22b625be
tree130e85bd41942d11e4bd50fa4c0aa0404a9d10a3
parent5fa95912efdeadc172a7d1c91182822ad0c0ec9e
core: Rename "Linux cell" to "root cell"

As we refer to the first cell that contains the boot-strap Linux as
"root cell" in the documentation, change the internal naming accordingly
in order to be more consistent. The affects linux_cell primarily, but
also a few related variable and function names as well as a couple of
console messages.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
12 files changed:
hypervisor/arch/arm/include/asm/cell.h
hypervisor/arch/arm/setup.c
hypervisor/arch/x86/control.c
hypervisor/arch/x86/include/asm/cell.h
hypervisor/arch/x86/include/asm/vmx.h
hypervisor/arch/x86/include/asm/vtd.h
hypervisor/arch/x86/setup.c
hypervisor/arch/x86/vmx.c
hypervisor/arch/x86/vtd.c
hypervisor/control.c
hypervisor/include/jailhouse/entry.h
hypervisor/setup.c