diff options
| author | Peter Crosthwaite | 2014-08-19 19:56:28 +0200 |
|---|---|---|
| committer | Peter Maydell | 2014-08-19 20:02:40 +0200 |
| commit | 6e9322dea3f72019f8c41139ff2d5a159db87a3f (patch) | |
| tree | a89014981c1ced825fb76782b08f4c35d6dd2c07 /include | |
| parent | aarch64: Allow -kernel option to take a gzip-compressed kernel. (diff) | |
| download | qemu-6e9322dea3f72019f8c41139ff2d5a159db87a3f.tar.gz qemu-6e9322dea3f72019f8c41139ff2d5a159db87a3f.tar.xz qemu-6e9322dea3f72019f8c41139ff2d5a159db87a3f.zip | |
arm: armv7m: Rename address_space_mem -> system_memory
This argument is a MemoryRegion and not an AddressSpace.
"Address space" means something quite different to "memory region"
in QEMU parlance so rename the variable to reduce confusion.
Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Message-id: f666cf7f2318d9b461b1e320a45bf0d82da9b7dd.1408347860.git.peter.crosthwaite@xilinx.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/hw/arm/arm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/arm/arm.h b/include/hw/arm/arm.h index cbbf4ca4cb..cefc9e6988 100644 --- a/include/hw/arm/arm.h +++ b/include/hw/arm/arm.h @@ -15,7 +15,7 @@ #include "hw/irq.h" /* armv7m.c */ -qemu_irq *armv7m_init(MemoryRegion *address_space_mem, +qemu_irq *armv7m_init(MemoryRegion *system_memory, int flash_size, int sram_size, const char *kernel_filename, const char *cpu_model); |
