qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC PATCH] docker: Add debian-xtensa-cross image


From: Philippe Mathieu-Daudé
Subject: Re: [Qemu-devel] [RFC PATCH] docker: Add debian-xtensa-cross image
Date: Mon, 25 Jun 2018 14:10:36 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

On 06/25/2018 01:59 PM, Emilio G. Cota wrote:
> On Sat, Jun 23, 2018 at 20:24:09 -0700, Max Filippov wrote:
>> # first bad commit: [0b5c91f74f3c83a36f37740969df8c775c997e69]
>> translate-all: use per-page locking in !user-mode
>>
>> Emilio, could you please take a look? The following test locks up QEMU:
>>
>> qemu-system-xtensa -M sim -cpu dc232b -nographic -semihosting -icount
>> 6  -kernel ./test_mmu.tst
>>
>> test_mmu.tst binary may be found here:
>> http://jcmvbkbc.spb.ru/~dumb/tmp/201806232022/test_mmu.tst
> 
> Thanks for the test case.
> 
> I submitted a patch that fixes this for me--see this thread:
>   https://lists.gnu.org/archive/html/qemu-devel/2018-06/msg07236.html

Thanks, this works :)

Alex nicer test output using:

tests/tcg/xtensa/Makefile.system
 run-%.tst: %.tst
-       $(SIM) $(SIMFLAGS) ./$<
+       $(SIM) -monitor null $(SIMFLAGS) ./$<



reply via email to

[Prev in Thread] Current Thread [Next in Thread]