[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [risu PATCH v3 0/7] Add support for s390x to RISU
From: |
Peter Maydell |
Subject: |
Re: [risu PATCH v3 0/7] Add support for s390x to RISU |
Date: |
Mon, 18 Sep 2023 13:27:18 +0100 |
On Thu, 14 Sept 2023 at 12:33, Thomas Huth <thuth@redhat.com> wrote:
>
> Hi Peter!
>
> Here are some patches that add basic support for s390x to RISU.
> It's still quite limited, e.g. no support for load/store memory
> operations yet, but the basics with simple 16-bit or 32-bit
> instructions work *now* already fine.
>
> (I'm also already experimenting in extending RISU to support
> instructions with opcodes lengths > 32-bit, but the patches
> are not quite ready yet)
Hi; I've applied these patches to risu master, except for
the last Travis one -- I'm not sure that makes sense for
the upstream repo given it doesn't use Travis.
thanks
-- PMM
- [risu PATCH v3 0/7] Add support for s390x to RISU, Thomas Huth, 2023/09/14
- [risu PATCH v3 2/7] s390x: Add basic s390x support to the C code, Thomas Huth, 2023/09/14
- [risu PATCH v3 1/7] Pass siginfo_t->si_addr to the reginfo_init() function, Thomas Huth, 2023/09/14
- [risu PATCH v3 3/7] s390x: Add simple s390x.risu file, Thomas Huth, 2023/09/14
- [risu PATCH v3 4/7] s390x: Add basic risugen perl module for s390x, Thomas Huth, 2023/09/14
- [risu PATCH v3 6/7] build-all-archs: Add s390x to the script that builds all architectures, Thomas Huth, 2023/09/14
- [risu PATCH v3 5/7] s390x: Update the configure script for s390x support, Thomas Huth, 2023/09/14
- [risu RFC PATCH v3 7/7] Add a travis.yml file for testing RISU in the Travis-CI, Thomas Huth, 2023/09/14
- Re: [risu PATCH v3 0/7] Add support for s390x to RISU,
Peter Maydell <=