Re: [Qemu-devel] [PATCH v3 4/6] target/s390x: Implement LOAD PAIR DISJOINT

2017-05-10 Thread Aurelien Jarno
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

Re: [Qemu-devel] [PATCH v3 4/6] target/s390x: Implement LOAD PAIR DISJOINT

2017-05-10 Thread Richard Henderson
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

Re: [Qemu-devel] [PATCH v3 4/6] target/s390x: Implement LOAD PAIR DISJOINT

2017-05-10 Thread Éric Bischoff
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

Re: [Qemu-devel] [PATCH v3 4/6] target/s390x: Implement LOAD PAIR DISJOINT

2017-05-10 Thread Aurelien Jarno
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 > ---

[Qemu-devel] [PATCH v3 4/6] target/s390x: Implement LOAD PAIR DISJOINT

2017-05-09 Thread 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.