Re: [kvm-unit-tests PATCH v4 00/13] arm/arm64: Add kvmtool to the runner script

2025-07-04 Thread Andrew Jones
On Wed, Jun 25, 2025 at 04:48:00PM +0100, Alexandru Elisei wrote: > v3 can be found here [1]. Based on top of the series that add qemu_params and > test_args [2]. > > To goal is to allow the user to do: > > $ ./configure --target=kvmtool > $ make clean && make > $ ./run_tests.sh > > to run all t

Re: [kvm-unit-tests PATCH v4 00/13] arm/arm64: Add kvmtool to the runner script

2025-07-02 Thread Andrew Jones
Hi Paolo, Thomas, and others, This series has a subject of arm, but it makes lots of changes to common scripts. Can I get an ack on it? I'd like to merge it. Thanks, drew On Wed, Jun 25, 2025 at 04:48:00PM +0100, Alexandru Elisei wrote: > v3 can be found here [1]. Based on top of the series tha

Re: [kvm-unit-tests PATCH v4 00/13] arm/arm64: Add kvmtool to the runner script

2025-06-26 Thread Andrew Jones
On Wed, Jun 25, 2025 at 04:48:00PM +0100, Alexandru Elisei wrote: > v3 can be found here [1]. Based on top of the series that add qemu_params and > test_args [2]. > > To goal is to allow the user to do: > > $ ./configure --target=kvmtool > $ make clean && make > $ ./run_tests.sh > > to run all t

Re: [kvm-unit-tests PATCH v4 00/13] arm/arm64: Add kvmtool to the runner script

2025-06-26 Thread Alexandru Elisei
Hi Drew, On Thu, Jun 26, 2025 at 06:42:01PM +0200, Andrew Jones wrote: > On Wed, Jun 25, 2025 at 04:48:00PM +0100, Alexandru Elisei wrote: > > v3 can be found here [1]. Based on top of the series that add qemu_params > > and > > test_args [2]. > > > > To goal is to allow the user to do: > > > >