qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Cornelia Huck <cohuck@redhat.com>
To: aneesh.kumar@linux.vnet.ibm.com, groug@kaod.org
Cc: borntraeger@de.ibm.com, agraf@suse.de, thuth@redhat.com,
	qemu-devel@nongnu.org, Cornelia Huck <cohuck@redhat.com>
Subject: [Qemu-devel] [PATCH 0/1] fixup 9pfs dependencies
Date: Tue,  8 Aug 2017 14:17:00 +0200	[thread overview]
Message-ID: <20170808121701.18353-1-cohuck@redhat.com> (raw)

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	other threads:[~2017-08-08 12:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-08 12:17 Cornelia Huck [this message]
2017-08-08 12:17 ` [Qemu-devel] [PATCH 1/1] 9pfs: fix and simplify dependencies Cornelia Huck
2017-08-08 12:50   ` Greg Kurz
2017-08-08 13:00     ` Cornelia Huck
2017-08-08 14:15     ` Greg Kurz
2017-08-08 15:21       ` Cornelia Huck

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170808121701.18353-1-cohuck@redhat.com \
    --to=cohuck@redhat.com \
    --cc=agraf@suse.de \
    --cc=aneesh.kumar@linux.vnet.ibm.com \
    --cc=borntraeger@de.ibm.com \
    --cc=groug@kaod.org \
    --cc=qemu-devel@nongnu.org \
    --cc=thuth@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).