s390x/a-b-bios: zero the first byte of each page on startSame as with the x86 verison of this test, we relied on the contents ofall pages in RAM to be the same across the entire test range, which
s390x/a-b-bios: zero the first byte of each page on startSame as with the x86 verison of this test, we relied on the contents ofall pages in RAM to be the same across the entire test range, which isvery fragile. Zero the first byte of each page before running theincrement loop to fix this.Fixes: 5571dc824b ("tests/migration: Enable the migration test on s390x, too")Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>Reviewed-by: Peter Xu <peterx@redhat.com>Reviewed-by: Juan Quintela <quintela@redhat.com>Signed-off-by: Daniil Tatianin <d-tatianin@yandex-team.ru>Signed-off-by: Juan Quintela <quintela@redhat.com>Message-ID: <20230919102346.2117963-4-d-tatianin@yandex-team.ru>
show more ...
tests/migration: Add -fno-stack-protectorA build of GCC 13.2 will have stack protector enabled by default if itwas configured with --enable-default-ssp option. For such a compiler,it is necessary
tests/migration: Add -fno-stack-protectorA build of GCC 13.2 will have stack protector enabled by default if itwas configured with --enable-default-ssp option. For such a compiler,it is necessary to explicitly disable stack protector when linkingwithout standard libraries.Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>Reviewed-by: Juan Quintela <quintela@redhat.com>Reviewed-by: Thomas Huth <thuth@redhat.com>Message-Id: <20230731091042.139159-2-akihiko.odaki@daynix.com>Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
tests/migration: Enable the migration test on s390x, tooWe can re-use the s390-ccw bios code to implement a small firmwarefor a s390x guest which prints out the "A" and "B" characters andmodifies
tests/migration: Enable the migration test on s390x, tooWe can re-use the s390-ccw bios code to implement a small firmwarefor a s390x guest which prints out the "A" and "B" characters andmodifies the memory, as required for the migration test.[quintela: Converted the compile script to Makefile rules]Signed-off-by: Juan Quintela <quintela@redhat.com>Signed-off-by: Thomas Huth <thuth@redhat.com>Message-Id: <1539078677-25396-1-git-send-email-thuth@redhat.com>Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Fixed up Makefile since the aarch patch sneaked in first