]> git.proxmox.com Git - mirror_qemu.git/commit
hw/xtensa: allow reads/writes in the system I/O region
authorMax Filippov <jcmvbkbc@gmail.com>
Mon, 17 Feb 2014 16:57:45 +0000 (20:57 +0400)
committerMax Filippov <jcmvbkbc@gmail.com>
Sat, 7 Mar 2015 12:27:54 +0000 (15:27 +0300)
commit8bb3b575448aeff086b2849943da47dce3c2b6ec
treecd77e1f629a48db4f1e44b68013ebe499f935d75
parent3539bbb93e944ffde31c61c369ea9eedcc5697a6
hw/xtensa: allow reads/writes in the system I/O region

Ignore writes to unassigned areas of system I/O regison and return 0 for
reads. This makes drivers for unimportant unimplemented hardware blocks
happy.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
hw/xtensa/xtfpga.c