Re: [Qemu-devel] [PATCH v2 05/13] include/processor.h: define cpu_relax()

2016-04-08 Thread Richard Henderson
On 04/07/2016 10:32 AM, Emilio G. Cota wrote: > Taken from the linux kernel. > > Signed-off-by: Emilio G. Cota > --- > include/qemu/processor.h | 28 > 1 file changed, 28 insertions(+) > create mode 100644 include/qemu/processor.h Reviewed-by: Richard Henderson

[Qemu-devel] [PATCH v2 05/13] include/processor.h: define cpu_relax()

2016-04-07 Thread Emilio G. Cota
Taken from the linux kernel. 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.h new file mode 100644 index 00