Message ID | 20240904143603.52934-1-philmd@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | target/cris: Remove the deprecated CRIS target | expand |
On 9/4/24 07:35, Philippe Mathieu-Daudé wrote: > 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 Series: Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
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
On Mon, Sep 9, 2024 at 7:25 AM Philippe Mathieu-Daudé <philmd@linaro.org> wrote: > 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. > > Hi Phil, Yes, sorry, I haven't had time to review each patch but: Acked-by: Edgar E. Iglesias <edgar.iglesias@amd.com> Cheers, Edgar > 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 > >
On 9/9/24 15:59, Edgar E. Iglesias wrote: > On Mon, Sep 9, 2024 at 7:25 AM Philippe Mathieu-Daudé <philmd@linaro.org > <mailto:philmd@linaro.org>> wrote: > > 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. > > > Hi Phil, > > Yes, sorry, I haven't had time to review each patch but: > Acked-by: Edgar E. Iglesias <edgar.iglesias@amd.com > <mailto:edgar.iglesias@amd.com>> Thank you! > > Cheers, > Edgar > > > 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 Series queued except patch 14: > > disas: Remove CRIS disassembler > > seccomp: Remove check for CRIS host >