On Mon, Sep 9, 2024 at 7:25 AM Philippe Mathieu-Daudé <phi...@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.igles...@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 > >