On 28/02/18 22:35, Paolo Bonzini wrote: > On 28/02/2018 22:08, Konrad Rzeszutek Wilk wrote: >> +obj-$(CONFIG_XEN_PVH) += pvh.o >> +obj-$(CONFIG_XEN_PVH) += pvh-head.o >> + > > Probably a better place for these would be > arch/x86/platform/pvh/{enlighten.c,head.S}. (Just because there are no > .c or .S files in arch/x86). Right. > Maybe Xen ought to be moved under > arch/x86/platform too. And hyperv and kvm, too? No, I think arch/x86/xen/ is fine. Juergen