qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/10] memory: remove old_portio usage
@ 2013-01-04 21:29 Hervé Poussineau
  2013-01-04 21:29 ` [Qemu-devel] [PATCH 01/10] ppc/newworld: add ISA bus, required by VGA card Hervé Poussineau
                   ` (9 more replies)
  0 siblings, 10 replies; 27+ messages in thread
From: Hervé Poussineau @ 2013-01-04 21:29 UTC (permalink / raw)
  To: qemu-devel; +Cc: Andreas Färber, Hervé Poussineau

These proposed patches aim at removing the .old_portio member of
MemoryRegionOps structure, and replacing their usage by .read/.write
handlers.

That way, faked I/O address space can be removed from architectures
which don't have it (MIPS, PowerPC...), and commits like
a178274efabcbbc5d44805b51def874e47051325 ("PPC: pseries: Remove hack
for PIO window") can be reapplied.

Changes since RFC:
- fixed ppc/oldworld, ppc/newworld and sun4u machines
- removed bochs port changes, as they have been committed

Gerd Hoffmann (1):
  uhci: stop using portio lists

Hervé Poussineau (9):
  ppc/newworld: add ISA bus, required by VGA card
  ppc/oldworld: add ISA bus, required by VGA card
  sun4u: create VGA card after ISA bus
  xen_platform: do not use old_portio-style callbacks
  acpi-piix4: do not use old_portio-style callbacks
  vga/qxl: do not use portio_list_init/portio_list_add
  isa: use memory regions instead of portio_list_* functions
  ioport: remove now useless portio_list_* functions
  memory: remove old_portio-style callbacks support

 hw/acpi_piix4.c       |   91 ++++++++++++++++-------------------
 hw/isa-bus.c          |  127 +++++++++++++++++++++++++++++++++++++++++++++++--
 hw/isa.h              |    2 +-
 hw/ppc_newworld.c     |    1 +
 hw/ppc_oldworld.c     |    1 +
 hw/qxl.c              |    4 +-
 hw/sun4u.c            |    3 +-
 hw/usb/hcd-uhci.c     |  106 ++++++++++++-----------------------------
 hw/vga.c              |    8 +---
 hw/xen_platform.c     |   21 ++++----
 include/exec/ioport.h |   19 --------
 include/exec/memory.h |    4 --
 ioport.c              |  121 ----------------------------------------------
 memory.c              |   44 -----------------
 trace-events          |    2 -
 15 files changed, 212 insertions(+), 342 deletions(-)

-- 
1.7.10.4

^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2013-01-15 17:43 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-04 21:29 [Qemu-devel] [PATCH 00/10] memory: remove old_portio usage Hervé Poussineau
2013-01-04 21:29 ` [Qemu-devel] [PATCH 01/10] ppc/newworld: add ISA bus, required by VGA card Hervé Poussineau
2013-01-12 16:03   ` Andreas Färber
2013-01-04 21:29 ` [Qemu-devel] [PATCH 02/10] ppc/oldworld: " Hervé Poussineau
2013-01-04 21:29 ` [Qemu-devel] [PATCH 03/10] uhci: stop using portio lists Hervé Poussineau
2013-01-10 17:18   ` Andreas Färber
2013-01-11  7:38     ` Gerd Hoffmann
2013-01-04 21:29 ` [Qemu-devel] [PATCH 04/10] sun4u: create VGA card after ISA bus Hervé Poussineau
2013-01-10 17:24   ` Andreas Färber
2013-01-10 19:30     ` Hervé Poussineau
2013-01-12 11:42       ` Blue Swirl
2013-01-12 15:58         ` Andreas Färber
2013-01-04 21:29 ` [Qemu-devel] [PATCH 05/10] xen_platform: do not use old_portio-style callbacks Hervé Poussineau
2013-01-12 16:06   ` Andreas Färber
2013-01-15 17:09     ` Andreas Färber
2013-01-15 17:43       ` Stefano Stabellini
2013-01-04 21:29 ` [Qemu-devel] [PATCH 06/10] acpi-piix4: " Hervé Poussineau
2013-01-12 16:20   ` Andreas Färber
2013-01-12 18:02   ` Andreas Färber
2013-01-12 19:20     ` Hervé Poussineau
2013-01-04 21:29 ` [Qemu-devel] [PATCH 07/10] vga/qxl: do not use portio_list_init/portio_list_add Hervé Poussineau
2013-01-04 21:29 ` [Qemu-devel] [PATCH 08/10] isa: use memory regions instead of portio_list_* functions Hervé Poussineau
2013-01-12 19:21   ` Andreas Färber
2013-01-04 21:29 ` [Qemu-devel] [PATCH 09/10] ioport: remove now useless " Hervé Poussineau
2013-01-04 21:29 ` [Qemu-devel] [PATCH 10/10] memory: remove old_portio-style callbacks support Hervé Poussineau
2013-01-10 17:45   ` Andreas Färber
2013-01-10 19:33     ` Hervé Poussineau

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).