On 17/03/2017 12:11, Sergey Bronnikov wrote: >>> OpenBSD >> Ok, then I'd say this patch simply does not make sense. We're talking >> about kvm-unit-tests here - and KVM is pretty much Linux-only as far as >> I know. > according to description on the project page: > "Unit tests provide KVM and virtual hardware functional testing by > targeting the features through minimal implementations of their use per > the hardware specification." > http://www.linux-kvm.org/page/KVM-unit-tests > So testsuite is applicable to any virtual machine with hardware > emulation. OpenBSD has QEMU in ports and it's own hypervisor vmd(8) > (http://man.openbsd.org/vmd). It would be perfect to use testsuite > for regression testing of these hypervisors on OpenBSD too. I agree with Sergey. Most unit tests in kvm-unit-tests are not limited to KVM, though some are. Otherwise, the tests would be in linux.git rather than a separate repo. I'm not sure if it makes sense to have a test driver for vmd, but that would be welcome as well (with the caveat that I would not use it). Paolo