ff-by: Alexandru Elisei
Reviewed-by: Shaoqin Huang
---
README.md| 18 +-
arm/efi/run | 5 +
configure| 1 -
scripts/vmm.bash | 2 +-
4 files changed, 23 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index be07dc28a094..723ce04cd978
On 5/7/25 11:12 PM, Alexandru Elisei wrote:
$TARGET is needed for the test runner to decide if it should use qemu or
kvmtool, so export it.
Reviewed-by: Andrew Jones
Signed-off-by: Alexandru Elisei
Reviewed-by: Shaoqin Huang
---
scripts/mkstandalone.sh | 1 +
1 file changed, 1
automatically limit the number of
VCPUs to the what KVM supports, which is exactly what --probe-maxsmp wants
to achieve. When doing --probe-maxsmp with kvmtool, print a message
explaining why it's redundant and don't do anything else.
Signed-off-by: Alexandru Elisei
Reviewed-by: Sha
() about the kvmtool's error message when it fails
to load the dummy kernel.
Signed-off-by: Alexandru Elisei
Reviewed-by: Shaoqin Huang
---
scripts/runtime.bash | 8 +++-
scripts/vmm.bash | 23 +++
2 files changed, 26 insertions(+), 5 deletions(-)
diff --
ut the 'Otherwise' to the next
paragraph)
# --nodefaults: suppress VM configuration that cannot be disabled
# (like modifying the supplied kernel command line). #
Otherwise tests that use the command line will fail
# without this parameter.
Hi Alexandru,
For this series, I've tested it, everything works good.
On 5/7/25 11:12 PM, Alexandru Elisei wrote:
v2 can be found here [1].
To goal is to allow the user to do:
$ ./configure --target=kvmtool
$ make clean && make
$ ./run_tests.sh
to run all the tests automatically with kvmtool
return the test exit code, so kvm-unit-tests must always parse the
"EXIT: STATUS" line for the exit code.
Signed-off-by: Alexandru Elisei
Reviewed-by: Shaoqin Huang
---
arm/run | 161 ++
powerpc/run | 4 +-
-by: Shaoqin Huang
---
run_tests.sh | 1 +
scripts/arch-run.bash | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/run_tests.sh b/run_tests.sh
index dd9d27377905..150a06a91064 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -36,6 +36,7 @@ The following environment
-by: Andrew Jones
Signed-off-by: Alexandru Elisei
Reviewed-by: Shaoqin Huang
---
scripts/common.bash | 10 +++---
scripts/runtime.bash | 7 +--
scripts/vmm.bash | 7 +++
3 files changed, 15 insertions(+), 9 deletions(-)
diff --git a/scripts/common.bash b/scripts
chine. This two step process can be time
consuming, so save the user time (and frustration!) and add a check
directly to mkstandalone.sh.
Signed-off-by: Alexandru Elisei
Reviewed-by: Shaoqin Huang
---
arm/efi/run | 3 +++
arm/run | 4
scripts/mkstandalo
Reviewed-by: Shaoqin Huang
---
run_tests.sh | 17 +
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/run_tests.sh b/run_tests.sh
index 152323ffc8a2..f30b6dbd131c 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -17,14 +17,15 @@ cat <
Usage: $0 [-h] [-v] [-a]
On 5/7/25 11:12 PM, Alexandru Elisei wrote:
Document the environment variables that influence how a test is executed
by the run_tests.sh test runner.
Suggested-by: Andrew Jones
Reviewed-by: Andrew Jones
Signed-off-by: Alexandru Elisei
Reviewed-by: Shaoqin Huang
---
docs
by: Andrew Jones
Signed-off-by: Alexandru Elisei
Reviewed-by: Shaoqin Huang
---
arm/unittests.cfg | 94 ++-
docs/unittests.txt| 17 ++--
powerpc/unittests.cfg | 19 +
riscv/unittests.cfg | 2 +-
s390x/unittests.
going forward new tests will use 'qemu_params'.
Signed-off-by: Alexandru Elisei
Reviewed-by: Shaoqin Huang
---
arm/unittests.cfg | 76 +++
docs/unittests.txt| 15 +++--
powerpc/unittests.cfg | 18 +++---
riscv/unittests.cfg | 2 +-
s390x/unit
don't believe I won't be able to do that
for at least 2 weeks.
Thanks,
Alex
On Thu, Nov 30, 2023 at 04:07:02AM -0500, Shaoqin Huang wrote:
Hi,
I'm posting Alexandru's patch set[1] rebased on the latest branch with the
conflicts being resolved. No big changes compare to it
From: Alexandru Elisei
The spapr_hcall test makes two page sized allocations using the physical
allocator. Replace the physical allocator with the page allocator, which
has has more features (like support for freeing allocations), and would
allow for further simplification of the physical allocat
is
Reviewed-by: Andrew Jones
Signed-off-by: Alexandru Elisei
Signed-off-by: Shaoqin Huang
---
Makefile | 5 -
arm/cstart.S | 1 -
arm/cstart64.S | 1 -
powerpc/cstart64.S | 1 -
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Makefile b/Makefile
index 602
Hi,
I'm posting Alexandru's patch set[1] rebased on the latest branch with the
conflicts being resolved. No big changes compare to its original code.
As this version 1 of this series was posted one years ago, I would first let you
recall it, what's the intention of this series and what this serie
18 matches
Mail list logo