[PULL 0/2] target/xtensa queue

Max Filippov posted 2 patches 4 years, 5 months ago
Only 0 patches received!
MAINTAINERS                                        |    5 +
default-configs/xtensa-softmmu.mak                 |    1 +
hw/xtensa/Kconfig                                  |    6 +
hw/xtensa/Makefile.objs                            |    1 +
hw/xtensa/sim.c                                    |   41 +-
hw/xtensa/virt.c                                   |  135 +
hw/xtensa/xtensa_sim.h                             |   34 +
target/xtensa/core-test_mmuhifi_c3.c               |    3 +-
target/xtensa/core-test_mmuhifi_c3/core-isa.h      |  116 +-
.../xtensa/core-test_mmuhifi_c3/gdb-config.inc.c   |  114 +-
.../core-test_mmuhifi_c3/xtensa-modules.inc.c      | 6384 ++++++++++----------
11 files changed, 3593 insertions(+), 3247 deletions(-)
create mode 100644 hw/xtensa/virt.c
create mode 100644 hw/xtensa/xtensa_sim.h
[PULL 0/2] target/xtensa queue
Posted by Max Filippov 4 years, 5 months ago
Hi Peter,

please pull the following two target/xtensa patches for v4.2.

The following changes since commit a30cb4b1f22c58aa3b933ee9e1d7611399b57b5b:

  Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.2-pull-request' into staging (2019-09-12 16:17:26 +0100)

are available in the Git repository at:

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

for you to fetch changes up to d9e8553bc8821d72cb72ca95f76b2d8ff6eb628a:

  hw/xtensa: add virt machine (2019-10-18 20:38:10 -0700)

----------------------------------------------------------------
target/xtensa improvements for v4.2:

- regenerate and reimport test_mmuhifi_c3 core;
- add virt machine.

----------------------------------------------------------------
Max Filippov (2):
      target/xtensa: regenerate and re-import test_mmuhifi_c3 core
      hw/xtensa: add virt machine

 MAINTAINERS                                        |    5 +
 default-configs/xtensa-softmmu.mak                 |    1 +
 hw/xtensa/Kconfig                                  |    6 +
 hw/xtensa/Makefile.objs                            |    1 +
 hw/xtensa/sim.c                                    |   41 +-
 hw/xtensa/virt.c                                   |  135 +
 hw/xtensa/xtensa_sim.h                             |   34 +
 target/xtensa/core-test_mmuhifi_c3.c               |    3 +-
 target/xtensa/core-test_mmuhifi_c3/core-isa.h      |  116 +-
 .../xtensa/core-test_mmuhifi_c3/gdb-config.inc.c   |  114 +-
 .../core-test_mmuhifi_c3/xtensa-modules.inc.c      | 6384 ++++++++++----------
 11 files changed, 3593 insertions(+), 3247 deletions(-)
 create mode 100644 hw/xtensa/virt.c
 create mode 100644 hw/xtensa/xtensa_sim.h

-- 
Thanks.
-- Max

Re: [PULL 0/2] target/xtensa queue
Posted by Peter Maydell 4 years, 5 months ago
On Thu, 24 Oct 2019 at 00:01, Max Filippov <jcmvbkbc@gmail.com> wrote:
>
> Hi Peter,
>
> please pull the following two target/xtensa patches for v4.2.
>
> The following changes since commit a30cb4b1f22c58aa3b933ee9e1d7611399b57b5b:
>
>   Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.2-pull-request' into staging (2019-09-12 16:17:26 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/OSLL/qemu-xtensa.git tags/20191023-xtensa
>
> for you to fetch changes up to d9e8553bc8821d72cb72ca95f76b2d8ff6eb628a:
>
>   hw/xtensa: add virt machine (2019-10-18 20:38:10 -0700)
>
> ----------------------------------------------------------------
> target/xtensa improvements for v4.2:
>
> - regenerate and reimport test_mmuhifi_c3 core;
> - add virt machine.
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.2
for any user-visible changes.

-- PMM