]> git.proxmox.com Git - qemu.git/commit - memory.c
memory: add MemoryRegionOps::valid.accepts
authorAvi Kivity <avi@redhat.com>
Sun, 13 Nov 2011 11:05:27 +0000 (13:05 +0200)
committerAvi Kivity <avi@redhat.com>
Thu, 24 Nov 2011 16:32:00 +0000 (18:32 +0200)
commit897fa7cff21a98b260a5b3e73eae39273fa60272
treed9d13d7bf2e3cc4f98b57c7008efaa680b9e1847
parent5a31cd68bad16103beb6d3d4e65d5c401d8e5ff9
memory: add MemoryRegionOps::valid.accepts

MemoryRegionOps::valid tries to declaratively specify which transactions
are accepted by the device/bus, however it is not completely generic.  Add
a callback for special cases.

Signed-off-by: Avi Kivity <avi@redhat.com>
memory.c
memory.h