On Tue, 8 Aug 2017 14:50:00 +0200 Greg Kurz <[email protected]> wrote: > On Tue, 8 Aug 2017 14:17:01 +0200 > Cornelia Huck <[email protected]> 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 <[email protected]> > > Signed-off-by: Cornelia Huck <[email protected]> > > --- > > It looks good to me. > > Acked-by: Greg Kurz <[email protected]> > > > 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?
