On 25/01/19 21:00, Alex Williamson wrote: >> >> -config VFIO_SPAPR >> - bool >> - default y >> - depends on VFIO && LINUX && PSERIES > > I can't say I really understand what happened with this through the > course of the series. In patch 27 spapr.o became obj-y, VFIO_SPAPR > came about in patch 32, tweaked in patch 33, then removed in 47.
Oops, that's a rebasing issue that I messed out when I finally got ppc64-softmmu to build with the series. I initially assumed that spapr.o was not needed for non-pseries machines, but as you say below it is not stubbed yet if not needed. > .PHONY: allnoconfig defconfig > allnoconfig defconfig: > rm */config-devices.mak config-all-devices.mak > $(MAKE) MINIKCONF="$(MINIKCONF) --$<" config-all-devices.mak This seemed to work here (besides the fact that "rm" should have been "rm -f"). The makefile needs some work apparently. Paolo