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

2022-05-30 Thread Gautam Agrawal
Hi, On Mon, 30 May 2022 at 16:05, Thomas Huth wrote: > > Hi! > > On 30/05/2022 11.50, David Hildenbrand wrote: > > On 27.05.22 12:11, 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/?

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

2022-05-30 Thread Thomas Huth
Hi! On 30/05/2022 11.50, David Hildenbrand wrote: On 27.05.22 12:11, 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=c

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

2022-05-30 Thread David Hildenbrand
On 27.05.22 12:11, 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:

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

2022-05-27 Thread Alex Bennée
Gautam Agrawal writes: > 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

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

2022-05-27 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 --- tests/tcg/s390x/Makefile.target