]> git.proxmox.com Git - mirror_qemu.git/commit
Merge remote-tracking branch 'remotes/dgibson/tags/isa-cleanup-20170206' into staging
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 6 Feb 2017 10:29:11 +0000 (10:29 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 6 Feb 2017 10:29:12 +0000 (10:29 +0000)
commitc192325242f0040a9c3d245f843bb5552b391c15
treec66e94e375b8398b9e31068d73b31c0f3e6aac01
parenta951316b8a5c3c63254f20a826afeed940dd4cba
parentc124c4d13bcb19fc866e7f6de075f906fca6af4a
Merge remote-tracking branch 'remotes/dgibson/tags/isa-cleanup-20170206' into staging

Allow ISA to be disabled on some platforms (v3)

This makes some cleanups that are a start on allowing ISA to be
compiled out for platforms which don't use it.

I posted this series last November, and it collected a number of R-bs
and no apparent objections.  So, I've now rebased it (trivially) and
am sending a pull request in the hopes of merge.  A lot of the pieces
here don't have a clear maintainer, so I'm sending it directly to
Peter.

Notes:
  * Patch 3/3 triggers a style warning, but that's just because I'm
    moving a C++ // comment verbatim from one file to another

Changes since v2:
  * Trivial rebase

Changes since v1:
  * Fixed some silly compile errors in 3/3 exposed by some
    changes in other headers

# gpg: Signature made Mon 06 Feb 2017 01:37:50 GMT
# gpg:                using RSA key 0x6C38CACA20D9B392
# gpg: Good signature from "David Gibson <david@gibson.dropbear.id.au>"
# gpg:                 aka "David Gibson (Red Hat) <dgibson@redhat.com>"
# gpg:                 aka "David Gibson (ozlabs.org) <dgibson@ozlabs.org>"
# gpg:                 aka "David Gibson (kernel.org) <dwg@kernel.org>"
# Primary key fingerprint: 75F4 6586 AE61 A66C C44E  87DC 6C38 CACA 20D9 B392

* remotes/dgibson/tags/isa-cleanup-20170206:
  Split ISA and sysbus versions of m48t59 device
  Allow ISA bus to be configured out
  Split serial-isa into its own config option

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>