Re: [Qemu-devel] [PATCH v5] tcg-aarch64: Properly detect SIGSEGV writes

2014-04-16 Thread Alex Bennée
Richard Henderson writes: > Since the kernel doesn't pass any info on the reason for the fault, > disassemble the instruction to detect a store. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée

Re: [Qemu-devel] [PATCH v5] tcg-aarch64: Properly detect SIGSEGV writes

2014-04-16 Thread Claudio Fontana
On 16.04.2014 17:14, Richard Henderson wrote: > Since the kernel doesn't pass any info on the reason for the fault, > disassemble the instruction to detect a store. > > Signed-off-by: Richard Henderson > --- > > Rather than spam the rest of the reviewed patch series to the list, > I'm just sendi

[Qemu-devel] [PATCH v5] tcg-aarch64: Properly detect SIGSEGV writes

2014-04-16 Thread Richard Henderson
Since the kernel doesn't pass any info on the reason for the fault, disassemble the instruction to detect a store. Signed-off-by: Richard Henderson --- Rather than spam the rest of the reviewed patch series to the list, I'm just sending the update of the one patch that had issues. >From v4, Cla