On 6 February 2017 at 01:39, David Gibson <da...@gibson.dropbear.id.au> wrote: > The following changes since commit a951316b8a5c3c63254f20a826afeed940dd4cba: > > Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' > into staging (2017-02-03 14:41:49 +0000) > > are available in the git repository at: > > git://github.com/dgibson/qemu.git tags/isa-cleanup-20170206 > > for you to fetch changes up to c124c4d13bcb19fc866e7f6de075f906fca6af4a: > > Split ISA and sysbus versions of m48t59 device (2017-02-06 12:33:21 +1100) > > ---------------------------------------------------------------- > 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
I think one or two platforms have appeared since (notably nios) but they don't need CONFIG_SERIAL_ISA so that's ok. Applied, thanks. -- PMM