diff --git a/ci/matrix.py b/ci/matrix.py index cbf5db29a..1f509812f 100644 --- a/ci/matrix.py +++ b/ci/matrix.py @@ -108,11 +108,7 @@ def listify(s: str | Sequence[str]) -> Sequence[str]: "odroidc4", "maaxboard", ], - # Disable until https://github.com/au-ts/libvmm/issues/233 is resolved. - "tests_exclude": [ - { "config": "smp-debug" }, - { "config": "smp-release" }, - ], + "tests_exclude": [], }, "virtio": { "configs": ["debug", "release"], diff --git a/examples/smp/board/maaxboard/smp.system b/examples/smp/board/maaxboard/smp.system index 7b8bc2f12..6a09be715 100644 --- a/examples/smp/board/maaxboard/smp.system +++ b/examples/smp/board/maaxboard/smp.system @@ -24,14 +24,10 @@ - - - - + + + diff --git a/examples/smp/board/odroidc4/smp.system b/examples/smp/board/odroidc4/smp.system index aa3afaa02..956f26d89 100644 --- a/examples/smp/board/odroidc4/smp.system +++ b/examples/smp/board/odroidc4/smp.system @@ -23,14 +23,10 @@ - - - - + + + diff --git a/examples/smp/board/qemu_virt_aarch64/smp.system b/examples/smp/board/qemu_virt_aarch64/smp.system index d7c30ac18..ea038c058 100644 --- a/examples/smp/board/qemu_virt_aarch64/smp.system +++ b/examples/smp/board/qemu_virt_aarch64/smp.system @@ -37,14 +37,10 @@ --> - - - - + + +