Re: [Qemu-devel] [PATCH 1/1] 9pfs: fix and simplify dependencies

2017-08-08 Thread Cornelia Huck
On Tue, 8 Aug 2017 16:15:59 +0200 Greg Kurz wrote: > On Tue, 8 Aug 2017 14:50:00 +0200 > Greg Kurz wrote: > > > On Tue, 8 Aug 2017 14:17:01 +0200 > > Cornelia Huck wrote: > > > > > We want to compile the 9pfs code iff virtfs is enabled and a virtio > > > transport is available (not only pc

Re: [Qemu-devel] [PATCH 1/1] 9pfs: fix and simplify dependencies

2017-08-08 Thread Greg Kurz
On Tue, 8 Aug 2017 14:50:00 +0200 Greg Kurz wrote: > On Tue, 8 Aug 2017 14:17:01 +0200 > Cornelia Huck 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 o

Re: [Qemu-devel] [PATCH 1/1] 9pfs: fix and simplify dependencies

2017-08-08 Thread Cornelia Huck
On Tue, 8 Aug 2017 14:50:00 +0200 Greg Kurz wrote: > On Tue, 8 Aug 2017 14:17:01 +0200 > Cornelia Huck 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 o

Re: [Qemu-devel] [PATCH 1/1] 9pfs: fix and simplify dependencies

2017-08-08 Thread Greg Kurz
On Tue, 8 Aug 2017 14:17:01 +0200 Cornelia Huck 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 Makefi

[Qemu-devel] [PATCH 1/1] 9pfs: fix and simplify dependencies

2017-08-08 Thread Cornelia Huck
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 directl