[Qemu-devel] [PULL 0/4] xtensa semihosting fixes

Max Filippov posted 4 patches 6 years, 11 months ago
Only 0 patches received!
hw/xtensa/sim.c             | 14 ++++---
target/xtensa/cpu.h         |  1 +
target/xtensa/xtensa-semi.c | 91 +++++++++++++++++++++++++++++++++++----------
3 files changed, 82 insertions(+), 24 deletions(-)
[Qemu-devel] [PULL 0/4] xtensa semihosting fixes
Posted by Max Filippov 6 years, 11 months ago
Hi Peter,

please pull the following fixes for the target/xtensa.

The following changes since commit 56821559f0ba682fe6b367815572e6f974d329ab:

  Merge remote-tracking branch 'dgilbert/tags/pull-hmp-20170517' into staging (2017-05-18 13:36:15 +0100)

are available in the git repository at:

  git://github.com/OSLL/qemu-xtensa.git tags/20170518-xtensa

for you to fetch changes up to 4611d6e7956b4ae7c24ec2a70c3f3f46dcfa59c7:

  target/xtensa: support output to chardev console (2017-05-18 22:10:08 -0700)

----------------------------------------------------------------
target/xtensa semihosting fixes:

- fix read/write simcall mapping flags and return value;
- use -serial option to direct console output of sim machine to QEMU chardev.

----------------------------------------------------------------
Max Filippov (4):
      hw/xtensa: sim: use g_string/g_new
      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             | 14 ++++---
 target/xtensa/cpu.h         |  1 +
 target/xtensa/xtensa-semi.c | 91 +++++++++++++++++++++++++++++++++++----------
 3 files changed, 82 insertions(+), 24 deletions(-)

-- 
Thanks.
-- Max