]> git.proxmox.com Git - qemu.git/commit
scoop: fix access to registers from second instance
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Thu, 13 Jan 2011 15:37:11 +0000 (18:37 +0300)
committerAurelien Jarno <aurelien@aurel32.net>
Thu, 20 Jan 2011 11:37:21 +0000 (12:37 +0100)
commitaa9438d9f8a19258514c5cc238d2494a2572ff58
tree409cf8cfec3e0e325e5cab3839d2a30ae51898bb
parentf75d216a80977da3435f507fa6bae0821a5d9076
scoop: fix access to registers from second instance

Second instance of scoop contains registers shifted to 0x40 from the start
of the page. Instead of messing with register mapping, just limit register
address to 0x00..0x3f.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
hw/zaurus.c