[Qemu-devel] [PATCH 0/1] fixup 9pfs dependencies

Cornelia Huck posted 1 patch 6 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170808121701.18353-1-cohuck@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
configure                         | 2 +-
default-configs/s390x-softmmu.mak | 1 +
fsdev/Makefile.objs               | 2 +-
hw/Makefile.objs                  | 2 +-
4 files changed, 4 insertions(+), 3 deletions(-)
[Qemu-devel] [PATCH 0/1] fixup 9pfs dependencies
Posted by Cornelia Huck 6 years, 8 months ago
During my work on cleaning up the pci dependencies on s390x (see my
"s390x: zPCI detangling" patch series), I noticed that the 9pfs code
is only built if CONFIG_PCI is set. There's really nothing in there
that should depend on CONFIG_PCI (it is really transport-agnostic);
we do want to make sure that we have a virtio-9p-transport device,
however.

This patch is on top of master; it does not really make a difference
right now, but will be needed after my patch series to avoid an
inconsistent config for s390x with pci off.

Cornelia Huck (1):
  9pfs: fix and simplify dependencies

 configure                         | 2 +-
 default-configs/s390x-softmmu.mak | 1 +
 fsdev/Makefile.objs               | 2 +-
 hw/Makefile.objs                  | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

-- 
2.13.4