Re: [Qemu-devel] Question about the source code.

2015-11-06 Thread Peter Maydell
On 6 November 2015 at 01:27, Toni Nedialkov wrote: > Hello, I have a question pertaining the source code, wondering if I've > discovered a bug or am just simply confused. > > It's about this function in translate-all.c > > static void page_flush_tb(void) > { > int i; > > for (i = 0; i < V_

[Qemu-devel] Question about the source code.

2015-11-05 Thread Toni Nedialkov
Hello, I have a question pertaining the source code, wondering if I've discovered a bug or am just simply confused. It's about this function in translate-all.c static void page_flush_tb(void) { int i; for (i = 0; i < V_L1_SIZE; i++) { page_flush_tb_1(V_L1_SHIFT / V_L2_BITS - 1, l