diff options
| author | Tony Nguyen | 2019-08-23 20:36:43 +0200 |
|---|---|---|
| committer | Richard Henderson | 2019-09-03 17:30:38 +0200 |
| commit | 40f74205da313a36ff4e8b0668be3a8aa104a896 (patch) | |
| tree | b33047c733cbb49df92640b3ab565e4b4d48f033 /include | |
| parent | hw/s390x: Access MemoryRegion with MemOp (diff) | |
| download | qemu-40f74205da313a36ff4e8b0668be3a8aa104a896.tar.gz qemu-40f74205da313a36ff4e8b0668be3a8aa104a896.tar.xz qemu-40f74205da313a36ff4e8b0668be3a8aa104a896.zip | |
hw/intc/armv7m_nic: Access MemoryRegion with MemOp
The memory_region_dispatch_{read|write} operand "unsigned size" is
being converted into a "MemOp op".
Convert interfaces by using no-op size_memop.
After all interfaces are converted, size_memop will be implemented
and the memory_region_dispatch_{read|write} operand "unsigned size"
will be converted into a "MemOp op".
As size_memop is a no-op, this patch does not change any behaviour.
Signed-off-by: Tony Nguyen <tony.nguyen@bt.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <21113bae2f54b45176701e0bf595937031368ae6.1566466906.git.tony.nguyen@bt.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
