Re: [Qemu-devel] Question about tlb_flush

2012-01-17 Thread 陳韋任
On Fri, Jan 13, 2012 at 11:57:36AM +0800, 陳韋任 wrote: > Hi all, > > When I looked at function tlb_flush (exec.c), I found its > second parameter "flush_global" is never used. In tlb_flush > comment, it says > > if flush_global is true, also flush global entries (not > implemented yet) > > D

[Qemu-devel] Question about tlb_flush

2012-01-12 Thread 陳韋任
Hi all, When I looked at function tlb_flush (exec.c), I found its second parameter "flush_global" is never used. In tlb_flush comment, it says if flush_global is true, also flush global entries (not implemented yet) Does anyone know what the global entries are? Thanks. Regards, chenwj --