qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] target/xtensa semihosting fixes
@ 2017-05-12 23:36 Max Filippov
  2017-05-12 23:36 ` [Qemu-devel] [PATCH 1/3] target/xtensa: fix mapping direction in read/write simcalls Max Filippov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Max Filippov @ 2017-05-12 23:36 UTC (permalink / raw)
  To: qemu-devel; +Cc: Max Filippov

Hello,

this series fixes two issues in xtensa semihosting read/write calls:
incorrect direction flags used to map physical memory and incorrect
return value for requests crossing page boundary, and allows using
QEMU chardev for stdout and stderr output in semihosting mode.

Max Filippov (3):
  target/xtensa: fix mapping direction in read/write simcalls
  target/xtensa: fix return value of read/write simcalls
  target/xtensa: support output to chardev console

 hw/xtensa/sim.c             |  4 ++
 target/xtensa/cpu.h         |  1 +
 target/xtensa/xtensa-semi.c | 91 +++++++++++++++++++++++++++++++++++----------
 3 files changed, 77 insertions(+), 19 deletions(-)

-- 
2.1.4

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-05-12 23:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-12 23:36 [Qemu-devel] [PATCH 0/3] target/xtensa semihosting fixes Max Filippov
2017-05-12 23:36 ` [Qemu-devel] [PATCH 1/3] target/xtensa: fix mapping direction in read/write simcalls Max Filippov
2017-05-12 23:36 ` [Qemu-devel] [PATCH 2/3] target/xtensa: fix return value of " Max Filippov
2017-05-12 23:36 ` [Qemu-devel] [PATCH 3/3] target/xtensa: support output to chardev console Max Filippov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).