Re: [PATCH v2] tests/tcg/s390x: Test overflow conditions

2022-06-01 Thread Thomas Huth
On 31/05/2022 20.35, Gautam Agrawal wrote: Add a test to check for overflow conditions in s390x. This patch is based on the following patches : * https://git.qemu.org/?p=qemu.git;a=commitdiff;h=5a2e67a691501 * https://git.qemu.org/?p=qemu.git;a=commitdiff;h=fc6e0d0f2db51 Signed-off-by: Gautam Ag

Re: [PATCH v2] tests/tcg/s390x: Test overflow conditions

2022-06-01 Thread Thomas Huth
On 31/05/2022 20.35, Gautam Agrawal wrote: Add a test to check for overflow conditions in s390x. This patch is based on the following patches : * https://git.qemu.org/?p=qemu.git;a=commitdiff;h=5a2e67a691501 * https://git.qemu.org/?p=qemu.git;a=commitdiff;h=fc6e0d0f2db51 Signed-off-by: Gautam Ag

Re: [PATCH v2] tests/tcg/s390x: Test overflow conditions

2022-06-01 Thread David Hildenbrand
On 31.05.22 20:35, Gautam Agrawal wrote: > Add a test to check for overflow conditions in s390x. > This patch is based on the following patches : > * https://git.qemu.org/?p=qemu.git;a=commitdiff;h=5a2e67a691501 > * https://git.qemu.org/?p=qemu.git;a=commitdiff;h=fc6e0d0f2db51 > > Signed-off-by: G

[PATCH v2] tests/tcg/s390x: Test overflow conditions

2022-05-31 Thread Gautam Agrawal
Add a test to check for overflow conditions in s390x. This patch is based on the following patches : * https://git.qemu.org/?p=qemu.git;a=commitdiff;h=5a2e67a691501 * https://git.qemu.org/?p=qemu.git;a=commitdiff;h=fc6e0d0f2db51 Signed-off-by: Gautam Agrawal --- Changes since v1: - Corrected the