Re: [Qemu-devel] [PATCH 0/5] tcg: Fix mmap_lock assertion failure, take 2

2019-07-09 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190709092049.13771-1-richard.hender...@linaro.org/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20190709092049.13771-1-richard.hender...@linaro.org Subject: [Qemu-devel] [PATCH 0/5] tcg

[Qemu-devel] [PATCH 0/5] tcg: Fix mmap_lock assertion failure, take 2

2019-07-09 Thread Richard Henderson
While I could not replicate the failure Peter reported, the apparent root cause -- the old magic fixed page -- should affect other guests as well. In particular, the old arm32 magic fixed page at 0x0f00, and the hppa magic fixed page at 0. In the arm32 and hppa cases that I just mentioned --