]> git.proxmox.com Git - mirror_qemu.git/commit - exec.c
Convert IO_MEM_{RAM,ROM,UNASSIGNED,NOTDIRTY} to MemoryRegions
authorAvi Kivity <avi@redhat.com>
Sun, 1 Jan 2012 22:32:15 +0000 (00:32 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 4 Jan 2012 11:34:50 +0000 (13:34 +0200)
commit0e0df1e24de709016c42164d9b22b981a04e4696
tree1e5751eef8d10f4ce3ebc841062ddfee376288a3
parentd39e822265e56af761cc506ac45768ab8af940b4
Convert IO_MEM_{RAM,ROM,UNASSIGNED,NOTDIRTY} to MemoryRegions

Convert the fixed-address IO_MEM_RAM, IO_MEM_ROM, IO_MEM_UNASSIGNED,
and IO_MEM_NOTDIRTY io handlers to MemoryRegions.  These aren't real
regions, since they are never added to the memory hierarchy, but they
allow reuse of the dispatch functionality.

Signed-off-by: Avi Kivity <avi@redhat.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
cpu-common.h
exec.c
memory.c
softmmu_template.h