[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

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 p

[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

[PATCH v3] Warn user if the vga flag is passed but no vga device is created

2022-05-01 Thread Gautam Agrawal
ed" is logged if vga flag is passed but no vga device is created. This patch has been tested for x86_64, i386, sparc, sparc64 and arm boards. Signed-off-by: Gautam Agrawal Resolves: https://gitlab.com/qemu-project/qemu/-/issues/581 --- hw/hppa/machine.c | 1 + hw/isa/isa-bus.c

Re: [PATCH v2] Warn user if the vga flag is passed but no vga device is created

2022-04-23 Thread Gautam Agrawal
Agrawal On Thu, 21 Apr 2022 at 20:59, Peter Maydell wrote: > > On Wed, 13 Apr 2022 at 18:23, Gautam Agrawal wrote: > > > > A global boolean variable "vga_interface_created"(declared in > > softmmu/globals.c) > > has been used to track the creation of vga i

[PATCH v2] Warn user if the vga flag is passed but no vga device is created

2022-04-13 Thread Gautam Agrawal
ot;. This patch has been tested for x86_64, i386, sparc, sparc64 and arm boards. Signed-off-by: Gautam Agrawal Resolves: https://gitlab.com/qemu-project/qemu/-/issues/581 --- hw/isa/isa-bus.c | 1 + hw/mips/fuloong2e.c | 1 + hw/pci/pci.c | 1 + hw/sparc/sun4m.c

Re: [PATCH] Warn user if the vga flag is passed but no vga device is created

2022-04-12 Thread Gautam Agrawal
d for no VGA device. This seems to > happen if a machine does not have any VGA device by default, but still > requests "-vga none" on the command line. This can be solved by adding this condition : (vga_interface_type != VGA_NONE) > On 08/04/2022 12.45, Gautam Agrawal wrote: >

[PATCH] Warn user if the vga flag is passed but no vga device is created

2022-04-08 Thread Gautam Agrawal
r x86_64, i386, sparc, sparc64 and arm boards. Signed-off-by: Gautam Agrawal --- hw/isa/isa-bus.c| 1 + hw/pci/pci.c| 1 + hw/sparc/sun4m.c| 2 ++ hw/sparc64/sun4u.c | 1 + include/sysemu/sysemu.h | 1 + softmmu/globals.c | 1 + softmmu/vl.c