Re: [Qemu-devel] [PATCH v3 04/11] include/processor.h: define cpu_relax()

2016-04-22 Thread Alex Bennée
Emilio G. Cota writes: > Taken from the linux kernel. > > Reviewed-by: Richard Henderson > Signed-off-by: Emilio G. Cota License header notwithstanding: Reviewed-by: Alex Bennée > --- > include/qemu/processor.h | 28 > 1 file changed, 28 insertions(+) > crea

Re: [Qemu-devel] [PATCH v3 04/11] include/processor.h: define cpu_relax()

2016-04-20 Thread Peter Maydell
On 20 April 2016 at 18:16, Emilio G. Cota wrote: > On Wed, Apr 20, 2016 at 14:15:41 +0200, KONRAD Frederic wrote: >> Le 20/04/2016 01:07, Emilio G. Cota a écrit : >> >Taken from the linux kernel. >> > >> >Reviewed-by: Richard Henderson >> >Signed-off-by: Emilio G. Cota >> >--- >> > include/qemu

Re: [Qemu-devel] [PATCH v3 04/11] include/processor.h: define cpu_relax()

2016-04-20 Thread Emilio G. Cota
On Wed, Apr 20, 2016 at 14:15:41 +0200, KONRAD Frederic wrote: > Le 20/04/2016 01:07, Emilio G. Cota a écrit : > >Taken from the linux kernel. > > > >Reviewed-by: Richard Henderson > >Signed-off-by: Emilio G. Cota > >--- > > include/qemu/processor.h | 28 > > 1 file

Re: [Qemu-devel] [PATCH v3 04/11] include/processor.h: define cpu_relax()

2016-04-20 Thread KONRAD Frederic
Le 20/04/2016 01:07, Emilio G. Cota a écrit : Taken from the linux kernel. Reviewed-by: Richard Henderson Signed-off-by: Emilio G. Cota --- include/qemu/processor.h | 28 1 file changed, 28 insertions(+) create mode 100644 include/qemu/processor.h diff --gi

[Qemu-devel] [PATCH v3 04/11] include/processor.h: define cpu_relax()

2016-04-19 Thread Emilio G. Cota
Taken from the linux kernel. Reviewed-by: Richard Henderson Signed-off-by: Emilio G. Cota --- include/qemu/processor.h | 28 1 file changed, 28 insertions(+) create mode 100644 include/qemu/processor.h diff --git a/include/qemu/processor.h b/include/qemu/processor