[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/4] hw/block/pflash_cfi01: Remove pflash_cfi01_get_memory()
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH 0/4] hw/block/pflash_cfi01: Remove pflash_cfi01_get_memory() |
Date: |
Sun, 7 Mar 2021 23:26:21 +0100 |
TYPE_PFLASH_CFI01 is a TYPE_SYS_BUS_DEVICE which registers its romd
MemoryRegion with sysbus_init_mmio(), so we can use the generic
sysbus_mmio_get_region() to get the region, no need for a specific
pflash_cfi01_get_memory() helper.
First replace the few pflash_cfi01_get_memory() uses by
sysbus_mmio_get_region(), then remove the now unused helper.
Philippe Mathieu-Daudé (4):
hw/i386/pc: Get pflash MemoryRegion with sysbus_mmio_get_region()
hw/mips/malta: Get pflash MemoryRegion with sysbus_mmio_get_region()
hw/xtensa/xtfpga: Get pflash MemoryRegion with
sysbus_mmio_get_region()
hw/block/pflash_cfi01: Remove pflash_cfi01_get_memory()
include/hw/block/flash.h | 1 -
hw/block/pflash_cfi01.c | 5 -----
hw/i386/pc_sysfw.c | 2 +-
hw/mips/malta.c | 2 +-
hw/xtensa/xtfpga.c | 3 ++-
5 files changed, 4 insertions(+), 9 deletions(-)
--
2.26.2
- [PATCH 0/4] hw/block/pflash_cfi01: Remove pflash_cfi01_get_memory(),
Philippe Mathieu-Daudé <=
- [PATCH 1/4] hw/i386/pc: Get pflash MemoryRegion with sysbus_mmio_get_region(), Philippe Mathieu-Daudé, 2021/03/07
- [PATCH 2/4] hw/mips/malta: Get pflash MemoryRegion with sysbus_mmio_get_region(), Philippe Mathieu-Daudé, 2021/03/07
- [PATCH 3/4] hw/xtensa/xtfpga: Get pflash MemoryRegion with sysbus_mmio_get_region(), Philippe Mathieu-Daudé, 2021/03/07
- [PATCH 4/4] hw/block/pflash_cfi01: Remove pflash_cfi01_get_memory(), Philippe Mathieu-Daudé, 2021/03/07
- Re: [PATCH 0/4] hw/block/pflash_cfi01: Remove pflash_cfi01_get_memory(), Paolo Bonzini, 2021/03/15