xen/arm: domain_build: Print the correct domain in initrd_load()
authorJulien Grall <julien.grall@arm.com>
Thu, 15 Aug 2019 17:30:42 +0000 (18:30 +0100)
committerJulien Grall <julien.grall@arm.com>
Wed, 2 Oct 2019 08:27:08 +0000 (09:27 +0100)
commit6069f893e07d57aab19481dfc30c68a5d7a8391e
tree106019b4e1d86e44473aa2613cf116b9be2fb871
parent698b05d18dfe377abf07911dd1e9145c950f58c1
xen/arm: domain_build: Print the correct domain in initrd_load()

initrd_load() can be called by other domain than dom0. To avoid
confusion in the log, print the correct domain.

Signed-off-by: Julien Grall <julien.grall@arm.com>
Reviewed-by: Volodymyr Babchuk <volodymyr_babchuk@epam.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
xen/arch/arm/domain_build.c