#
8fdb51a1 |
| 09-Dec-2021 |
Thomas Huth <thuth@redhat.com> |
Merge branch 'misc_fixes_and_firq_test' into 'master'
s390x: I/O allocation fixes and firq test
See merge request kvm-unit-tests/kvm-unit-tests!21
|
#
47747d46 |
| 11-Nov-2021 |
Pierre Morel <pmorel@linux.ibm.com> |
s390x: fixing I/O memory allocation
The allocator allocates pages, so the size must be rounded up to whole pages before the allocation.
Fixes: b0fe3988 "s390x: define UV compatible I/O allocation"
s390x: fixing I/O memory allocation
The allocator allocates pages, so the size must be rounded up to whole pages before the allocation.
Fixes: b0fe3988 "s390x: define UV compatible I/O allocation"
Signed-off-by: Pierre Morel <pmorel@linux.ibm.com> Reviewed-by: Claudio Imbrenda <imbrenda@linux.ibm.com> Reviewed-by: Janosch Frank <frankja@linux.ibm.com> Message-Id: <20211111100153.86088-1-pmorel@linux.ibm.com> Signed-off-by: Claudio Imbrenda <imbrenda@linux.ibm.com>
show more ...
|
#
f175fee7 |
| 26-May-2021 |
Paolo Bonzini <pbonzini@redhat.com> |
Merge branch 's390x-pull-2021-26-05' of https://gitlab.com/frankja/kvm-unit-tests into HEAD
|
#
533bbdb3 |
| 09-Dec-2020 |
Janosch Frank <frankja@linux.ibm.com> |
s390x: Test for share/unshare call support before using them
Testing for facility only means the UV Call facility is available. The UV will only indicate the share/unshare calls for a protected gues
s390x: Test for share/unshare call support before using them
Testing for facility only means the UV Call facility is available. The UV will only indicate the share/unshare calls for a protected guest 2, so lets also check that.
Signed-off-by: Janosch Frank <frankja@linux.ibm.com> Reviewed-by: Claudio Imbrenda <imbrenda@linux.ibm.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com> Acked-by: Thomas Huth <thuth@redhat.com>
show more ...
|
#
3054ca26 |
| 08-Mar-2021 |
Paolo Bonzini <bonzini@gnu.org> |
Merge branch 's390x-pull-2021-08-03' of https://gitlab.com/frankja/kvm-unit-tests.git into 'master'
* IO tests PV compatibility (Pierre) * Backtrace support (Janosch) * mvpg test (Claudio) * Fixups
Merge branch 's390x-pull-2021-08-03' of https://gitlab.com/frankja/kvm-unit-tests.git into 'master'
* IO tests PV compatibility (Pierre) * Backtrace support (Janosch) * mvpg test (Claudio) * Fixups (Thomas)
show more ...
|
#
b0fe3988 |
| 22-Jan-2021 |
Pierre Morel <pmorel@linux.ibm.com> |
s390x: define UV compatible I/O allocation
To centralize the memory allocation for I/O we define the alloc_io_mem/free_io_mem functions which share the I/O memory with the host in case the guest run
s390x: define UV compatible I/O allocation
To centralize the memory allocation for I/O we define the alloc_io_mem/free_io_mem functions which share the I/O memory with the host in case the guest runs with protected virtualization.
These functions allocate on a page integral granularity to ensure a dedicated sharing of the allocated objects.
Signed-off-by: Pierre Morel <pmorel@linux.ibm.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com> Acked-by: Janosch Frank <frankja@de.ibm.com> Acked-by: Thomas Huth <thuth@redhat.com> Message-Id: <1611322060-1972-3-git-send-email-pmorel@linux.ibm.com> Signed-off-by: Janosch Frank <frankja@linux.ibm.com>
show more ...
|