Re: [kvm-unit-tests PATCH v3 03/16] configure: Export TARGET unconditionally

2025-05-08 Thread Andrew Jones
On Thu, May 08, 2025 at 11:05:32AM +0100, Alexandru Elisei wrote: > Hi Drew, > > On Thu, May 08, 2025 at 11:39:54AM +0200, Andrew Jones wrote: > > On Thu, May 08, 2025 at 09:52:38AM +0100, Alexandru Elisei wrote: > > > Hi Drew, > > > > > > On Wed, May 07, 2025 at 06:02:31PM +0200, Andrew Jones wr

Re: [kvm-unit-tests PATCH v3 03/16] configure: Export TARGET unconditionally

2025-05-08 Thread Alexandru Elisei
Hi Drew, On Thu, May 08, 2025 at 11:39:54AM +0200, Andrew Jones wrote: > On Thu, May 08, 2025 at 09:52:38AM +0100, Alexandru Elisei wrote: > > Hi Drew, > > > > On Wed, May 07, 2025 at 06:02:31PM +0200, Andrew Jones wrote: > > > On Wed, May 07, 2025 at 04:12:43PM +0100, Alexandru Elisei wrote: > >

Re: [kvm-unit-tests PATCH v3 03/16] configure: Export TARGET unconditionally

2025-05-08 Thread Andrew Jones
On Thu, May 08, 2025 at 09:52:38AM +0100, Alexandru Elisei wrote: > Hi Drew, > > On Wed, May 07, 2025 at 06:02:31PM +0200, Andrew Jones wrote: > > On Wed, May 07, 2025 at 04:12:43PM +0100, Alexandru Elisei wrote: > > > Only arm and arm64 are allowed to set --target to kvmtool; the rest of the > >

Re: [kvm-unit-tests PATCH v3 03/16] configure: Export TARGET unconditionally

2025-05-08 Thread Alexandru Elisei
Hi Drew, On Wed, May 07, 2025 at 06:02:31PM +0200, Andrew Jones wrote: > On Wed, May 07, 2025 at 04:12:43PM +0100, Alexandru Elisei wrote: > > Only arm and arm64 are allowed to set --target to kvmtool; the rest of the > > architectures can only set --target to 'qemu', which is also the default. >

Re: [kvm-unit-tests PATCH v3 03/16] configure: Export TARGET unconditionally

2025-05-07 Thread Andrew Jones
On Wed, May 07, 2025 at 04:12:43PM +0100, Alexandru Elisei wrote: > Only arm and arm64 are allowed to set --target to kvmtool; the rest of the > architectures can only set --target to 'qemu', which is also the default. > > Needed to make the changes necessary to add support for kvmtool to the test

[kvm-unit-tests PATCH v3 03/16] configure: Export TARGET unconditionally

2025-05-07 Thread Alexandru Elisei
Only arm and arm64 are allowed to set --target to kvmtool; the rest of the architectures can only set --target to 'qemu', which is also the default. Needed to make the changes necessary to add support for kvmtool to the test runner. kvmtool also supports running the riscv tests, so it's not outsi