On 2017-05-10 10:43, Richard Henderson wrote:
> On 05/10/2017 10:13 AM, Éric Bischoff wrote:
> > Le mercredi 10 mai 2017, 12:16:20 Aurelien Jarno a écrit :
> > > > +/* In a parallel context, stop the world and single step. */
> > > > +if (parallel_cpus) {
> > > > +potential_page_fa
On 05/10/2017 10:13 AM, Éric Bischoff wrote:
Le mercredi 10 mai 2017, 12:16:20 Aurelien Jarno a écrit :
+/* In a parallel context, stop the world and single step. */
+if (parallel_cpus) {
+potential_page_fault(s);
+gen_helper_exit_atomic(cpu_env);
+return EXIT_NO
Le mercredi 10 mai 2017, 12:16:20 Aurelien Jarno a écrit :
> > +/* In a parallel context, stop the world and single step. */
> > +if (parallel_cpus) {
> > +potential_page_fault(s);
> > +gen_helper_exit_atomic(cpu_env);
> > +return EXIT_NORETURN;
> > +}
>
> One
On 2017-05-09 11:07, Richard Henderson wrote:
> From: Eric Bischoff
>
> Reviewed-by: Aurelien Jarno
> Signed-off-by: Eric Bischoff
> Message-Id: <20170228120134.7921-1-ebisch...@suse.com>
> [rth: Combine the two via insn->data; free the address temps.]
> Signed-off-by: Richard Henderson
> ---
From: Eric Bischoff
Reviewed-by: Aurelien Jarno
Signed-off-by: Eric Bischoff
Message-Id: <20170228120134.7921-1-ebisch...@suse.com>
[rth: Combine the two via insn->data; free the address temps.]
Signed-off-by: Richard Henderson
---
target/s390x/insn-data.def | 4 +++-
target/s390x/translate.