qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 00/19] Memory API conversions: batch 6


From: Avi Kivity
Subject: [Qemu-devel] [PATCH 00/19] Memory API conversions: batch 6
Date: Thu, 25 Aug 2011 11:08:59 +0300

More fairly straightforward conversions.  If you have limited time,
please review my patches, as Richard's have already been reviewed.

Avi Kivity (9):
  mips_fulong2e: convert to memory API
  mips_jazz: convert to memory API
  mips_malta: convert to memory API
  mips_mipssim: convert to memory API
  mips_r4k: convert to memory API
  musicpal: convert to memory API
  omap1: convert to memory API (part I)
  omap1: convert to memory API (part II)
  pci: simplify memory region registration

Richard Henderson (10):
  pci: add pci_address_space_io()
  isa: Pass i/o address space to isa_bus_new
  isa: add isa_register_ioport()
  pc: Re-order pc_init1 to initialize the ISA bus before ISA devices
  cs4231a: Convert to MemoryRegion
  i8254: Convert to MemoryRegion
  i8259: Convert to MemoryRegion
  pckbd: Convert to MemoryRegion
  serial: Convert serial_isa_initfn to MemoryRegion
  fdc: Convert isabus_fdc_init1 to MemoryRegion

 hw/cs4231a.c       |   38 ++--
 hw/fdc.c           |   53 ++++--
 hw/i8254.c         |   16 ++-
 hw/i8259.c         |   65 +++++--
 hw/isa-bus.c       |   14 ++-
 hw/isa.h           |    7 +-
 hw/mips_fulong2e.c |   17 +-
 hw/mips_jazz.c     |   96 +++++-----
 hw/mips_malta.c    |   53 +++---
 hw/mips_mipssim.c  |   16 +-
 hw/mips_r4k.c      |   40 ++---
 hw/musicpal.c      |  243 ++++++++++--------------
 hw/omap.h          |   18 ++-
 hw/omap1.c         |  533 ++++++++++++++++++++++++++++------------------------
 hw/omap_sx1.c      |    4 +-
 hw/palm.c          |    4 +-
 hw/pc.h            |    2 +-
 hw/pc_piix.c       |   24 ++-
 hw/pci.c           |   20 +-
 hw/pci.h           |    1 +
 hw/pckbd.c         |   59 ++++---
 hw/piix4.c         |    2 +-
 hw/piix_pci.c      |    2 +-
 hw/ppc_prep.c      |    2 +-
 hw/serial.c        |   15 ++-
 hw/sun4u.c         |    2 +-
 hw/vt82c686.c      |    2 +-
 27 files changed, 730 insertions(+), 618 deletions(-)

-- 
1.7.5.3




reply via email to

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