Re: [Qemu-devel] [PATCH v2 00/12] target/arm: Implement ARMv8.5-BTI

2019-02-04 Thread Peter Maydell
On Mon, 28 Jan 2019 at 22:31, Richard Henderson wrote: > > The branch target identification extension does not yet have > kernel or gcc support. It should be in shape for developing > those though. > > In system mode I do honor the GP bit from the page tables. > In user-only mode, there is a way

Re: [Qemu-devel] [PATCH v2 00/12] target/arm: Implement ARMv8.5-BTI

2019-01-31 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190128223118.5255-1-richard.hender...@linaro.org/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PATCH v2 00/12] target/arm: Implement ARMv8.5-BTI Type: series Message-id

Re: [Qemu-devel] [PATCH v2 00/12] target/arm: Implement ARMv8.5-BTI

2019-01-31 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190128223118.5255-1-richard.hender...@linaro.org/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PATCH v2 00/12] target/arm: Implement ARMv8.5-BTI Message-id: 20190128223118.5255

Re: [Qemu-devel] [PATCH v2 00/12] target/arm: Implement ARMv8.5-BTI

2019-01-31 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190128223118.5255-1-richard.hender...@linaro.org/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PATCH v2 00/12] target/arm: Implement ARMv8.5-BTI Type: series Message-id

Re: [Qemu-devel] [PATCH v2 00/12] target/arm: Implement ARMv8.5-BTI

2019-01-31 Thread no-reply
v2 00/12] target/arm: Implement ARMv8.5-BTI === TEST SCRIPT BEGIN === #!/bin/bash git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback base.. === TEST SCRIPT END === Updating

Re: [Qemu-devel] [PATCH v2 00/12] target/arm: Implement ARMv8.5-BTI

2019-01-31 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190128223118.5255-1-richard.hender...@linaro.org/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PATCH v2 00/12] target/arm: Implement ARMv8.5-BTI Type: series Message-id

[Qemu-devel] [PATCH v2 00/12] target/arm: Implement ARMv8.5-BTI

2019-01-28 Thread Richard Henderson
The branch target identification extension does not yet have kernel or gcc support. It should be in shape for developing those though. In system mode I do honor the GP bit from the page tables. In user-only mode, there is a way to pretend that the GP bit is always set. Further linux-user