Re: [Qemu-devel] [PATCH v3 02/29] tcg-aarch64: Change all ext variables to bool

2013-09-12 Thread Richard Henderson
On 09/12/2013 01:29 AM, Claudio Fontana wrote: > I see the problem related to the previous patch. > What about continuing to use int in the previous patch, > and replace it with bool in this one? The previous patch would only target > the way ext is set, > and this one would really contain all boo

Re: [Qemu-devel] [PATCH v3 02/29] tcg-aarch64: Change all ext variables to bool

2013-09-12 Thread Claudio Fontana
On 02.09.2013 19:54, Richard Henderson wrote: > Signed-off-by: Richard Henderson > --- > tcg/aarch64/tcg-target.c | 44 ++-- > 1 file changed, 22 insertions(+), 22 deletions(-) > > diff --git a/tcg/aarch64/tcg-target.c b/tcg/aarch64/tcg-target.c > index 5b

[Qemu-devel] [PATCH v3 02/29] tcg-aarch64: Change all ext variables to bool

2013-09-02 Thread Richard Henderson
Signed-off-by: Richard Henderson --- tcg/aarch64/tcg-target.c | 44 ++-- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/tcg/aarch64/tcg-target.c b/tcg/aarch64/tcg-target.c index 5b067fe..bde4c72 100644 --- a/tcg/aarch64/tcg-target.c +++ b/t