]> git.ipfire.org Git - thirdparty/qemu.git/commit
target-xtensa: convert host errno values to guest
authorMax Filippov <jcmvbkbc@gmail.com>
Wed, 29 Aug 2012 19:54:25 +0000 (23:54 +0400)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 9 Oct 2012 06:42:06 +0000 (01:42 -0500)
commit814395979efbca6b5f0ec83f7c6a77d9fba22427
tree21c5f4fe05fb780f8dcef0ad7c04841c40cb8f05
parent8db972cfa469b4e4afd9c65e54e796b83b5ce3a2
target-xtensa: convert host errno values to guest

Guest errno values are taken from the newlib. Convert only those errno
values that can be returned from used system calls.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target-xtensa/xtensa-semi.c