On 25/01/19 16:17, Thomas Huth wrote: >> +ifeq ($(CONFIG_S390_CCW_VIRTIO),y) >> obj-y += s390-virtio-hcall.o >> obj-y += sclp.o >> obj-y += event-facility.o >> @@ -33,3 +34,4 @@ obj-$(CONFIG_KVM) += s390-stattrib-kvm.o >> obj-y += s390-ccw.o >> obj-y += ap-device.o >> obj-y += ap-bridge.o >> +endif > That won't really work, a lot of code in target/s390x still depends on > the functions in these files here. I suggest to just disable the file > that defines the machine initially, i.e.: > > obj-$(CONFIG_S390_CCW_VIRTIO) += s390-virtio-ccw.o > > We can still fine-tune this later.
Ok, I'll leave this and the other changes you suggest to Yang for v6. :) Paolo