qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 00/14] Convert ISA I/O ports to Memory API


From: Richard Henderson
Subject: [Qemu-devel] [PATCH 00/14] Convert ISA I/O ports to Memory API
Date: Tue, 16 Aug 2011 09:45:31 -0700

I.e. all users of isa_init_ioport_range and isa_init_ioport.

This implements a suggestion from Avi about having an interface
that makes it easy to register multiple MemoryRegions from a
single data structure.

I chose a concatenated list of MemoryRegionPortio arrays, since it's
easy to write and easy to drop the pieces into MemoryRegionOps.


r~


Richard Henderson (14):
  isa: Tidy support code for isabus_get_fw_dev_path.
  isa: Add isa_register_old_portio_list().
  fdc: Convert to isa_register_old_portio_list.
  gus: Convert to isa_register_old_portio_list.
  m48t59: Convert to isa_register_ioport.
  rtc: Convert to isa_register_ioport.
  ne2000: Convert to isa_register_ioport.
  parallel: Convert to isa_register_old_portio_list.
  sb16: Convert to isa_register_old_portio_list.
  vga: Convert to isa_register_old_portio_list.
  pc: Convert port92 to isa_register_ioport.
  vmport: Convert to isa_register_ioport.
  ide: Convert to isa_register_old_portio_list.
  isa: Remove isa_init_ioport_range and isa_init_ioport.

 hw/fdc.c          |   36 ++++-----------------------
 hw/gus.c          |   43 +++++++++++++++++---------------
 hw/ide/core.c     |   33 +++++++++++++++++--------
 hw/ide/internal.h |    3 +-
 hw/ide/isa.c      |    4 +--
 hw/ide/piix.c     |    7 +++--
 hw/ide/via.c      |    7 +++--
 hw/isa-bus.c      |   69 ++++++++++++++++++++++++++++++++--------------------
 hw/isa.h          |   40 +++++++++++++++++++++++++-----
 hw/m48t59.c       |   15 +++++++++--
 hw/mc146818rtc.c  |   15 +++++++++--
 hw/ne2000-isa.c   |    5 +---
 hw/parallel.c     |   50 +++++++++++++++++++++++--------------
 hw/pc.c           |   16 ++++++++++--
 hw/sb16.c         |   35 ++++++++++++--------------
 hw/vga-isa.c      |   10 -------
 hw/vga.c          |   61 ++++++++++++++++++++++++++--------------------
 hw/vmport.c       |   16 ++++++++++--
 18 files changed, 269 insertions(+), 196 deletions(-)

-- 
1.7.6




reply via email to

[Prev in Thread] Current Thread [Next in Thread]