summaryrefslogtreecommitdiffstats
path: root/tests/qtest/fuzz-lsi53c895a-test.c
diff options
context:
space:
mode:
authorMauro Matteo Cascella2022-09-02 15:38:53 +0200
committerThomas Huth2022-09-19 15:12:28 +0200
commita772ddc1c013c3ff54cd6bc5f1e4a9107093fc01 (patch)
tree470d41bb1e18cbe1a91118530baf69b741fa11bf /tests/qtest/fuzz-lsi53c895a-test.c
parenttests/qtest: npcm7xx-emc-test: Skip checking MAC (diff)
downloadqemu-a772ddc1c013c3ff54cd6bc5f1e4a9107093fc01.tar.gz
qemu-a772ddc1c013c3ff54cd6bc5f1e4a9107093fc01.tar.xz
qemu-a772ddc1c013c3ff54cd6bc5f1e4a9107093fc01.zip
qtest/fuzz-lsi53c895a-test: set guest RAM to 2G
test_lsi_do_msgout_cancel_req does not run on machines with small size memory. Reduce guest memory from 4G to 2G to alleviate the problem. Reported-by: Bin Meng <bmeng.cn@gmail.com> Signed-off-by: Mauro Matteo Cascella <mcascell@redhat.com> Message-Id: <20220902133853.834065-1-mcascell@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Alexander Bulekov <alxndr@bu.edu> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/qtest/fuzz-lsi53c895a-test.c')
-rw-r--r--tests/qtest/fuzz-lsi53c895a-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtest/fuzz-lsi53c895a-test.c b/tests/qtest/fuzz-lsi53c895a-test.c
index b23d3ecf45..434c16bf42 100644
--- a/tests/qtest/fuzz-lsi53c895a-test.c
+++ b/tests/qtest/fuzz-lsi53c895a-test.c
@@ -21,7 +21,7 @@ static void test_lsi_do_msgout_cancel_req(void)
return;
}
- s = qtest_init("-M q35 -m 4G -display none -nodefaults "
+ s = qtest_init("-M q35 -m 2G -display none -nodefaults "
"-device lsi53c895a,id=scsi "
"-device scsi-hd,drive=disk0 "
"-drive file=null-co://,id=disk0,if=none,format=raw");