On Tue, Nov 1, 2011 at 12:33 PM, Jun Koi wrote:
> On Tue, Nov 1, 2011 at 3:06 PM, Pavel Borzenkov
> wrote:
>> On Tue, Nov 1, 2011 at 7:35 AM, Jun Koi wrote:
>>> This patch explicitly initializes tcg_cpu_thread to NULL in cpus.c
>>> (One code patch in qemu_tcg_init_vcpu() relies on the value of
>
On Tue, Nov 1, 2011 at 3:06 PM, Pavel Borzenkov
wrote:
> On Tue, Nov 1, 2011 at 7:35 AM, Jun Koi wrote:
>> This patch explicitly initializes tcg_cpu_thread to NULL in cpus.c
>> (One code patch in qemu_tcg_init_vcpu() relies on the value of
>> tcg_cpu_thread to create env->thread and so on )
>>
>>
On Tue, Nov 1, 2011 at 7:35 AM, Jun Koi wrote:
> This patch explicitly initializes tcg_cpu_thread to NULL in cpus.c
> (One code patch in qemu_tcg_init_vcpu() relies on the value of
> tcg_cpu_thread to create env->thread and so on )
>
> Signed-off-by: Jun Koi
You don't need to explicitly initiali
This patch explicitly initializes tcg_cpu_thread to NULL in cpus.c
(One code patch in qemu_tcg_init_vcpu() relies on the value of
tcg_cpu_thread to create env->thread and so on )
Signed-off-by: Jun Koi
diff --git a/cpus.c b/cpus.c
index f768683..47feb58 100644
--- a/cpus.c
+++ b/cpus.c
@@ -606,