qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Cornelia Huck
Subject: [Qemu-devel] [PATCH 0/1] fixup 9pfs dependencies
Date: Tue, 8 Aug 2017 14:17:00 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]