From: Avi Kivity <avi@qumranet.com>
To: yasker@gmail.com
Cc: kvm@vger.kernel.org, Sheng Yang <sheng.yang@intel.com>
Subject: Re: [PATCH] KVM: MMU: Modify kvm_shadow_walk.entry to accept u64 addr
Date: Mon, 01 Sep 2008 15:03:57 +0300 [thread overview]
Message-ID: <48BBDA2D.50106@qumranet.com> (raw)
In-Reply-To: <48bbd4df.044e6e0a.23f6.5b37@mx.google.com>
yasker@gmail.com wrote:
> From: Sheng Yang <sheng.yang@intel.com>
>
> EPT is 4 level by default in 32pae(48 bits), but the addr parameter
> of kvm_shadow_walk->entry() only accept unsigned long as virtual
> address, which is 32bit in 32pae. This result in SHADOW_PT_INDEX()
> overflow when try to fetch level 4 index.
>
> Fix it by extend kvm_shadow_walk->entry() to accept 64bit addr in
> parameter.
>
Applied, thanks.
--
error compiling committee.c: too many arguments to function
prev parent reply other threads:[~2008-09-01 12:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-01 11:41 [PATCH] KVM: MMU: Modify kvm_shadow_walk.entry to accept u64 addr yasker
2008-09-01 12:03 ` 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=48BBDA2D.50106@qumranet.com \
--to=avi@qumranet.com \
--cc=kvm@vger.kernel.org \
--cc=sheng.yang@intel.com \
--cc=yasker@gmail.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.