Re: [Qemu-devel] [PATCH v3 40/43] translate-all: use qemu_protect_rwx/none helpers
On 07/19/2017 05:09 PM, Emilio G. Cota wrote: The helpers require the address and size to be page-aligned, so do that before calling them. Signed-off-by: Emilio G. Cota --- accel/tcg/translate-all.c | 61 ++- 1 file changed, 13 insertions(+), 48 del
[Qemu-devel] [PATCH v3 40/43] translate-all: use qemu_protect_rwx/none helpers
The helpers require the address and size to be page-aligned, so do that before calling them. Signed-off-by: Emilio G. Cota --- accel/tcg/translate-all.c | 61 ++- 1 file changed, 13 insertions(+), 48 deletions(-) diff --git a/accel/tcg/translate-all.c