All of lore.kernel.org
 help / color / mirror / Atom feed
From: Avi Kivity <avi@redhat.com>
To: Marcelo Tosatti <mtosatti@redhat.com>
Cc: kvm-devel <kvm@vger.kernel.org>
Subject: Re: KVM: MMU: drop zeroing on mmu_memory_cache_alloc
Date: Sun, 11 Jan 2009 09:14:36 +0200	[thread overview]
Message-ID: <49699C5C.9000106@redhat.com> (raw)
In-Reply-To: <20090108194419.GA8176@amt.cnet>

Marcelo Tosatti wrote:
> Zeroing on mmu_memory_cache_alloc is unnecessary since:
>
> - Smaller areas are pre-allocated with kmem_cache_zalloc.
> - Page pointed by ->spt is overwritten with prefetch_page 
>   and entries in page pointed by ->gfns are initialized 
>   before reading.
>
> [avi: zeroing pages is unnecessary]
>
>   

Applied, thanks.

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


      reply	other threads:[~2009-01-11  7:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-08 19:44 KVM: MMU: drop zeroing on mmu_memory_cache_alloc Marcelo Tosatti
2009-01-11  7:14 ` Avi Kivity [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49699C5C.9000106@redhat.com \
    --to=avi@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=mtosatti@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.