qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: "Edgar E. Iglesias" <edgar.iglesias@gmail.com>
Cc: "Alex Bennée" <alex.bennee@linaro.org>,
	"Laurent Vivier" <laurent@vivier.eu>,
	"Riku Voipio" <riku.voipio@iki.fi>,
	"Peter Maydell" <peter.maydell@linaro.org>,
	"Thomas Huth" <thuth@redhat.com>,
	devel@lists.libvirt.org, qemu-devel@nongnu.org
Subject: Re: [PATCH v2 00/15] target/cris: Remove the deprecated CRIS target
Date: Mon, 9 Sep 2024 16:14:18 +0200	[thread overview]
Message-ID: <bb489c8a-c680-4e5a-b56f-6b7aa7d6531b@linaro.org> (raw)
In-Reply-To: <CAJy5ezo3VH2u-W9iFQNGZ2A8M8CoVtHPq-V_=ShrJa6HGB0ceA@mail.gmail.com>

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
> 



      reply	other threads:[~2024-09-09 14:15 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-04 14:35 [PATCH v2 00/15] target/cris: Remove the deprecated CRIS target Philippe Mathieu-Daudé
2024-09-04 14:35 ` [PATCH v2 01/15] tests/tcg: Remove CRIS libc test files Philippe Mathieu-Daudé
2024-09-04 14:47   ` Thomas Huth
2024-09-04 14:35 ` [PATCH v2 02/15] tests/tcg: Remove CRIS bare " Philippe Mathieu-Daudé
2024-09-04 14:41   ` Thomas Huth
2024-09-04 14:35 ` [PATCH v2 03/15] buildsys: Remove CRIS cross container Philippe Mathieu-Daudé
2024-09-04 14:43   ` Thomas Huth
2024-09-04 14:35 ` [PATCH v2 04/15] linux-user: Remove support for CRIS target Philippe Mathieu-Daudé
2024-09-04 14:45   ` Thomas Huth
2024-09-04 14:35 ` [PATCH v2 05/15] hw/cris: Remove the axis-dev88 machine Philippe Mathieu-Daudé
2024-09-04 15:26   ` Thomas Huth
2024-09-04 14:35 ` [PATCH v2 06/15] hw/cris: Remove image loader helper Philippe Mathieu-Daudé
2024-09-04 15:28   ` Thomas Huth
2024-09-04 14:35 ` [PATCH v2 07/15] hw/intc: Remove TYPE_ETRAX_FS_PIC device Philippe Mathieu-Daudé
2024-09-04 15:31   ` Thomas Huth
2024-09-04 14:35 ` [PATCH v2 08/15] hw/char: Remove TYPE_ETRAX_FS_SERIAL device Philippe Mathieu-Daudé
2024-09-04 15:45   ` Thomas Huth
2024-09-04 14:35 ` [PATCH v2 09/15] hw/net: Remove TYPE_ETRAX_FS_ETH device Philippe Mathieu-Daudé
2024-09-04 16:04   ` Thomas Huth
2024-09-04 14:35 ` [PATCH v2 10/15] hw/dma: Remove ETRAX_FS DMA device Philippe Mathieu-Daudé
2024-09-04 16:05   ` Thomas Huth
2024-09-04 14:35 ` [PATCH v2 11/15] hw/timer: Remove TYPE_ETRAX_FS_TIMER device Philippe Mathieu-Daudé
2024-09-04 16:07   ` Thomas Huth
2024-09-04 14:36 ` [PATCH v2 12/15] system: Remove support for CRIS target Philippe Mathieu-Daudé
2024-09-04 16:08   ` Thomas Huth
2024-09-04 14:36 ` [PATCH v2 13/15] target/cris: Remove the deprecated " Philippe Mathieu-Daudé
2024-09-04 16:13   ` Thomas Huth
2024-09-04 14:36 ` [PATCH v2 14/15] disas: Remove CRIS disassembler Philippe Mathieu-Daudé
2024-09-04 16:15   ` Thomas Huth
2024-09-05  1:30   ` Richard Henderson
2024-09-05 10:42     ` Philippe Mathieu-Daudé
2024-09-04 14:36 ` [PATCH v2 15/15] seccomp: Remove check for CRIS host Philippe Mathieu-Daudé
2024-09-04 16:18   ` Thomas Huth
2024-09-05  7:48   ` Paolo Bonzini
2024-09-05 10:43     ` Philippe Mathieu-Daudé
2024-09-05  1:31 ` [PATCH v2 00/15] target/cris: Remove the deprecated CRIS target Richard Henderson
2024-09-09 13:24 ` Philippe Mathieu-Daudé
2024-09-09 13:59   ` Edgar E. Iglesias
2024-09-09 14:14     ` Philippe Mathieu-Daudé [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bb489c8a-c680-4e5a-b56f-6b7aa7d6531b@linaro.org \
    --to=philmd@linaro.org \
    --cc=alex.bennee@linaro.org \
    --cc=devel@lists.libvirt.org \
    --cc=edgar.iglesias@gmail.com \
    --cc=laurent@vivier.eu \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=riku.voipio@iki.fi \
    --cc=thuth@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).