From: Andrew Jones <andrew.jones@linux.dev>
To: kvm-riscv@lists.infradead.org
Subject: [kvm-unit-tests PATCH v2 0/4] riscv: Extend CI
Date: Mon, 12 Aug 2024 15:53:58 +0200 [thread overview]
Message-ID: <20240812-e97009553ee2983da3448575@orel> (raw)
In-Reply-To: <20240808154223.79686-6-andrew.jones@linux.dev>
On Thu, Aug 08, 2024 at 05:42:24PM GMT, Andrew Jones wrote:
> So far we were only building and testing 64-bit, non-efi in the CI for
> riscv. I had mistakenly thought Fedora's riscv compiler could only build
> 64-bit, but it's multilib so we just need to add some CFLAGS to get it
> to work. To preserve building with a 32-bit-only riscv compiler we need
> to introduce limits.h to our tiny libc. And, while adding 32-bit builds
> to CI we also add EFI builds so now we test 32-bit, 64-bit, and 64-bit
> EFI. And, since Fedora has been udpated, bringing in a later QEMU, we
> can now do the testing with the 'max' cpu type.
>
> v2:
> - *Actually* test out-of-tree builds in the rv32 CI (I was missing
> a few important lines, like 'cd build'...
> - Add another patch to fix out-of-tree builds for riscv
> - Added some indentation in the new limits.h
>
> Andrew Jones (4):
> lib: Add limits.h
> riscv: Build with explicit ABI
> riscv: Fix out-of-tree builds
> riscv: Extend gitlab CI
>
> .gitlab-ci.yml | 36 +++++++++++++++++++++++++++++++-----
> configure | 8 ++++++--
> lib/limits.h | 43 +++++++++++++++++++++++++++++++++++++++++++
> riscv/Makefile | 12 +++++++-----
> 4 files changed, 87 insertions(+), 12 deletions(-)
> create mode 100644 lib/limits.h
>
> --
> 2.45.2
>
Queued on riscv/queue, https://gitlab.com/jones-drew/kvm-unit-tests/-/commits/riscv%2Fqueue
drew
WARNING: multiple messages have this Message-ID (diff)
From: Andrew Jones <andrew.jones@linux.dev>
To: kvm@vger.kernel.org, kvm-riscv@lists.infradead.org
Cc: pbonzini@redhat.com, thuth@redhat.com, atishp@rivosinc.com,
cade.richard@berkeley.edu, jamestiotio@gmail.com
Subject: Re: [kvm-unit-tests PATCH v2 0/4] riscv: Extend CI
Date: Mon, 12 Aug 2024 15:53:58 +0200 [thread overview]
Message-ID: <20240812-e97009553ee2983da3448575@orel> (raw)
In-Reply-To: <20240808154223.79686-6-andrew.jones@linux.dev>
On Thu, Aug 08, 2024 at 05:42:24PM GMT, Andrew Jones wrote:
> So far we were only building and testing 64-bit, non-efi in the CI for
> riscv. I had mistakenly thought Fedora's riscv compiler could only build
> 64-bit, but it's multilib so we just need to add some CFLAGS to get it
> to work. To preserve building with a 32-bit-only riscv compiler we need
> to introduce limits.h to our tiny libc. And, while adding 32-bit builds
> to CI we also add EFI builds so now we test 32-bit, 64-bit, and 64-bit
> EFI. And, since Fedora has been udpated, bringing in a later QEMU, we
> can now do the testing with the 'max' cpu type.
>
> v2:
> - *Actually* test out-of-tree builds in the rv32 CI (I was missing
> a few important lines, like 'cd build'...
> - Add another patch to fix out-of-tree builds for riscv
> - Added some indentation in the new limits.h
>
> Andrew Jones (4):
> lib: Add limits.h
> riscv: Build with explicit ABI
> riscv: Fix out-of-tree builds
> riscv: Extend gitlab CI
>
> .gitlab-ci.yml | 36 +++++++++++++++++++++++++++++++-----
> configure | 8 ++++++--
> lib/limits.h | 43 +++++++++++++++++++++++++++++++++++++++++++
> riscv/Makefile | 12 +++++++-----
> 4 files changed, 87 insertions(+), 12 deletions(-)
> create mode 100644 lib/limits.h
>
> --
> 2.45.2
>
Queued on riscv/queue, https://gitlab.com/jones-drew/kvm-unit-tests/-/commits/riscv%2Fqueue
drew
next prev parent reply other threads:[~2024-08-12 13:53 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-08 15:42 [kvm-unit-tests PATCH v2 0/4] riscv: Extend CI Andrew Jones
2024-08-08 15:42 ` Andrew Jones
2024-08-08 15:42 ` [kvm-unit-tests PATCH v2 1/4] lib: Add limits.h Andrew Jones
2024-08-08 15:42 ` Andrew Jones
2024-08-08 15:42 ` [kvm-unit-tests PATCH v2 2/4] riscv: Build with explicit ABI Andrew Jones
2024-08-08 15:42 ` Andrew Jones
2024-08-08 15:42 ` [kvm-unit-tests PATCH v2 3/4] riscv: Fix out-of-tree builds Andrew Jones
2024-08-08 15:42 ` Andrew Jones
2024-08-08 15:42 ` [kvm-unit-tests PATCH v2 4/4] riscv: Extend gitlab CI Andrew Jones
2024-08-08 15:42 ` Andrew Jones
2024-08-12 13:53 ` Andrew Jones [this message]
2024-08-12 13:53 ` [kvm-unit-tests PATCH v2 0/4] riscv: Extend CI Andrew Jones
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=20240812-e97009553ee2983da3448575@orel \
--to=andrew.jones@linux.dev \
--cc=kvm-riscv@lists.infradead.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.