Register mmio slots
commitc56ff88e3d82eb1f6d7bb03e446cb1f3084b3ff1
authorGlauber Costa <glommer@redhat.com>
Tue, 23 Sep 2008 17:44:38 +0000 (23 14:44 -0300)
committerAvi Kivity <avi@redhat.com>
Wed, 24 Sep 2008 11:51:10 +0000 (24 14:51 +0300)
treed130ca160a640228b809de096efa05715b1733ce
parent9a3fb4040de78d73e3f837d0d45306bece416e55
Register mmio slots

By analysing phys_offset, we know whether a region is an mmio region
or not. If it is, we don't want to have kvm caring about it, so just
return.

Signed-off-by: Glauber Costa <glommer@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
qemu-kvm.c