]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
s390x/ioinst: Throw addressing exception when memory_map failed
authorThomas Huth <thuth@linux.vnet.ibm.com>
Fri, 21 Jun 2013 11:12:45 +0000 (13:12 +0200)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Tue, 30 Jul 2013 14:10:59 +0000 (16:10 +0200)
commit0056fc9e44d5b424a0f2293edacb0381234fc9c5
tree7120c856cc7be1d3c9d50442005ca813b8a9d8d0
parent61bf0dcb2efeffa62157de44606f9874a47ed7fe
s390x/ioinst: Throw addressing exception when memory_map failed

So far, the IO instructions were throwing specification exceptions when
there was a problem with accessing the memory. However, the better way
is to throw an addressing exception instead.

Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
target-s390x/ioinst.c