rename dom0 to hardware_domain
authorDaniel De Graaf <dgdegra@tycho.nsa.gov>
Fri, 11 Apr 2014 09:20:55 +0000 (11:20 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 11 Apr 2014 09:20:55 +0000 (11:20 +0200)
commitc86ccbf0b7976ac0093bef4e4e43005771c0f829
tree17a48fe5ee7fad491f9a1eeec11c0b604586306e
parent920641d9c4a9216952c2200cd4a10938ec90e0f0
rename dom0 to hardware_domain

This should not change any functionality other than renaming the global
variable.  In a few cases (primarily the domain building code), a local
variable or argument named dom0 was created and used instead of the
global hardware_domain to clarify that the domain being used in this
case is actually domain 0.

Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Christoph Egger <chegger@amazon.de>
Acked-by: Keir Fraser <keir@xen.org>
26 files changed:
xen/arch/arm/domain_build.c
xen/arch/arm/setup.c
xen/arch/x86/acpi/cpu_idle.c
xen/arch/x86/cpu/mcheck/vmce.h
xen/arch/x86/crash.c
xen/arch/x86/domain_build.c
xen/arch/x86/io_apic.c
xen/arch/x86/irq.c
xen/arch/x86/mm.c
xen/arch/x86/nmi.c
xen/arch/x86/setup.c
xen/arch/x86/traps.c
xen/arch/x86/x86_64/mm.c
xen/common/domain.c
xen/common/event_channel.c
xen/common/kexec.c
xen/common/keyhandler.c
xen/common/xenoprof.c
xen/drivers/char/ns16550.c
xen/drivers/passthrough/amd/pci_amd_iommu.c
xen/drivers/passthrough/iommu.c
xen/drivers/passthrough/pci.c
xen/drivers/passthrough/vtd/iommu.c
xen/include/asm-arm/domain.h
xen/include/xen/domain.h
xen/include/xen/sched.h