qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Qemu - compiling error in tcg.c - flush_icache_range


From: Mulyadi Santosa
Subject: Re: [Qemu-devel] Qemu - compiling error in tcg.c - flush_icache_range
Date: Sun, 2 Oct 2011 14:28:57 +0700

Hi... :)

On Sun, Oct 2, 2011 at 05:44, Maurizio Caloro <address@hidden> wrote:
>
> i was trying with this code that i found with googling but without any success
>
>>tcg.c
>>    /* return tcg_gen_code_common(s, gen_code_buf, offset); */
>>    int ret;
>>    ret = tcg_gen_code_common(s, gen_code_buf, offset);
>>    /* flush instruction cache */
>>    flush_icache_range((unsigned long)gen_code_buf,
>>                      ((unsigned long)s->code_ptr);
>>    return ret;
>>    }

IIRC, that's the part of patch series....or maybe just a single patch
.... against latest Qemu git....so, are you sure you are applying that
patch correctly? or pull straight from qemu git repository?

-- 
regards,

Mulyadi Santosa
Freelance Linux trainer and consultant

blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]