Re: [Qemu-devel] [PATCH v3 resend 01/11] ARM: Export cpu_env

2013-05-13 Thread Alexander Graf
Am 13.05.2013 um 11:28 schrieb Peter Maydell : > On 13 May 2013 07:57, John Rigby wrote: >> The cpu_env tcg variable will be used by both the AArch32 and AArch64 >> handling code. Unstaticify it, so that both sides can make use of it. >> >> target-arm/translate.c | 2 +- >> target-arm/translate

Re: [Qemu-devel] [PATCH v3 resend 01/11] ARM: Export cpu_env

2013-05-13 Thread Peter Maydell
On 13 May 2013 07:57, John Rigby wrote: > The cpu_env tcg variable will be used by both the AArch32 and AArch64 > handling code. Unstaticify it, so that both sides can make use of it. > > target-arm/translate.c | 2 +- > target-arm/translate.h | 2 ++ > 2 files changed, 3 insertions(+), 1 deletio

[Qemu-devel] [PATCH v3 resend 01/11] ARM: Export cpu_env

2013-05-12 Thread John Rigby
From: Alexander Graf The cpu_env tcg variable will be used by both the AArch32 and AArch64 handling code. Unstaticify it, so that both sides can make use of it. Signed-off-by: Alexander Graf Signed-off-by: John Rigby --- Changes in v3: - None because consensus alternative to non static arm cp