]> xenbits.xensource.com Git - people/andrewcoop/xen.git/commitdiff
x86:monitor: control monitor.c build with CONFIG_VM_EVENT option
authorSergiy Kibrik <Sergiy_Kibrik@epam.com>
Fri, 14 Mar 2025 05:23:14 +0000 (07:23 +0200)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 14 Mar 2025 17:24:35 +0000 (17:24 +0000)
Replace more general CONFIG_HVM option with CONFIG_VM_EVENT which is more
relevant and specific to monitoring. This is only to clarify at build level
to which subsystem this file belongs.

No functional change here, as VM_EVENT depends on HVM.

Signed-off-by: Sergiy Kibrik <Sergiy_Kibrik@epam.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/Makefile

index c763f80b0b22aae39b3d6ee83cddc45ee86f022b..f59c9665fdd0e5622cccfd57de88c6ed261cbc91 100644 (file)
@@ -49,7 +49,7 @@ obj-$(CONFIG_PV) += ioport_emulate.o
 obj-y += irq.o
 obj-$(CONFIG_KEXEC) += machine_kexec.o
 obj-y += mm.o x86_64/mm.o
-obj-$(CONFIG_HVM) += monitor.o
+obj-$(CONFIG_VM_EVENT) += monitor.o
 obj-y += mpparse.o
 obj-y += nmi.o
 obj-y += numa.o