[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 00/15] target/cris: Remove the deprecated CRIS target
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH v2 00/15] target/cris: Remove the deprecated CRIS target |
Date: |
Mon, 9 Sep 2024 15:24:59 +0200 |
User-agent: |
Mozilla Thunderbird |
Hi Edgar,
On 4/9/24 16:35, Philippe Mathieu-Daudé wrote:
Since v1:
- Split in smaller patches (pm215)
The CRIS target is deprecated since v9.0 (commit
c7bbef40234 "docs: mark CRIS support as deprecated").
Remove:
- Buildsys / CI infra
- User emulation
- System emulation (axis-dev88 machine and ETRAX devices)
- Tests
You acked the deprecation commit (c7bbef4023).
No objection for the removal? I'd rather have your
explicit Acked-by before merging this.
Thanks,
Phil.
Philippe Mathieu-Daudé (15):
tests/tcg: Remove CRIS libc test files
tests/tcg: Remove CRIS bare test files
buildsys: Remove CRIS cross container
linux-user: Remove support for CRIS target
hw/cris: Remove the axis-dev88 machine
hw/cris: Remove image loader helper
hw/intc: Remove TYPE_ETRAX_FS_PIC device
hw/char: Remove TYPE_ETRAX_FS_SERIAL device
hw/net: Remove TYPE_ETRAX_FS_ETH device
hw/dma: Remove ETRAX_FS DMA device
hw/timer: Remove TYPE_ETRAX_FS_TIMER device
system: Remove support for CRIS target
target/cris: Remove the deprecated CRIS target
disas: Remove CRIS disassembler
seccomp: Remove check for CRIS host
- Re: [PATCH v2 13/15] target/cris: Remove the deprecated CRIS target, (continued)