Home
last modified time | relevance | path

Searched refs:host_is_qemu (Results 1 – 5 of 5) sorted by relevance

/kvm-unit-tests/s390x/
H A Dpanic-loop-pgm.c20 if (!host_is_qemu() || host_is_tcg()) { in main()
H A Dpanic-loop-extint.c36 if (!host_is_qemu() || host_is_tcg()) { in main()
H A Ddiag308.c96 if (host_is_qemu()) { in test_unsupported_subcode()
H A Dcss.c645 if (!host_is_qemu()) { in main()
/kvm-unit-tests/lib/s390x/
H A Dhardware.h48 static inline bool host_is_qemu(void) in host_is_qemu() function