mbox

[PULL,0/4] target/xtensa fixes for 3.1

Message ID 20181125231236.22252-1-jcmvbkbc@gmail.com
State New
Headers show

Pull-request

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

Message

Max Filippov Nov. 25, 2018, 11:12 p.m. UTC
Hi Peter,

please pull the following batch of fixes for target/xtensa.

The following changes since commit 47c1cc30e440860aa695358f7c2dd0b9d7b53d16:

  Update version for v3.1.0-rc2 release (2018-11-20 18:10:26 +0000)

are available in the git repository at:

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

for you to fetch changes up to 895e4897e278572e5265e0333f5e9864be2704a6:

  MAINTAINERS: add missing xtensa patterns (2018-11-22 21:16:43 -0800)

----------------------------------------------------------------
xtensa fixes for 3.1:

- fix register counting logic for linux-user gdbserver;
- provide default memory sizes for XTFPGA boards;
- add missing xtensa patterns to MAINTAINTERS.

----------------------------------------------------------------
Max Filippov (4):
      target/xtensa: gdbstub fix register counting
      target/xtensa: drop num_[core_]regs from dc232b/dc233c configs
      target/xtensa: xtfpga: provide default memory sizes
      MAINTAINERS: add missing xtensa patterns

 MAINTAINERS                                |  2 ++
 hw/xtensa/xtfpga.c                         | 10 ++++++++++
 target/xtensa/core-dc232b.c                |  2 --
 target/xtensa/core-dc232b/gdb-config.inc.c |  1 +
 target/xtensa/core-dc233c.c                |  2 --
 target/xtensa/core-dc233c/gdb-config.inc.c |  1 +
 target/xtensa/gdbstub.c                    | 11 ++++++++---
 7 files changed, 22 insertions(+), 7 deletions(-)

Comments

Peter Maydell Nov. 26, 2018, 11:45 a.m. UTC | #1
On Sun, 25 Nov 2018 at 23:12, Max Filippov <jcmvbkbc@gmail.com> wrote:
>
> Hi Peter,
>
> please pull the following batch of fixes for target/xtensa.
>
> The following changes since commit 47c1cc30e440860aa695358f7c2dd0b9d7b53d16:
>
>   Update version for v3.1.0-rc2 release (2018-11-20 18:10:26 +0000)
>
> are available in the git repository at:
>
>   git://github.com/OSLL/qemu-xtensa.git tags/20181125-xtensa
>
> for you to fetch changes up to 895e4897e278572e5265e0333f5e9864be2704a6:
>
>   MAINTAINERS: add missing xtensa patterns (2018-11-22 21:16:43 -0800)
>
> ----------------------------------------------------------------
> xtensa fixes for 3.1:
>
> - fix register counting logic for linux-user gdbserver;
> - provide default memory sizes for XTFPGA boards;
> - add missing xtensa patterns to MAINTAINTERS.
>

Applied, thanks.

-- PMM