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

Max Filippov posted 4 patches 5 years, 4 months ago
Only 0 patches received!
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(-)
[Qemu-devel] [PULL 0/4] target/xtensa fixes for 3.1
Posted by Max Filippov 5 years, 4 months ago
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(-)

Re: [Qemu-devel] [PULL 0/4] target/xtensa fixes for 3.1
Posted by Peter Maydell 5 years, 4 months ago
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