[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PULL 22/26] target/aarch64: optimize indirect branches
From: |
Alex Bennée |
Subject: |
Re: [Qemu-devel] [PULL 22/26] target/aarch64: optimize indirect branches |
Date: |
Thu, 08 Jun 2017 09:38:32 +0100 |
User-agent: |
mu4e 0.9.19; emacs 25.2.50.3 |
Richard Henderson <address@hidden> writes:
> On 06/07/2017 07:11 AM, Alex Bennée wrote:
>>
>> Richard Henderson <address@hidden> writes:
>>
>>> From: "Emilio G. Cota" <address@hidden>
>>>
>>> Measurements:
>>>
>>> [Baseline performance is that before applying this and the previous
>>> commit]
>>
>> Sadly this has regressed my qemu-system-aarch64 EL2 run. It was slightly
>> masked by an unrelated assertion breakage which I had to fix. However
>> with this patch my boot hangs spinning all 4 threads. Once reverted
>> things work again.
>>
>> My command line:
>>
>> timeout -k 1s --foreground 120s ./aarch64-softmmu/qemu-system-aarch64
>> -machine type=virt -display none -m 4096 -cpu cortex-a57 -serial mon:stdio
>> -netdev user,id=unet -device virtio-net-device,netdev=unet -drive
>> file=/home/alex/lsrc/qemu/images/jessie-arm64.qcow2,id=myblock,index=0,if=none
>> -device virtio-blk-device,drive=myblock -append "console=ttyAMA0
>> root=/dev/vda1 systemd.unit=benchmark.service" -kernel
>> /home/alex/lsrc/qemu/images/aarch64-current-linux-kernel-only.img -smp 4
>> -machine gic-version=3 -machine virtualization=true -name debug-threads=on
>
> If you ignore the timeout, does it complete eventually?
It seems to hang indefinitely. The difference is between no output and
the usual kernel output.
> It may not be the same thing, but that pull left out the final patch
> for target/alpha that enabled goto_ptr. But as I hadn't seen a
> similar problem with other guests, I was assuming that the problem was
> in hw/alpha/, or some other bit of the interrupt chain.
Given output is being suppressed I wonder if there is some funkyness
with IRQs going on here?
>
>
> r~
--
Alex Bennée
- [Qemu-devel] [PULL 23/26] target/mips: optimize cross-page direct jumps in softmmu, (continued)
- [Qemu-devel] [PULL 23/26] target/mips: optimize cross-page direct jumps in softmmu, Richard Henderson, 2017/06/05
- [Qemu-devel] [PULL 24/26] target/mips: optimize indirect branches, Richard Henderson, 2017/06/05
- [Qemu-devel] [PULL 22/26] target/aarch64: optimize indirect branches, Richard Henderson, 2017/06/05
- Re: [Qemu-devel] [PULL 22/26] target/aarch64: optimize indirect branches, Alex Bennée, 2017/06/07
- Re: [Qemu-devel] [PULL 22/26] target/aarch64: optimize indirect branches, Alex Bennée, 2017/06/07
- Re: [Qemu-devel] [PULL 22/26] target/aarch64: optimize indirect branches, Alex Bennée, 2017/06/07
- Re: [Qemu-devel] [PULL 22/26] target/aarch64: optimize indirect branches, Alex Bennée, 2017/06/07
- Re: [Qemu-devel] [PULL 22/26] target/aarch64: optimize indirect branches, Emilio G. Cota, 2017/06/07
- Re: [Qemu-devel] [PULL 22/26] target/aarch64: optimize indirect branches, Alex Bennée, 2017/06/08
- Re: [Qemu-devel] [PULL 22/26] target/aarch64: optimize indirect branches, Richard Henderson, 2017/06/07
- Re: [Qemu-devel] [PULL 22/26] target/aarch64: optimize indirect branches,
Alex Bennée <=
- [Qemu-devel] [PULL 25/26] target/alpha: Implement WTINT inline, Richard Henderson, 2017/06/05
- [Qemu-devel] [PULL 26/26] target/alpha: Use goto_tb for fallthru between TBs, Richard Henderson, 2017/06/05
- Re: [Qemu-devel] [PULL 00/26] tcg queued patches, Peter Maydell, 2017/06/06