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
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
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
uot;
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
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
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
or 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:
>
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