Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-07 | tcg: Correct invalid mentions of 'softmmu' by 'system-mode' | Philippe Mathieu-Daudé | |
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20231004090629.37473-6-philmd@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||
2023-03-20 | tests/tcg/s390x: Test unaligned accesses | Ilya Leoshkevich | |
Add a number of small test that check whether accessing unaligned addresses in various ways leads to a specification exception. Run these test both in softmmu and user configurations; expect a PGM in one case and SIGILL in the other. Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20230316164428.275147-13-iii@linux.ibm.com> [thuth: Added -Wl,--build-id=none to LDFLAGS] Signed-off-by: Thomas Huth <thuth@redhat.com> |