Re: [Qemu-devel] [PATCH 1/2] exec: do not use qemu/tls.h

2013-07-01 Thread Andreas Färber
Am 01.07.2013 11:35, schrieb Stefan Hajnoczi: > From: Paolo Bonzini > > The next patch will change qemu/tls.h to support more platforms, but at > some performance cost. Declare cpu_single_env directly instead of using > the tls.h abstractions. > > Signed-off-by: Paolo Bonzini > --- > exec.c

Re: [Qemu-devel] [PATCH 1/2] exec: do not use qemu/tls.h

2013-07-01 Thread Paolo Bonzini
Il 01/07/2013 11:51, Peter Maydell ha scritto: > On 1 July 2013 10:35, Stefan Hajnoczi wrote: >> From: Paolo Bonzini >> >> The next patch will change qemu/tls.h to support more platforms, but at >> some performance cost. Declare cpu_single_env directly instead of using >> the tls.h abstractions.

Re: [Qemu-devel] [PATCH 1/2] exec: do not use qemu/tls.h

2013-07-01 Thread Peter Maydell
On 1 July 2013 10:35, Stefan Hajnoczi wrote: > From: Paolo Bonzini > > The next patch will change qemu/tls.h to support more platforms, but at > some performance cost. Declare cpu_single_env directly instead of using > the tls.h abstractions. > > Signed-off-by: Paolo Bonzini > --- > exec.c

[Qemu-devel] [PATCH 1/2] exec: do not use qemu/tls.h

2013-07-01 Thread Stefan Hajnoczi
From: Paolo Bonzini The next patch will change qemu/tls.h to support more platforms, but at some performance cost. Declare cpu_single_env directly instead of using the tls.h abstractions. Signed-off-by: Paolo Bonzini --- exec.c | 10 -- include/exec/cpu-all.h | 14