[Qemu-devel] [PULL v2 0/4] target/xtensa fixes

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

please pull my current target/xtensa queue.
Changes v1->v2:
- re-base series to the latest mainline, fixing breakage caused by chardev
  code rearrangement.

The following changes since commit a0d4aac7467dd02e5657b79e867f067330266a24:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170605' into staging (2017-06-05 18:03:43 +0100)

are available in the git repository at:

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

for you to fetch changes up to dd7b952b793e341c905355581a21cdbaa8b13c31:

  target/xtensa: handle unknown registers in gdbstub (2017-06-06 02:40:48 -0700)

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

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

----------------------------------------------------------------
Max Filippov (4):
      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
      target/xtensa: handle unknown registers in gdbstub

 hw/xtensa/sim.c             |  4 ++
 target/xtensa/cpu.h         |  1 +
 target/xtensa/gdbstub.c     | 13 +++++--
 target/xtensa/xtensa-semi.c | 91 +++++++++++++++++++++++++++++++++++----------
 4 files changed, 87 insertions(+), 22 deletions(-)

-- 
Thanks.
-- Max

Re: [Qemu-devel] [PULL v2 0/4] target/xtensa fixes
Posted by Peter Maydell 6 years, 11 months ago
On 6 June 2017 at 11:52, Max Filippov <jcmvbkbc@gmail.com> wrote:
> Hi Peter,
>
> please pull my current target/xtensa queue.
> Changes v1->v2:
> - re-base series to the latest mainline, fixing breakage caused by chardev
>   code rearrangement.
>
> The following changes since commit a0d4aac7467dd02e5657b79e867f067330266a24:
>
>   Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170605' into staging (2017-06-05 18:03:43 +0100)
>
> are available in the git repository at:
>
>   git://github.com/OSLL/qemu-xtensa.git tags/20170606-xtensa
>
> for you to fetch changes up to dd7b952b793e341c905355581a21cdbaa8b13c31:
>
>   target/xtensa: handle unknown registers in gdbstub (2017-06-06 02:40:48 -0700)
>
> ----------------------------------------------------------------
> target/xtensa fixes:
>
> - fix read/write simcall mapping flags and return value;
> - use -serial option to direct console output of sim machine to QEMU chardev;
> - fix handling of unknown registers in the gdbstub.
>

Applied, thanks.

-- PMM