From: David Gibson <david@gibson.dropbear.id.au>
To: mst@redhat.com, pbonzini@redhat.com
Cc: qemu-devel@nongnu.org, armbru@redhat.com,
David Gibson <david@gibson.dropbear.id.au>
Subject: [Qemu-devel] [PATCH 0/3] Allow ISA to be disabled on some platforms
Date: Mon, 17 Oct 2016 15:23:21 +1100 [thread overview]
Message-ID: <1476678204-11511-1-git-send-email-david@gibson.dropbear.id.au> (raw)
This is a rebase/repost of a series I sent quite some time ago. This
makes some cleanups that are a start on allowing ISA to be compiled
out for platforms which don't use it.
David Gibson (3):
Split serial-isa into its own config option
Allow ISA bus to be configured out
Split ISA and sysbus versions of m48t59 device
default-configs/alpha-softmmu.mak | 1 +
default-configs/arm-softmmu.mak | 1 +
default-configs/i386-softmmu.mak | 1 +
default-configs/mips-softmmu-common.mak | 1 +
default-configs/moxie-softmmu.mak | 2 +
default-configs/pci.mak | 3 +
default-configs/ppc-softmmu.mak | 1 +
default-configs/ppc64-softmmu.mak | 1 +
default-configs/ppcemb-softmmu.mak | 1 +
default-configs/sh4-softmmu.mak | 1 +
default-configs/sh4eb-softmmu.mak | 1 +
default-configs/sparc-softmmu.mak | 1 +
default-configs/sparc64-softmmu.mak | 1 +
default-configs/unicore32-softmmu.mak | 1 +
default-configs/x86_64-softmmu.mak | 1 +
hw/char/Makefile.objs | 3 +-
hw/isa/Makefile.objs | 2 +-
hw/timer/Makefile.objs | 3 +
hw/timer/m48t59-internal.h | 82 ++++++++++++
hw/timer/m48t59-isa.c | 180 +++++++++++++++++++++++++
hw/timer/m48t59.c | 228 +++-----------------------------
21 files changed, 304 insertions(+), 212 deletions(-)
create mode 100644 hw/timer/m48t59-internal.h
create mode 100644 hw/timer/m48t59-isa.c
--
2.7.4
next reply other threads:[~2016-10-17 4:23 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-17 4:23 David Gibson [this message]
2016-10-17 4:23 ` [Qemu-devel] [PATCH 1/3] Split serial-isa into its own config option David Gibson
2016-10-17 4:23 ` [Qemu-devel] [PATCH 2/3] Allow ISA bus to be configured out David Gibson
2016-10-17 4:23 ` [Qemu-devel] [PATCH 3/3] Split ISA and sysbus versions of m48t59 device David Gibson
2016-11-04 10:22 ` Markus Armbruster
2016-11-04 13:28 ` Eric Blake
2016-11-08 6:12 ` David Gibson
2016-10-17 4:36 ` [Qemu-devel] [PATCH 0/3] Allow ISA to be disabled on some platforms 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=1476678204-11511-1-git-send-email-david@gibson.dropbear.id.au \
--to=david@gibson.dropbear.id.au \
--cc=armbru@redhat.com \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--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 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).