On Tue, 8 Aug 2017 14:50:00 +0200 Greg Kurz <gr...@kaod.org> wrote: > On Tue, 8 Aug 2017 14:17:01 +0200 > Cornelia Huck <coh...@redhat.com> wrote: > > > We want to compile the 9pfs code iff virtfs is enabled and a virtio > > transport is available (not only pci!). > > > > Let's make the generated CONFIG_VIRTFS statement depend on either > > CONFIG_VIRTIO_PCI or (new) CONFIG_VIRTIO_CCW. The Makefiles for fsdev/ > > and hw/9pfs/ can then depend on CONFIG_VIRTFS directly. > > > > Suggested-by: Thomas Huth <th...@redhat.com> > > Signed-off-by: Cornelia Huck <coh...@redhat.com> > > --- > > It looks good to me. > > Acked-by: Greg Kurz <gr...@kaod.org> > > > configure | 2 +- > > default-configs/s390x-softmmu.mak | 1 + > > fsdev/Makefile.objs | 2 +- > > hw/Makefile.objs | 2 +- > > 4 files changed, 4 insertions(+), 3 deletions(-)
Thanks! Will you queue this yourself, or should I send it together with the zpci cleanup patches?