All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alistair Francis <alistair23@gmail.com>
To: "Alistair Francis" <alistair.francis@wdc.com>,
	"Philippe Mathieu-Daudé" <philmd@redhat.com>
Cc: Palmer Dabbelt <palmer@dabbelt.com>,
	"open list:RISC-V" <qemu-riscv@nongnu.org>,
	"qemu-devel@nongnu.org Developers" <qemu-devel@nongnu.org>
Subject: Re: [PATCH v2 0/3] RTISC-V: Remove deprecated ISA, CPUs and machines
Date: Tue, 19 May 2020 14:10:26 -0700	[thread overview]
Message-ID: <CAKmqyKNEXAV+-xBsHZn1fL30sbJ8XkKZ3Lrp6nkwyYptg6e3ng@mail.gmail.com> (raw)
In-Reply-To: <cover.1588878640.git.alistair.francis@wdc.com>

On Thu, May 7, 2020 at 12:19 PM Alistair Francis
<alistair.francis@wdc.com> wrote:
>
> v2:
>  - Remove the CPUs and ISA seperatley
>
> Alistair Francis (3):
>   hw/riscv: spike: Remove deprecated ISA specific machines
>   target/riscv: Remove the deprecated CPUs
>   target/riscv: Drop support for ISA spec version 1.09.1

Any more comments?

Alistair

>
>  hw/riscv/spike.c                              | 217 ------------------
>  include/hw/riscv/spike.h                      |   6 +-
>  target/riscv/cpu.c                            |  30 ---
>  target/riscv/cpu.h                            |   8 -
>  target/riscv/csr.c                            |  82 ++-----
>  .../riscv/insn_trans/trans_privileged.inc.c   |   6 -
>  tests/qtest/machine-none-test.c               |   4 +-
>  7 files changed, 21 insertions(+), 332 deletions(-)
>
> --
> 2.26.2
>


WARNING: multiple messages have this Message-ID (diff)
From: Alistair Francis <alistair23@gmail.com>
To: "Alistair Francis" <alistair.francis@wdc.com>,
	"Philippe Mathieu-Daudé" <philmd@redhat.com>
Cc: "qemu-devel@nongnu.org Developers" <qemu-devel@nongnu.org>,
	"open list:RISC-V" <qemu-riscv@nongnu.org>,
	 Palmer Dabbelt <palmer@dabbelt.com>
Subject: Re: [PATCH v2 0/3] RTISC-V: Remove deprecated ISA, CPUs and machines
Date: Tue, 19 May 2020 14:10:26 -0700	[thread overview]
Message-ID: <CAKmqyKNEXAV+-xBsHZn1fL30sbJ8XkKZ3Lrp6nkwyYptg6e3ng@mail.gmail.com> (raw)
In-Reply-To: <cover.1588878640.git.alistair.francis@wdc.com>

On Thu, May 7, 2020 at 12:19 PM Alistair Francis
<alistair.francis@wdc.com> wrote:
>
> v2:
>  - Remove the CPUs and ISA seperatley
>
> Alistair Francis (3):
>   hw/riscv: spike: Remove deprecated ISA specific machines
>   target/riscv: Remove the deprecated CPUs
>   target/riscv: Drop support for ISA spec version 1.09.1

Any more comments?

Alistair

>
>  hw/riscv/spike.c                              | 217 ------------------
>  include/hw/riscv/spike.h                      |   6 +-
>  target/riscv/cpu.c                            |  30 ---
>  target/riscv/cpu.h                            |   8 -
>  target/riscv/csr.c                            |  82 ++-----
>  .../riscv/insn_trans/trans_privileged.inc.c   |   6 -
>  tests/qtest/machine-none-test.c               |   4 +-
>  7 files changed, 21 insertions(+), 332 deletions(-)
>
> --
> 2.26.2
>


  parent reply	other threads:[~2020-05-19 21:20 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-07 19:11 [PATCH v2 0/3] RTISC-V: Remove deprecated ISA, CPUs and machines Alistair Francis
2020-05-07 19:11 ` Alistair Francis
2020-05-07 19:11 ` [PATCH v2 1/3] hw/riscv: spike: Remove deprecated ISA specific machines Alistair Francis
2020-05-07 19:11   ` Alistair Francis
2020-05-21  1:05   ` Bin Meng
2020-05-21  1:05     ` Bin Meng
2020-05-22  1:33   ` Bin Meng
2020-05-22  1:33     ` Bin Meng
2020-05-07 19:11 ` [PATCH v2 2/3] target/riscv: Remove the deprecated CPUs Alistair Francis
2020-05-07 19:11   ` Alistair Francis
2020-05-21  1:07   ` Bin Meng
2020-05-21  1:07     ` Bin Meng
2020-05-07 19:11 ` [PATCH v2 3/3] target/riscv: Drop support for ISA spec version 1.09.1 Alistair Francis
2020-05-07 19:11   ` Alistair Francis
2020-05-21  1:17   ` Bin Meng
2020-05-21  1:17     ` Bin Meng
2020-05-21 15:47     ` Alistair Francis
2020-05-21 15:47       ` Alistair Francis
2020-05-19 21:10 ` Alistair Francis [this message]
2020-05-19 21:10   ` [PATCH v2 0/3] RTISC-V: Remove deprecated ISA, CPUs and machines Alistair Francis

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=CAKmqyKNEXAV+-xBsHZn1fL30sbJ8XkKZ3Lrp6nkwyYptg6e3ng@mail.gmail.com \
    --to=alistair23@gmail.com \
    --cc=alistair.francis@wdc.com \
    --cc=palmer@dabbelt.com \
    --cc=philmd@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-riscv@nongnu.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.