Re: [PATCH] qtest/fuzz-lsi53c895a-test: set guest RAM to 2G

2022-09-02 Thread Bin Meng
On Fri, Sep 2, 2022 at 9:39 PM Mauro Matteo Cascella wrote: > > 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 > Signed-off-by: Mauro Matteo Cascella > --- > tests/qtest/fuzz-

Re: [PATCH] qtest/fuzz-lsi53c895a-test: set guest RAM to 2G

2022-09-02 Thread Alexander Bulekov
On 220902 1538, Mauro Matteo Cascella wrote: > 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 > Signed-off-by: Mauro Matteo Cascella > --- > tests/qtest/fuzz-lsi53c895a-test.c

Re: [PATCH] qtest/fuzz-lsi53c895a-test: set guest RAM to 2G

2022-09-02 Thread Philippe Mathieu-Daudé via
On 2/9/22 15:38, Mauro Matteo Cascella wrote: 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 Signed-off-by: Mauro Matteo Cascella --- tests/qtest/fuzz-lsi53c895a-test.c | 2 +-

[PATCH] qtest/fuzz-lsi53c895a-test: set guest RAM to 2G

2022-09-02 Thread Mauro Matteo Cascella
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 Signed-off-by: Mauro Matteo Cascella --- tests/qtest/fuzz-lsi53c895a-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif