[PATCH 0/2] exec/ioport: Factor portio_list_register[flush_coalesced]() out

Philippe Mathieu-Daudé posted 2 patches 1 year, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230207234615.77300-1-philmd@linaro.org
Maintainers: Gerd Hoffmann <kraxel@redhat.com>, "Hervé Poussineau" <hpoussin@reactos.org>, "Michael S. Tsirkin" <mst@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Peter Xu <peterx@redhat.com>, David Hildenbrand <david@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>
hw/audio/adlib.c        |  4 ++--
hw/display/qxl.c        |  7 +++---
hw/display/vga.c        |  9 ++++----
hw/dma/i82374.c         |  7 +++---
hw/isa/isa-bus.c        |  6 ++----
hw/watchdog/wdt_ib700.c |  4 ++--
include/exec/ioport.h   | 15 +++++++------
softmmu/ioport.c        | 48 ++++++++++++++++++++++++++++++-----------
8 files changed, 60 insertions(+), 40 deletions(-)
[PATCH 0/2] exec/ioport: Factor portio_list_register[flush_coalesced]() out
Posted by Philippe Mathieu-Daudé 1 year, 2 months ago
Preliminary to further ISA API cleanups...

Convert this sequence:

- portio_list_init()
- portio_list_set_flush_coalesced()
- portio_list_add()

to portio_list_register_flush_coalesced(),
and the non-coalescing equivalent:

- portio_list_init()
- portio_list_add()

to portio_list_register().

Philippe Mathieu-Daudé (2):
  exec/ioport: Factor portio_list_register_flush_coalesced() out
  exec/ioport: Factor portio_list_register() out

 hw/audio/adlib.c        |  4 ++--
 hw/display/qxl.c        |  7 +++---
 hw/display/vga.c        |  9 ++++----
 hw/dma/i82374.c         |  7 +++---
 hw/isa/isa-bus.c        |  6 ++----
 hw/watchdog/wdt_ib700.c |  4 ++--
 include/exec/ioport.h   | 15 +++++++------
 softmmu/ioport.c        | 48 ++++++++++++++++++++++++++++++-----------
 8 files changed, 60 insertions(+), 40 deletions(-)

-- 
2.38.1