Re: [PATCH 0/2] Faster MMU lookups for Book3s v3

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Avi Kivity
Date: Thursday, July 1, 2010 - 1:40 am

On 07/01/2010 11:18 AM, Alexander Graf wrote:

x86 loops through the reverse-map link list rooted at the memory slot.  
The linked list links all sptes for a single hva.

So, it's like you describe, except it's an array of lists instead of a 
single list.  We need per-page rmap lists to be able to remove a page's 
sptes in response to an mmu notifier callback, and to be able to write 
protect a guest page if it's used as a page table.

-- 
error compiling committee.c: too many arguments to function

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/2] Faster MMU lookups for Book3s v3, Alexander Graf, (Wed Jun 30, 6:18 am)
[PATCH 2/2] KVM: PPC: Make use of hash based Shadow MMU, Alexander Graf, (Wed Jun 30, 6:18 am)
Re: [PATCH 0/2] Faster MMU lookups for Book3s v3, Avi Kivity, (Thu Jul 1, 12:29 am)
Re: [PATCH 0/2] Faster MMU lookups for Book3s v3, Alexander Graf, (Thu Jul 1, 1:18 am)
Re: [PATCH 0/2] Faster MMU lookups for Book3s v3, Avi Kivity, (Thu Jul 1, 1:40 am)
Re: [PATCH 0/2] Faster MMU lookups for Book3s v3, Alexander Graf, (Thu Jul 1, 3:00 am)
Re: [PATCH 0/2] Faster MMU lookups for Book3s v3, Avi Kivity, (Thu Jul 1, 4:14 am)
Re: [PATCH 0/2] Faster MMU lookups for Book3s v3, Alexander Graf, (Thu Jul 1, 5:28 am)
Re: [PATCH 0/2] Faster MMU lookups for Book3s v3, Avi Kivity, (Thu Jul 1, 5:43 am)
Re: [PATCH 0/2] Faster MMU lookups for Book3s v3, Alexander Graf, (Thu Jul 1, 5:52 am)
Re: [PATCH 0/2] Faster MMU lookups for Book3s v3, Avi Kivity, (Thu Jul 1, 6:42 am)
Re: [PATCH 0/2] Faster MMU lookups for Book3s v3, Marcelo Tosatti, (Thu Jul 1, 8:40 am)
Re: [PATCH 0/2] Faster MMU lookups for Book3s v3, Benjamin Herrenschmidt, (Thu Jul 1, 7:50 pm)
Re: [PATCH 0/2] Faster MMU lookups for Book3s v3, Benjamin Herrenschmidt, (Thu Jul 1, 7:54 pm)