Re: [Qemu-devel] [PATCH v4] implementing victim TLB for QEMU system emulated TLB

2014-02-12 Thread Peter Maydell
On 3 February 2014 15:18, Xin Tong wrote: > This patch adds a victim TLB to the QEMU system mode TLB. > @@ -264,8 +286,15 @@ void tlb_set_page(CPUArchState *env, target_ulong vaddr, > prot, &address); > > index = (vaddr >> TARGET_PAGE_BITS) & (CPU

Re: [Qemu-devel] [PATCH v4] implementing victim TLB for QEMU system emulated TLB

2014-02-07 Thread Xin Tong
can anyone provide further review to this patch please ? Thank you, Xin On Mon, Feb 3, 2014 at 9:50 AM, Eric Blake wrote: > On 02/03/2014 08:18 AM, Xin Tong wrote: >> This patch adds a victim TLB to the QEMU system mode TLB. >> >> Changes from PATCH v3. >> 1. updated measurements - performance i

Re: [Qemu-devel] [PATCH v4] implementing victim TLB for QEMU system emulated TLB

2014-02-03 Thread Eric Blake
On 02/03/2014 08:18 AM, Xin Tong wrote: > This patch adds a victim TLB to the QEMU system mode TLB. > > Changes from PATCH v3. > 1. updated measurements - performance improvement is now calculated over 3 > runs. > 2. fix code as discussed on the qemu mailing list. Th paragraph above should be mo

[Qemu-devel] [PATCH v4] implementing victim TLB for QEMU system emulated TLB

2014-02-03 Thread Xin Tong
This patch adds a victim TLB to the QEMU system mode TLB. Changes from PATCH v3. 1. updated measurements - performance improvement is now calculated over 3 runs. 2. fix code as discussed on the qemu mailing list. QEMU system mode page table walks are expensive. Taken by running QEMU qemu-system-x