mutter/src/tests/kvm
Bartłomiej Piotrowski 7a7fb863a2 tests/virtme-run: Expose two CPUs
We're multi threaded, so make things more like reality by exposing more
CPUs using the '-smp 2' qemu option.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2152>
2022-03-28 16:17:21 +00:00
..
build-linux.sh tests: Run KMS tests inside a QEMU virtual machine 2022-01-14 09:16:09 +00:00
kernel-version.txt tests: Run KMS tests inside a QEMU virtual machine 2022-01-14 09:16:09 +00:00
meson.build tests/kvm: Forward the test environment variables to the VM 2022-03-28 16:17:21 +00:00
README.md tests: Run KMS tests inside a QEMU virtual machine 2022-01-14 09:16:09 +00:00
run-kvm-test.sh tests: Run KMS tests inside a QEMU virtual machine 2022-01-14 09:16:09 +00:00
virtme-run.sh tests/virtme-run: Expose two CPUs 2022-03-28 16:17:21 +00:00

High level description of the files in this directory.

build-linux.sh

Builds a Linux kernel image meant to be launched using qemu. Doesn't make any assumptions about configuration other than that. It uses the drm kernel tree. It's used from meson.build.

kernel-version.txt

Describes the version of the Linux kernel to use; usually a tag. It's a separate file so that changing the version will make meson build a new kernel image.

virtme-run.sh

A helper script that uses 'virtme' to launch a qemu virtual machine with the host filesystem exposed inside the virtual machine.

run-kvm-test.sh

Runs the passed test executable in a mocked environment using 'meta-dbus-runner.py' (which uses python-dbusmock to create a mocked system environment.

meson.build

Contains one rule for building the Linux kernel image, and meson test cases that launches tests inside virtual machines.