Home
last modified time | relevance | path

Searched +full:sclp +full:- +full:1 +full:g (Results 1 – 5 of 5) sorted by relevance

/kvm-unit-tests/s390x/
H A Dfirq.c1 /* SPDX-License-Identifier: GPL-2.0-only */
11 #include <asm/asm-offsets.h>
14 #include <asm-generic/barrier.h>
16 #include <sclp.h>
22 /* Enable SCLP interrupts on this CPU only. */ in wait_for_sclp_int()
51 * We're going to perform an SCLP service call but expect the in test_wait_state_delivery()
52 * interrupt on CPU #1 while it is in the wait state. in test_wait_state_delivery()
56 /* Start CPU #1 and let it wait for the interrupt. */ in test_wait_state_delivery()
57 ret = smp_cpu_setup(1, PSW_WITH_CUR_MASK(wait_for_sclp_int)); in test_wait_state_delivery()
62 * We'd have to jump trough some hoops to sense e.g., via SIGP in test_wait_state_delivery()
[all …]
H A Dunittests.cfg9 [selftest-setup]
15 [selftest-migration]
16 file = selftest-migration.elf
19 # https://lore.kernel.org/qemu-devel/20240219061731.232570-1-npiggin@gmail.com/
22 [selftest-migration-skip]
23 file = selftest-migration.elf
27 # This fails due to a QEMU TCG bug so KVM-only until QEMU is fixed upstream
28 [migration-memory]
29 file = memory-verify.elf
50 qemu_params = -device virtio-net-ccw
[all …]
H A DMakefile2 tests += $(TEST_DIR)/selftest-migration.elf
3 tests += $(TEST_DIR)/memory-verify.elf
22 tests += $(TEST_DIR)/sclp.elf
25 tests += $(TEST_DIR)/uv-guest.elf
28 tests += $(TEST_DIR)/uv-host.elf
30 tests += $(TEST_DIR)/mvpg-sie.elf
31 tests += $(TEST_DIR)/spec_ex-sie.elf
35 tests += $(TEST_DIR)/adtl-status.elf
37 tests += $(TEST_DIR)/pv-attest.elf
38 tests += $(TEST_DIR)/migration-cmm.elf
[all …]
/kvm-unit-tests/
H A D.gitlab-ci.yml4 - dnf update -y
5 - dnf install -y make python
15 - logs
23 - build/logs
25 build-aarch64:
28 - dnf install -y qemu-system-aarch64 gcc-aarch64-linux-gnu
29 - ./configure --arch=aarch64 --cross-prefix=aarch64-linux-gnu-
30 - make -j2
31 - ACCEL=tcg MAX_SMP=8 ./run_tests.sh
33 debug-bp
[all …]
/kvm-unit-tests/lib/s390x/
H A Dsclp-console.c1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * SCLP line mode and ASCII console driver
20 #include "sclp.h"
23 * ASCII (IBM PC 437) -> EBCDIC 037
29 /* ->NL */
34 /* ->IGS ->IRS ->IUS */
38 /*28 ( ) * + , - . / */
40 /*30 0 1 2 3 4 5 6 7 */
44 /*40 @ A B C D E F G */
52 /*60 ` a b c d e f g */
[all …]