From: David Gibson <david@gibson.dropbear.id.au>
To: agraf@suse.de, peter.maydell@linaro.org, armbru@redhat.com,
lcapitulino@redhat.com
Cc: lvivier@redhat.com, thuth@redhat.com, mst@redhat.com,
qemu-devel@nongnu.org, qemu-ppc@nongnu.org,
peter.crosthwaite@xilinx.com, afaerber@suse.de,
David Gibson <david@gibson.dropbear.id.au>
Subject: [Qemu-devel] [PATCHv2 1/4] Cleanup leftover CONFIG_ISA_MMIO
Date: Thu, 2 Jul 2015 15:53:44 +1000 [thread overview]
Message-ID: <1435816427-9426-2-git-send-email-david@gibson.dropbear.id.au> (raw)
In-Reply-To: <1435816427-9426-1-git-send-email-david@gibson.dropbear.id.au>
Commit 61fcb62 "isa_mmio: delete" removed the CONFIG_ISA_MMIO switch and
the isa_mmio code controlled by it. However, a few of the default-configs
still set the variable, pointlessly. This cleans these up.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
---
default-configs/arm-softmmu.mak | 1 -
default-configs/ppc-softmmu.mak | 1 -
default-configs/ppc64-softmmu.mak | 1 -
default-configs/sparc64-softmmu.mak | 1 -
4 files changed, 4 deletions(-)
diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak
index 74f1db3..03af787 100644
--- a/default-configs/arm-softmmu.mak
+++ b/default-configs/arm-softmmu.mak
@@ -3,7 +3,6 @@
include pci.mak
include usb.mak
CONFIG_VGA=y
-CONFIG_ISA_MMIO=y
CONFIG_NAND=y
CONFIG_ECC=y
CONFIG_SERIAL=y
diff --git a/default-configs/ppc-softmmu.mak b/default-configs/ppc-softmmu.mak
index 4befde3..d4d0f9b 100644
--- a/default-configs/ppc-softmmu.mak
+++ b/default-configs/ppc-softmmu.mak
@@ -3,7 +3,6 @@
include pci.mak
include sound.mak
include usb.mak
-CONFIG_ISA_MMIO=y
CONFIG_ESCC=y
CONFIG_M48T59=y
CONFIG_SERIAL=y
diff --git a/default-configs/ppc64-softmmu.mak b/default-configs/ppc64-softmmu.mak
index ab62cc7..f641848 100644
--- a/default-configs/ppc64-softmmu.mak
+++ b/default-configs/ppc64-softmmu.mak
@@ -3,7 +3,6 @@
include pci.mak
include sound.mak
include usb.mak
-CONFIG_ISA_MMIO=y
CONFIG_ESCC=y
CONFIG_M48T59=y
CONFIG_SERIAL=y
diff --git a/default-configs/sparc64-softmmu.mak b/default-configs/sparc64-softmmu.mak
index 123bb99..c0cdd64 100644
--- a/default-configs/sparc64-softmmu.mak
+++ b/default-configs/sparc64-softmmu.mak
@@ -2,7 +2,6 @@
include pci.mak
include usb.mak
-CONFIG_ISA_MMIO=y
CONFIG_M48T59=y
CONFIG_PTIMER=y
CONFIG_SERIAL=y
--
2.4.3
next prev parent reply other threads:[~2015-07-02 5:53 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-02 5:53 [Qemu-devel] [PATCHv2 0/4] Start allowing ISA to be configured out David Gibson
2015-07-02 5:53 ` David Gibson [this message]
2015-07-02 8:06 ` [Qemu-devel] [PATCHv2 1/4] Cleanup leftover CONFIG_ISA_MMIO Peter Maydell
2015-07-02 5:53 ` [Qemu-devel] [PATCHv2 2/4] Split serial-isa into its own config option David Gibson
2015-07-02 5:53 ` [Qemu-devel] [PATCHv2 3/4] Allow ISA bus to be configured out David Gibson
2015-07-02 8:45 ` Michael S. Tsirkin
2015-07-02 5:53 ` [Qemu-devel] [PATCHv2 4/4] Split ISA and sysbus versions of m48t59 device David Gibson
2015-07-02 6:19 ` [Qemu-devel] [PATCHv2 0/4] Start allowing ISA to be configured out Michael S. Tsirkin
2015-07-02 8:47 ` Michael S. Tsirkin
2015-07-04 23:36 ` [Qemu-devel] [Qemu-ppc] " Benjamin Herrenschmidt
2015-07-05 9:59 ` 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=1435816427-9426-2-git-send-email-david@gibson.dropbear.id.au \
--to=david@gibson.dropbear.id.au \
--cc=afaerber@suse.de \
--cc=agraf@suse.de \
--cc=armbru@redhat.com \
--cc=lcapitulino@redhat.com \
--cc=lvivier@redhat.com \
--cc=mst@redhat.com \
--cc=peter.crosthwaite@xilinx.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@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).