[Qemu-commits] [qemu/qemu] 92360d: MAINTAINERS: Update Sriram Yagnaraman mail address

2024-04-24 Thread Richard Henderson via Qemu-commits
  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 92360d6e624404492afe5d32ca669a33df181742
  
https://github.com/qemu/qemu/commit/92360d6e624404492afe5d32ca669a33df181742
  Author: Sriram Yagnaraman 
  Date:   2024-04-24 (Wed, 24 Apr 2024)

  Changed paths:
M .mailmap
M MAINTAINERS

  Log Message:
  ---
  MAINTAINERS: Update Sriram Yagnaraman mail address

Due to company policies, I have changed my mail address. Updating
MAINTAINERS and .mailmap to show my latest mail address.

Signed-off-by: Sriram Yagnaraman 
Message-ID: <20240228080625.2412372-1-sriram.yagnara...@ericsson.com>
Signed-off-by: Philippe Mathieu-Daudé 


  Commit: 6c3014858c4c0024dd0560f08a6eda0f92f658d6
  
https://github.com/qemu/qemu/commit/6c3014858c4c0024dd0560f08a6eda0f92f658d6
  Author: Philippe Mathieu-Daudé 
  Date:   2024-04-24 (Wed, 24 Apr 2024)

  Changed paths:
M .gitlab-ci.d/buildtest.yml
M .gitlab-ci.d/crossbuild-template.yml
M .gitlab-ci.d/crossbuilds.yml
M MAINTAINERS
R configs/devices/nios2-softmmu/default.mak
R configs/targets/nios2-linux-user.mak
R configs/targets/nios2-softmmu.mak
M configure
M disas/meson.build
R disas/nios2.c
M docs/about/deprecated.rst
M docs/about/emulation.rst
M docs/about/removed-features.rst
M docs/system/replay.rst
M docs/user/main.rst
M fpu/softfloat-specialize.c.inc
M hw/Kconfig
M hw/intc/Kconfig
M hw/intc/meson.build
R hw/intc/nios2_vic.c
M hw/meson.build
R hw/nios2/10m50_devboard.c
R hw/nios2/Kconfig
R hw/nios2/boot.c
R hw/nios2/boot.h
R hw/nios2/generic_nommu.c
R hw/nios2/meson.build
M include/disas/dis-asm.h
M include/exec/poison.h
M include/exec/user/abitypes.h
R include/hw/intc/nios2_vic.h
M include/sysemu/arch_init.h
M linux-user/elfload.c
R linux-user/nios2/cpu_loop.c
R linux-user/nios2/signal.c
R linux-user/nios2/sockbits.h
R linux-user/nios2/syscall_nr.h
R linux-user/nios2/target_cpu.h
R linux-user/nios2/target_elf.h
R linux-user/nios2/target_errno_defs.h
R linux-user/nios2/target_fcntl.h
R linux-user/nios2/target_mman.h
R linux-user/nios2/target_prctl.h
R linux-user/nios2/target_proc.h
R linux-user/nios2/target_resource.h
R linux-user/nios2/target_signal.h
R linux-user/nios2/target_structs.h
R linux-user/nios2/target_syscall.h
R linux-user/nios2/termbits.h
M linux-user/syscall_defs.h
M meson.build
M qapi/machine.json
M qemu-options.hx
M scripts/coverity-scan/COMPONENTS.md
M scripts/gensyscalls.sh
M scripts/probe-gdb-support.py
M target/Kconfig
M target/meson.build
R target/nios2/Kconfig
R target/nios2/cpu-param.h
R target/nios2/cpu-qom.h
R target/nios2/cpu.c
R target/nios2/cpu.h
R target/nios2/helper.c
R target/nios2/helper.h
R target/nios2/meson.build
R target/nios2/mmu.c
R target/nios2/mmu.h
R target/nios2/monitor.c
R target/nios2/nios2-semi.c
R target/nios2/op_helper.c
R target/nios2/trace-events
R target/nios2/translate.c
M tests/avocado/boot_linux_console.py
M tests/avocado/replay_kernel.py
M tests/docker/Makefile.include
R tests/docker/dockerfiles/debian-nios2-cross.d/build-toolchain.sh
M tests/qtest/machine-none-test.c
R tests/tcg/nios2/10m50-ghrd.ld
R tests/tcg/nios2/Makefile.softmmu-target
R tests/tcg/nios2/Makefile.target
R tests/tcg/nios2/boot.S
R tests/tcg/nios2/intr.S
R tests/tcg/nios2/semicall.h
R tests/tcg/nios2/test-shadow-1.S

  Log Message:
  ---
  target/nios2: Remove the deprecated Nios II target

The Nios II target is deprecated since v8.2 in commit 9997771bc1
("target/nios2: Deprecate the Nios II architecture").

Remove:
- Buildsys / CI infra
- User emulation
- System emulation (10m50-ghrd & nios2-generic-nommu machines)
- Tests

Signed-off-by: Philippe Mathieu-Daudé 
Reviewed-by: Richard Henderson 
Acked-by: Marek Vasut 
Message-Id: <20240327144806.11319-3-phi...@linaro.org>


  Commit: a60e53fa8fecb3c2449f9be0f4dfc2afe17cf39e
  
https://github.com/qemu/qemu/commit/a60e53fa8fecb3c2449f9be0f4dfc2afe17cf39e
  Author: Philippe Mathieu-Daudé 
  Date:   2024-04-24 (Wed, 24 Apr 2024)

  Changed paths:
M hw/timer/Kconfig
R hw/timer/altera_timer.c
M hw/timer/meson.build

  Log Message:
  ---
  hw/timer: Remove the ALTERA_TIMER model

The ALTERA_TIMER was only used by Nios II machines,
which have been removed. Since it has no direct user,
remove it.

Signed-off-by: Philippe Mathieu-Daudé 
Reviewed-by: Richard Henderson 
Message-Id: <20240327144806.11319-4-phi...@linaro.org>


  Commit: 1dfd42c4264bbf47415a9e73f0d6b4e6a7cd7393
  
https://github.com/qemu/qemu/commit/1dfd42c4264bbf47415a9e73f0d6b4e6a7cd7393
  Author: Philippe Mathieu-Daudé 
  Date:   2024-04-24 (Wed, 24 Apr 2024)

  Changed paths:
M Kconfig.host
M MAINTAINERS
R 

[Qemu-commits] [qemu/qemu] 92360d: MAINTAINERS: Update Sriram Yagnaraman mail address

2024-04-24 Thread Richard Henderson via Qemu-commits
  Branch: refs/heads/staging
  Home:   https://github.com/qemu/qemu
  Commit: 92360d6e624404492afe5d32ca669a33df181742
  
https://github.com/qemu/qemu/commit/92360d6e624404492afe5d32ca669a33df181742
  Author: Sriram Yagnaraman 
  Date:   2024-04-24 (Wed, 24 Apr 2024)

  Changed paths:
M .mailmap
M MAINTAINERS

  Log Message:
  ---
  MAINTAINERS: Update Sriram Yagnaraman mail address

Due to company policies, I have changed my mail address. Updating
MAINTAINERS and .mailmap to show my latest mail address.

Signed-off-by: Sriram Yagnaraman 
Message-ID: <20240228080625.2412372-1-sriram.yagnara...@ericsson.com>
Signed-off-by: Philippe Mathieu-Daudé 


  Commit: 6c3014858c4c0024dd0560f08a6eda0f92f658d6
  
https://github.com/qemu/qemu/commit/6c3014858c4c0024dd0560f08a6eda0f92f658d6
  Author: Philippe Mathieu-Daudé 
  Date:   2024-04-24 (Wed, 24 Apr 2024)

  Changed paths:
M .gitlab-ci.d/buildtest.yml
M .gitlab-ci.d/crossbuild-template.yml
M .gitlab-ci.d/crossbuilds.yml
M MAINTAINERS
R configs/devices/nios2-softmmu/default.mak
R configs/targets/nios2-linux-user.mak
R configs/targets/nios2-softmmu.mak
M configure
M disas/meson.build
R disas/nios2.c
M docs/about/deprecated.rst
M docs/about/emulation.rst
M docs/about/removed-features.rst
M docs/system/replay.rst
M docs/user/main.rst
M fpu/softfloat-specialize.c.inc
M hw/Kconfig
M hw/intc/Kconfig
M hw/intc/meson.build
R hw/intc/nios2_vic.c
M hw/meson.build
R hw/nios2/10m50_devboard.c
R hw/nios2/Kconfig
R hw/nios2/boot.c
R hw/nios2/boot.h
R hw/nios2/generic_nommu.c
R hw/nios2/meson.build
M include/disas/dis-asm.h
M include/exec/poison.h
M include/exec/user/abitypes.h
R include/hw/intc/nios2_vic.h
M include/sysemu/arch_init.h
M linux-user/elfload.c
R linux-user/nios2/cpu_loop.c
R linux-user/nios2/signal.c
R linux-user/nios2/sockbits.h
R linux-user/nios2/syscall_nr.h
R linux-user/nios2/target_cpu.h
R linux-user/nios2/target_elf.h
R linux-user/nios2/target_errno_defs.h
R linux-user/nios2/target_fcntl.h
R linux-user/nios2/target_mman.h
R linux-user/nios2/target_prctl.h
R linux-user/nios2/target_proc.h
R linux-user/nios2/target_resource.h
R linux-user/nios2/target_signal.h
R linux-user/nios2/target_structs.h
R linux-user/nios2/target_syscall.h
R linux-user/nios2/termbits.h
M linux-user/syscall_defs.h
M meson.build
M qapi/machine.json
M qemu-options.hx
M scripts/coverity-scan/COMPONENTS.md
M scripts/gensyscalls.sh
M scripts/probe-gdb-support.py
M target/Kconfig
M target/meson.build
R target/nios2/Kconfig
R target/nios2/cpu-param.h
R target/nios2/cpu-qom.h
R target/nios2/cpu.c
R target/nios2/cpu.h
R target/nios2/helper.c
R target/nios2/helper.h
R target/nios2/meson.build
R target/nios2/mmu.c
R target/nios2/mmu.h
R target/nios2/monitor.c
R target/nios2/nios2-semi.c
R target/nios2/op_helper.c
R target/nios2/trace-events
R target/nios2/translate.c
M tests/avocado/boot_linux_console.py
M tests/avocado/replay_kernel.py
M tests/docker/Makefile.include
R tests/docker/dockerfiles/debian-nios2-cross.d/build-toolchain.sh
M tests/qtest/machine-none-test.c
R tests/tcg/nios2/10m50-ghrd.ld
R tests/tcg/nios2/Makefile.softmmu-target
R tests/tcg/nios2/Makefile.target
R tests/tcg/nios2/boot.S
R tests/tcg/nios2/intr.S
R tests/tcg/nios2/semicall.h
R tests/tcg/nios2/test-shadow-1.S

  Log Message:
  ---
  target/nios2: Remove the deprecated Nios II target

The Nios II target is deprecated since v8.2 in commit 9997771bc1
("target/nios2: Deprecate the Nios II architecture").

Remove:
- Buildsys / CI infra
- User emulation
- System emulation (10m50-ghrd & nios2-generic-nommu machines)
- Tests

Signed-off-by: Philippe Mathieu-Daudé 
Reviewed-by: Richard Henderson 
Acked-by: Marek Vasut 
Message-Id: <20240327144806.11319-3-phi...@linaro.org>


  Commit: a60e53fa8fecb3c2449f9be0f4dfc2afe17cf39e
  
https://github.com/qemu/qemu/commit/a60e53fa8fecb3c2449f9be0f4dfc2afe17cf39e
  Author: Philippe Mathieu-Daudé 
  Date:   2024-04-24 (Wed, 24 Apr 2024)

  Changed paths:
M hw/timer/Kconfig
R hw/timer/altera_timer.c
M hw/timer/meson.build

  Log Message:
  ---
  hw/timer: Remove the ALTERA_TIMER model

The ALTERA_TIMER was only used by Nios II machines,
which have been removed. Since it has no direct user,
remove it.

Signed-off-by: Philippe Mathieu-Daudé 
Reviewed-by: Richard Henderson 
Message-Id: <20240327144806.11319-4-phi...@linaro.org>


  Commit: 1dfd42c4264bbf47415a9e73f0d6b4e6a7cd7393
  
https://github.com/qemu/qemu/commit/1dfd42c4264bbf47415a9e73f0d6b4e6a7cd7393
  Author: Philippe Mathieu-Daudé 
  Date:   2024-04-24 (Wed, 24 Apr 2024)

  Changed paths:
M Kconfig.host
M MAINTAINERS
R