History log of /kvm-unit-tests/lib/s390x/asm/sigp.h (Results 1 – 10 of 10)
Revision Date Author Comments
# 9cab5824 24-Apr-2024 Thomas Huth <thuth@redhat.com>

Merge branch 'pr-2024-04-22' into 'master'

s390x: Improvement of CMM test, lot of small bugfixes and two refactorings

See merge request kvm-unit-tests/kvm-unit-tests!58


# 40e2c619 01-Feb-2024 Janosch Frank <frankja@linux.ibm.com>

lib: s390x: sigp: Name inline assembly arguments

Less need to count the operands makes the code easier to read.

Signed-off-by: Janosch Frank <frankja@linux.ibm.com>
Reviewed-by: Claudio Imbrenda <i

lib: s390x: sigp: Name inline assembly arguments

Less need to count the operands makes the code easier to read.

Signed-off-by: Janosch Frank <frankja@linux.ibm.com>
Reviewed-by: Claudio Imbrenda <imbrenda@linux.ibm.com>
Signed-off-by: Nico Boehr <nrb@linux.ibm.com>

show more ...


# 3dbf3c40 31-Jan-2024 Janosch Frank <frankja@linux.ibm.com>

lib: s390x: sigp: Dirty CC before sigp execution

Dirtying the CC allows us to find missing CC changes when sigp is
emulated.

Signed-off-by: Janosch Frank <frankja@linux.ibm.com>
Reviewed-by: Claudi

lib: s390x: sigp: Dirty CC before sigp execution

Dirtying the CC allows us to find missing CC changes when sigp is
emulated.

Signed-off-by: Janosch Frank <frankja@linux.ibm.com>
Reviewed-by: Claudio Imbrenda <imbrenda@linux.ibm.com>
Link: https://lore.kernel.org/r/20240131074427.70871-2-frankja@linux.ibm.com
Signed-off-by: Nico Boehr <nrb@linux.ibm.com>

show more ...


# eb5a1bba 09-Jun-2021 Cornelia Huck <cohuck@redhat.com>

s390x: unify header guards

Standardize header guards to _ASMS390X_HEADER_H_, _S390X_HEADER_H_,
and S390X_HEADER_H, respectively.

Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: David

s390x: unify header guards

Standardize header guards to _ASMS390X_HEADER_H_, _S390X_HEADER_H_,
and S390X_HEADER_H, respectively.

Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Message-Id: <20210609143712.60933-7-cohuck@redhat.com>

show more ...


# c9a34447 20-Jan-2021 Paolo Bonzini <pbonzini@redhat.com>

Merge tag 's390x-2021-20-01' of https://gitlab.com/frankja/kvm-unit-tests into HEAD

* Moved to SPDX license identifiers and cleaning up license
* Added test_bit(_inv)() & SCLP feature bit checking
*

Merge tag 's390x-2021-20-01' of https://gitlab.com/frankja/kvm-unit-tests into HEAD

* Moved to SPDX license identifiers and cleaning up license
* Added test_bit(_inv)() & SCLP feature bit checking
* Added first SIE lib and test for nesting tests
* Added diag318 emulation test
* Small UV fix

show more ...


# 6c9f99df 07-Dec-2020 Janosch Frank <frankja@linux.ibm.com>

s390x: lib: Move to GPL 2 and SPDX license identifiers

In the past we had some issues when developers wanted to use code
snippets or constants from the kernel in a test or in the library. To
remedy

s390x: lib: Move to GPL 2 and SPDX license identifiers

In the past we had some issues when developers wanted to use code
snippets or constants from the kernel in a test or in the library. To
remedy that the s390x maintainers decided to move all files to GPL 2
(if possible).

At the same time let's move to SPDX identifiers as they are much nicer
to read.

Signed-off-by: Janosch Frank <frankja@linux.ibm.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Acked-by: David Hildenbrand <david@redhat.com>
Acked-by: Pierre Morel <pmorel@linux.ibm.com>

show more ...


# 26c759eb 25-Sep-2019 Paolo Bonzini <pbonzini@redhat.com>

Merge tag 's390x-2019-09-25' of https://gitlab.com/huth/kvm-unit-tests into HEAD

New s390x kvm-unit-tests and some fixes from Janosch Frank


# f77c0515 23-Sep-2019 Janosch Frank <frankja@linux.ibm.com>

s390x: Add initial smp code

Let's add a rudimentary SMP library, which will scan for cpus and has
helper functions that manage the cpu state.

Signed-off-by: Janosch Frank <frankja@linux.ibm.com>
Me

s390x: Add initial smp code

Let's add a rudimentary SMP library, which will scan for cpus and has
helper functions that manage the cpu state.

Signed-off-by: Janosch Frank <frankja@linux.ibm.com>
Message-Id: <20190923141558.3032-1-frankja@linux.ibm.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>

show more ...


# 1c3fe66b 25-Jan-2019 Paolo Bonzini <pbonzini@redhat.com>

Merge tag 's390x-2019-01-21' of https://gitlab.com/huth/kvm-unit-tests into HEAD

Making the binaries bootable under LPAR and z/VM
(to be able to compare the behaviour there)


# 0af4b381 18-Jan-2019 Janosch Frank <frankja@linux.ibm.com>

s390x: Add Sigp header file

The magic numbers for SIGP are not nice to read, so let's put them in
a new header file. Also move sigp_stop() there, it will later be
joined by more sigp functions and d

s390x: Add Sigp header file

The magic numbers for SIGP are not nice to read, so let's put them in
a new header file. Also move sigp_stop() there, it will later be
joined by more sigp functions and definitions.

Signed-off-by: Janosch Frank <frankja@linux.ibm.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>

show more ...