All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Gibson <david@gibson.dropbear.id.au>
To: Markus Armbruster <armbru@redhat.com>
Cc: peter.maydell@linaro.org, peter.crosthwaite@xilinx.com,
	mst@redhat.com, qemu-devel@nongnu.org, lcapitulino@redhat.com,
	agraf@suse.de
Subject: Re: [Qemu-devel] [PATCHv3 3/4] Allow ISA bus to be configured out
Date: Mon, 8 Feb 2016 10:33:23 +1000	[thread overview]
Message-ID: <20160208003323.GB3702@voom> (raw)
In-Reply-To: <87ziviw1k7.fsf@blackfin.pond.sub.org>

[-- Attachment #1: Type: text/plain, Size: 2693 bytes --]

On Wed, Feb 03, 2016 at 11:06:16AM +0100, Markus Armbruster wrote:
> David Gibson <david@gibson.dropbear.id.au> writes:
> 
> > Currently, the code to handle the legacy ISA bus is always included in
> > qemu.  However there are lots of platforms that don't include ISA legacy
> > devies, and quite a few that have never used ISA legacy devices at all.
> >
> > This patch allows the ISA bus code to be disabled in the configuration for
> > platforms where it doesn't make sense.
> >
> > For now, the default configs are adjusted to include ISA on all platforms
> > including PCI: anything with PCI can at least in principle add an i82378
> > PCI->ISA bridge.  Also, CONFIG_IDE_CORE which is already in pci.mak
> > requires ISA support.
> >
> > We also explicitly enable ISA on some other non-PCI platforms which include
> > ISA devices.  We may want to pare this down in future.
> 
> Impact?  Please list the targets that lose ISA because of this
> patch.

Ok, will do.

> 
> > Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
> > Acked-by: Michael S. Tsirkin <mst@redhat.com>
> > ---
> >  default-configs/moxie-softmmu.mak     | 1 +
> >  default-configs/pci.mak               | 2 ++
> >  default-configs/sparc-softmmu.mak     | 1 +
> >  default-configs/unicore32-softmmu.mak | 1 +
> >  hw/isa/Makefile.objs                  | 2 +-
> >  5 files changed, 6 insertions(+), 1 deletion(-)
> >
> > diff --git a/default-configs/moxie-softmmu.mak b/default-configs/moxie-softmmu.mak
> > index 1a95476..3886275 100644
> > --- a/default-configs/moxie-softmmu.mak
> > +++ b/default-configs/moxie-softmmu.mak
> > @@ -1,5 +1,6 @@
> >  # Default configuration for moxie-softmmu
> >  
> > +CONFIG_ISA_BUS=y
> >  CONFIG_MC146818RTC=y
> >  CONFIG_SERIAL=y
> >  CONFIG_VGA=y
> 
> Uh, PATCH 2 excepted moxie from "add CONFIG_SERIAL_ISA to every config
> that has CONFIG_SERIAL", but now you're giving it an ISA bus.  Please
> explain.

Oops.  It's the other patch that was wrong, moxie includes an ISA only
RTC, so it does need to include ISA, and should also include ISA_SERIAL.

> > diff --git a/default-configs/pci.mak b/default-configs/pci.mak
> > index f250119..bcf18f0 100644
> > --- a/default-configs/pci.mak
> > +++ b/default-configs/pci.mak
> > @@ -1,4 +1,6 @@
> >  CONFIG_PCI=y
> > +# For now, IDE_CORE requires ISA, so we enable it here
> 
> You mean CONFIG_IDE_CORE?  If yes, please spell it out, so grep finds
> it.

Ok, will do.

-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist, thank you.  NOT _the_ _other_
				| _way_ _around_!
http://www.ozlabs.org/~dgibson

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

  reply	other threads:[~2016-02-08  0:44 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-15 12:21 [Qemu-devel] [PATCHv3 0/4] Start allowing ISA to be configured out David Gibson
2016-01-15 12:21 ` [Qemu-devel] [PATCHv3 1/4] Cleanup leftover CONFIG_ISA_MMIO David Gibson
2016-01-15 12:21 ` [Qemu-devel] [PATCHv3 2/4] Split serial-isa into its own config option David Gibson
2016-01-16 12:37   ` Thomas Huth
2016-01-18  1:52     ` David Gibson
2016-02-03 10:00   ` Markus Armbruster
2016-02-08  0:38     ` David Gibson
2016-01-15 12:21 ` [Qemu-devel] [PATCHv3 3/4] Allow ISA bus to be configured out David Gibson
2016-02-03 10:06   ` Markus Armbruster
2016-02-08  0:33     ` David Gibson [this message]
2016-01-15 12:21 ` [Qemu-devel] [PATCHv3 4/4] Split ISA and sysbus versions of m48t59 device David Gibson
2016-01-18  1:54 ` [Qemu-devel] [PATCHv3 0/4] Start allowing ISA to be configured out David Gibson

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=20160208003323.GB3702@voom \
    --to=david@gibson.dropbear.id.au \
    --cc=agraf@suse.de \
    --cc=armbru@redhat.com \
    --cc=lcapitulino@redhat.com \
    --cc=mst@redhat.com \
    --cc=peter.crosthwaite@xilinx.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.