diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-05-12 18:47:43 +0100 |
---|---|---|
committer | Riku Voipio <riku.voipio@linaro.org> | 2016-05-27 14:49:50 +0300 |
commit | d7749ab770601258be7ae862b5827c42bb35e44c (patch) | |
tree | 9bc9c6149d3be9c77676a83d60cd8ad6cba510d3 /ioport.c | |
parent | a9175169cc55ecff23a158dfee7d9cbb0b75d185 (diff) | |
download | qemu-d7749ab770601258be7ae862b5827c42bb35e44c.zip qemu-d7749ab770601258be7ae862b5827c42bb35e44c.tar.gz qemu-d7749ab770601258be7ae862b5827c42bb35e44c.tar.bz2 |
linux-user: Set r14 on exit from microblaze syscall
All syscall exits on microblaze result in r14 being equal to the
PC we return to, because the kernel syscall exit instruction "rtbd"
does this. (This is true even for sigreturn(); note that r14 is
not a userspace-usable register as the kernel may clobber it at
any point.)
Emulate the setting of r14 on exit; this isn't really a guest
visible change for valid guest code because r14 isn't reliably
observable anyway. However having the code and the comment helps
to explain why it's ok for the ERESTARTSYS handling not to undo
the changes to r14 that happen on syscall entry.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to 'ioport.c')
0 files changed, 0 insertions, 0 deletions