Re: [Qemu-devel] [PATCH] tcg: Remove redundant declarations of TCG_TARGET_REG_BITS

2011-12-08 Thread Stuart Brady
On Thu, Dec 08, 2011 at 08:19:45AM +0100, Stefan Weil wrote: > Am 08.12.2011 08:03, schrieb 陳韋任: > >On Wed, Dec 07, 2011 at 11:31:46PM +0100, Stefan Weil wrote: > >>TCG_TARGET_REG_BITS is declared in tcg.h for all TCG targets. > > > >Just want to make sure. When we talk about target in TCG, that >

Re: [Qemu-devel] [PATCH] tcg: Remove redundant declarations of TCG_TARGET_REG_BITS

2011-12-07 Thread Stefan Weil
Am 08.12.2011 08:03, schrieb 陳韋任: On Wed, Dec 07, 2011 at 11:31:46PM +0100, Stefan Weil wrote: TCG_TARGET_REG_BITS is declared in tcg.h for all TCG targets. Just want to make sure. When we talk about target in TCG, that _always_ means the host, right? Regards, chenwj Yes. See file tcg/REA

Re: [Qemu-devel] [PATCH] tcg: Remove redundant declarations of TCG_TARGET_REG_BITS

2011-12-07 Thread 陳韋任
On Wed, Dec 07, 2011 at 11:31:46PM +0100, Stefan Weil wrote: > TCG_TARGET_REG_BITS is declared in tcg.h for all TCG targets. Just want to make sure. When we talk about target in TCG, that _always_ means the host, right? Regards, chenwj -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute of

[Qemu-devel] [PATCH] tcg: Remove redundant declarations of TCG_TARGET_REG_BITS

2011-12-07 Thread Stefan Weil
TCG_TARGET_REG_BITS is declared in tcg.h for all TCG targets. Signed-off-by: Stefan Weil --- tcg/i386/tcg-target.h |5 - 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/tcg/i386/tcg-target.h b/tcg/i386/tcg-target.h index 7756e7b..adbb036 100644 --- a/tcg/i386/tcg-target.h