Re: [Qemu-devel] [PATCH] tci: fix build breakage for target-sparc

2012-10-19 Thread Aurelien Jarno
On Mon, Oct 08, 2012 at 03:45:49PM -0500, Michael Roth wrote: > commit c28ae41 introduced GETPC() usage for sparc, which is currently > not defined when building with --enable-tcg-interpreter. Add sparc to > the list of targets we selectively define GETPC() for. > > Signed-off-by: Michael Roth >

Re: [Qemu-devel] [PATCH] tci: fix build breakage for target-sparc

2012-10-08 Thread Stefan Weil
Am 09.10.2012 00:19, schrieb Richard Henderson: On 10/08/2012 01:45 PM, Michael Roth wrote: /* Alpha and SH4 user mode emulations and Softmmu call GETPC(). For all others, GETPC remains undefined (which makes TCI a little faster. */ -# if defined(CONFIG_SOFTMMU) || defined(TARGET_ALPHA)

Re: [Qemu-devel] [PATCH] tci: fix build breakage for target-sparc

2012-10-08 Thread Richard Henderson
On 10/08/2012 01:45 PM, Michael Roth wrote: > /* Alpha and SH4 user mode emulations and Softmmu call GETPC(). > For all others, GETPC remains undefined (which makes TCI a little faster. > */ > -# if defined(CONFIG_SOFTMMU) || defined(TARGET_ALPHA) || defined(TARGET_SH4) > +# if defined(CONFIG

Re: [Qemu-devel] [PATCH] tci: fix build breakage for target-sparc

2012-10-08 Thread Stefan Weil
Am 08.10.2012 22:45, schrieb Michael Roth: commit c28ae41 introduced GETPC() usage for sparc, which is currently not defined when building with --enable-tcg-interpreter. Add sparc to the list of targets we selectively define GETPC() for. Signed-off-by: Michael Roth --- exec-all.h |3 ++-

[Qemu-devel] [PATCH] tci: fix build breakage for target-sparc

2012-10-08 Thread Michael Roth
commit c28ae41 introduced GETPC() usage for sparc, which is currently not defined when building with --enable-tcg-interpreter. Add sparc to the list of targets we selectively define GETPC() for. Signed-off-by: Michael Roth --- exec-all.h |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)