]> git.proxmox.com Git - mirror_qemu.git/commit
Remove IO_MEM_SUBWIDTH.
authorRichard Henderson <rth@twiddle.net>
Thu, 22 Apr 2010 23:47:31 +0000 (16:47 -0700)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 25 Apr 2010 12:59:33 +0000 (12:59 +0000)
commitf64052478e3828393aea4248da4047b86d48f83f
treec5567565d65c24dc5eebde74a8fd89a8053980b6
parent6495a044575c01aee960c54e8a138ac51ed8a835
Remove IO_MEM_SUBWIDTH.

Greatly simplify the subpage implementation by not supporting
multiple devices at the same address at different widths.  We
don't need full copies of mem_read/mem_write/opaque for each
address, only a single index back into the main io_mem_* arrays.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
cpu-common.h
exec.c