Re: [Qemu-devel] [PATCH] tcg: assert last byte is in guest space

2019-02-08 Thread Richard Henderson
On 2/8/19 8:37 AM, Rémi Denis-Courmont wrote: > Rather than assert that the first byte of a checked range is within the > guest address space, assert that the last byte is. The assertion is > moved past the overflow check to ensure that the last byte is actually > the one with the highest address.

Re: [Qemu-devel] [PATCH] tcg: assert last byte is in guest space

2019-02-08 Thread Richard Henderson
On 2/8/19 10:32 AM, Rémi Denis-Courmont wrote: > Le perjantaina 8. helmikuuta 2019, 20.12.13 EET Richard Henderson a écrit : >> On 2/8/19 8:37 AM, Rémi Denis-Courmont wrote: >>> Rather than assert that the first byte of a checked range is within the >>> guest address space, assert that the last byt