On 24/01/19 13:51, Thomas Huth wrote: > not fully converted yet: > > Exception: contradiction between clauses when setting VIRTIO_MMIO > make: *** No rule to make target `aarch64-softmmu/config-devices.mak', > needed by `config-all-devices.mak'. Stop. > > I think you temporarily have not to set CONFIG_VIRTIO=y in > default-configs/arm-softmmu.mak (and likely also in the riscv and s390x > configs), until they are finally converted completely?
No, VIRTIO_MMIO must select virtio. I have fixed this in my tree. Paolo