On Wed, 9 Aug 2017 14:10:01 +0200 Greg Kurz <gr...@kaod.org> wrote: > On Wed, 9 Aug 2017 13:06:14 +0200 > Cornelia Huck <coh...@redhat.com> wrote:
> > Should the condition be VIRTFS && (VIRTIO || XEN), then? > > That's what I was beginning to think as well :) OK, here's what should work: - fsdev/Makefile.objs needs to check for VIRTFS && (VIRTIO || XEN) - hw/Makefile.objs needs to check for VIRTFS && (VIRTIO || XEN) before building hw/9pfs/ - hw/9pfs/Makefile.objs needs a new VIRTIO check for the virtio device I'm preparing a patch.