mirror of https://github.com/xemu-project/xemu.git
exec/memory: Remove unused MemoryRegionMmio type
Since commit 62a0db942d
('memory: Remove old_mmio accessors')
this structure is unused. Remove it.
Suggested-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200601141536.15192-2-f4bug@amsat.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
2046811c66
commit
e1bc619892
|
@ -50,12 +50,6 @@
|
||||||
extern bool global_dirty_log;
|
extern bool global_dirty_log;
|
||||||
|
|
||||||
typedef struct MemoryRegionOps MemoryRegionOps;
|
typedef struct MemoryRegionOps MemoryRegionOps;
|
||||||
typedef struct MemoryRegionMmio MemoryRegionMmio;
|
|
||||||
|
|
||||||
struct MemoryRegionMmio {
|
|
||||||
CPUReadMemoryFunc *read[3];
|
|
||||||
CPUWriteMemoryFunc *write[3];
|
|
||||||
};
|
|
||||||
|
|
||||||
typedef struct IOMMUTLBEntry IOMMUTLBEntry;
|
typedef struct IOMMUTLBEntry IOMMUTLBEntry;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue