xen/arm: enable PV control for ARM
Enable lifecyle management (reboot, shutdown...) from the toolstack for ARM guests. Signed-off-by: Julien Grall <julien.grall@linaro.org> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
This commit is contained in:
committed by
Konrad Rzeszutek Wilk
parent
f21407179c
commit
9e7fd145b6
@@ -1,9 +1,8 @@
|
|||||||
ifeq ($(filter y, $(CONFIG_ARM) $(CONFIG_ARM64)),)
|
ifeq ($(filter y, $(CONFIG_ARM) $(CONFIG_ARM64)),)
|
||||||
obj-y += manage.o
|
|
||||||
obj-$(CONFIG_HOTPLUG_CPU) += cpu_hotplug.o
|
obj-$(CONFIG_HOTPLUG_CPU) += cpu_hotplug.o
|
||||||
endif
|
endif
|
||||||
obj-$(CONFIG_X86) += fallback.o
|
obj-$(CONFIG_X86) += fallback.o
|
||||||
obj-y += grant-table.o features.o events.o balloon.o
|
obj-y += grant-table.o features.o events.o balloon.o manage.o
|
||||||
obj-y += xenbus/
|
obj-y += xenbus/
|
||||||
|
|
||||||
nostackp := $(call cc-option, -fno-stack-protector)
|
nostackp := $(call cc-option, -fno-stack-protector)
|
||||||
|
Reference in New Issue
Block a user