Re: [Qemu-devel] [PATCH 01/17] tcg: extend max tcg opcodes on 32bit

2011-04-18 Thread Aurelien Jarno
On Fri, Apr 15, 2011 at 05:32:42PM +0200, Alexander Graf wrote: > When running on a 32 bit host, we tend to use more TCG ops than on > a 64 bit host. Reflect that in the reserved opcode amount constant. > > Signed-off-by: Alexander Graf > --- > exec-all.h |4 > 1 files changed, 4 insert

[Qemu-devel] [PATCH 01/17] tcg: extend max tcg opcodes on 32bit

2011-04-15 Thread Alexander Graf
When running on a 32 bit host, we tend to use more TCG ops than on a 64 bit host. Reflect that in the reserved opcode amount constant. Signed-off-by: Alexander Graf --- exec-all.h |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/exec-all.h b/exec-all.h index 496c001..d