[PATCH 0/2] kunit: enable hardware virtualization

Tamir Duberstein posted 2 patches 1 month ago
There is a newer version of this series
tools/testing/kunit/kunit.py              | 11 ++++++++++-
tools/testing/kunit/kunit_kernel.py       | 26 +++++++++++++++++++++++++-
tools/testing/kunit/qemu_configs/arm64.py |  2 +-
3 files changed, 36 insertions(+), 3 deletions(-)
[PATCH 0/2] kunit: enable hardware virtualization
Posted by Tamir Duberstein 1 month ago
This series implements feature detection of hardware virtualization on
Linux and macOS; the latter being my primary use case.

This yields approximately a 6x improvement using HVF on M3 Pro.

Signed-off-by: Tamir Duberstein <tamird@gmail.com>
---
Tamir Duberstein (2):
      kunit: add fallback for os.sched_getaffinity
      kunit: enable hardware acceleration when available

 tools/testing/kunit/kunit.py              | 11 ++++++++++-
 tools/testing/kunit/kunit_kernel.py       | 26 +++++++++++++++++++++++++-
 tools/testing/kunit/qemu_configs/arm64.py |  2 +-
 3 files changed, 36 insertions(+), 3 deletions(-)
---
base-commit: ae90f6a6170d7a7a1aa4fddf664fbd093e3023bc
change-id: 20241025-kunit-qemu-accel-macos-2840e4c2def5

Best regards,
-- 
Tamir Duberstein <tamird@gmail.com>