All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Hervé Poussineau" <hpoussin@reactos.org>
To: qemu-devel@nongnu.org
Cc: "Hervé Poussineau" <hpoussin@reactos.org>
Subject: [Qemu-devel] [RFC 0/6] ISA bus improvements
Date: Sat, 20 Aug 2011 16:56:29 +0200	[thread overview]
Message-ID: <1313852195-23081-1-git-send-email-hpoussin@reactos.org> (raw)

Following patches aim to change ISA bus to a first-citizen class in Qemu.

They add ISA bus ops (like for scsi and usb buses), and use them to
remove the infamous isa_mem_base variable, which can't be changed after
startup.

Last two patches convert two ISA bridges to the new API. ISA bridges
used in MIPS/Malta and MIPS/fulong2e are not converted (yet).

Once all callers are converted, most of the work will be done to
support architectures with multiple ISA buses

Hervé Poussineau (6):
  isa: rename isa_bus_new to isa_bus_bridge_init
  isa: rework ISA bus internals, and add ISA bus ops structure
  isa: add isa_address_space() method
  vga: use isa_address_space() method
  isa: improve bus implementation of PIIX3 bridge
  isa: improve bus implementation of ebus bridge

 hw/cirrus_vga.c |    4 +-
 hw/isa-bus.c    |   86 ++++++++++++++++++++++++++++++++++++++++++++++--------
 hw/isa.h        |   19 +++++++++++-
 hw/mips_jazz.c  |    2 +-
 hw/mips_r4k.c   |    2 +-
 hw/pc_piix.c    |    4 +-
 hw/piix4.c      |    2 +-
 hw/piix_pci.c   |   23 ++++++++++++++-
 hw/ppc_prep.c   |    2 +-
 hw/sun4u.c      |   39 ++++++++++++++++++++----
 hw/vga-isa.c    |    4 +-
 hw/vga.c        |    4 +-
 hw/vt82c686.c   |    2 +-
 13 files changed, 158 insertions(+), 35 deletions(-)

-- 
1.7.5.4

             reply	other threads:[~2011-08-20 14:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-20 14:56 Hervé Poussineau [this message]
2011-08-20 14:56 ` [Qemu-devel] [RFC 1/6] isa: rename isa_bus_new to isa_bus_bridge_init Hervé Poussineau
2011-08-20 14:56 ` [Qemu-devel] [RFC 2/6] isa: rework ISA bus internals, and add ISA bus ops structure Hervé Poussineau
2011-08-20 14:56 ` [Qemu-devel] [RFC 3/6] isa: add isa_address_space() method Hervé Poussineau
2011-08-20 14:56 ` [Qemu-devel] [RFC 4/6] vga: use " Hervé Poussineau
2011-08-20 14:56 ` [Qemu-devel] [RFC 5/6] isa: improve bus implementation of PIIX3 bridge Hervé Poussineau
2011-08-20 14:56 ` [Qemu-devel] [RFC 6/6] isa: improve bus implementation of ebus bridge Hervé Poussineau
2011-08-20 20:12   ` Richard Henderson

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=1313852195-23081-1-git-send-email-hpoussin@reactos.org \
    --to=hpoussin@reactos.org \
    --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 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.