From: Markus Armbruster <armbru@redhat.com>
To: David Gibson <david@gibson.dropbear.id.au>
Cc: edgar.iglesias@gmail.com, michael@walle.cc, proljc@gmail.com,
borntraeger@de.ibm.com, cornelia.huck@de.ibm.com,
kbastian@mail.uni-paderborn.de, jcmvbkbc@gmail.com,
veroniabahaa@gmail.com, peter.maydell@linaro.org, mst@redhat.com,
qemu-devel@nongnu.org, agraf@suse.de, pbonzini@redhat.com
Subject: Re: [Qemu-devel] [PATCHv2 1/3] Split serial-isa into its own config option
Date: Thu, 17 Nov 2016 17:11:04 +0100 [thread overview]
Message-ID: <87polucciv.fsf@dusky.pond.sub.org> (raw)
In-Reply-To: <1478694124-15803-2-git-send-email-david@gibson.dropbear.id.au> (David Gibson's message of "Wed, 9 Nov 2016 23:22:02 +1100")
David Gibson <david@gibson.dropbear.id.au> writes:
> At present, the core device model code for 8250-like serial ports
> (serial.c) and the code for serial ports attached to ISA-style legacy IO
> (serial-isa.c) are both controlled by the CONFIG_SERIAL variable.
>
> There are lots and lots of embedded platforms that have 8250-like serial
> ports but have never had anything resembling ISA legacy IO. Therefore,
> split serial-isa into its own CONFIG_SERIAL_ISA option so it can be
> disabled for platforms where it's not appropriate.
>
> For now, I enabled CONFIG_SERIAL_ISA in every default-config where
> CONFIG_SERIAL is enabled, excepting microblaze, or32, and xtensa. As best
> as I can tell, those platforms never used legacy ISA, and also don't
> include PCI support (which would allow connection of a PCI->ISA bridge
> and/or a southbridge including legacy ISA serial ports).
I poked them with nm, and the result supports your claims.
> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
> Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
next prev parent reply other threads:[~2016-11-17 16:11 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-09 12:22 [Qemu-devel] [PATCHv2 0/3] Allow ISA to be disabled on some platforms David Gibson
2016-11-09 12:22 ` [Qemu-devel] [PATCHv2 1/3] Split serial-isa into its own config option David Gibson
2016-11-10 7:29 ` Christian Borntraeger
2016-11-17 16:11 ` Markus Armbruster [this message]
2016-11-09 12:22 ` [Qemu-devel] [PATCHv2 2/3] Allow ISA bus to be configured out David Gibson
2016-11-17 16:12 ` Markus Armbruster
2016-11-09 12:22 ` [Qemu-devel] [PATCHv2 3/3] Split ISA and sysbus versions of m48t59 device David Gibson
2016-11-10 14:57 ` Paolo Bonzini
2016-11-10 15:16 ` Mark Cave-Ayland
2016-11-10 15:37 ` Paolo Bonzini
2016-11-17 15:53 ` Markus Armbruster
2016-11-10 10:51 ` [Qemu-devel] [PATCHv2 0/3] Allow ISA to be disabled on some platforms Edgar E. Iglesias
2016-11-10 13:49 ` Michael S. Tsirkin
2016-11-13 3:13 ` no-reply
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=87polucciv.fsf@dusky.pond.sub.org \
--to=armbru@redhat.com \
--cc=agraf@suse.de \
--cc=borntraeger@de.ibm.com \
--cc=cornelia.huck@de.ibm.com \
--cc=david@gibson.dropbear.id.au \
--cc=edgar.iglesias@gmail.com \
--cc=jcmvbkbc@gmail.com \
--cc=kbastian@mail.uni-paderborn.de \
--cc=michael@walle.cc \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=proljc@gmail.com \
--cc=qemu-devel@nongnu.org \
--cc=veroniabahaa@gmail.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 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.