Remove IO_MEM_SHIFT
authorAvi Kivity <avi@redhat.com>
Mon, 2 Jan 2012 15:21:07 +0000 (17:21 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 4 Jan 2012 11:34:50 +0000 (13:34 +0200)
commit11c7ef0c737f37a487f45c6f3aa070ac7e342e3e
tree6d751394e2d0e18889e95ba1df102c95106fc76c
parent75c578dcaae48f239fc87b545022efa8fa13f455
Remove IO_MEM_SHIFT

We no longer use any of the lower bits of a ram_addr, so we might as well
use them for the io table index.  This increases the number of potential
I/O handlers by a factor of 8.

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