From: Aron Griffis <aron@hp.com>
To: "Xu, Anthony" <anthony.xu@intel.com>
Cc: xen-devel@lists.xensource.com,
xen-ia64-devel <xen-ia64-devel@lists.xensource.com>
Subject: Re: [HVM][IPF][PATCH] A small fix about guest 3G memory
Date: Wed, 15 Nov 2006 16:04:35 -0500 [thread overview]
Message-ID: <20061115210435.GD31802@fc.hp.com> (raw)
In-Reply-To: <51CFAB8CB6883745AE7B93B3E084EBE207DD31@pdsmsx412.ccr.corp.intel.com>
Nice catch.
Xu, Anthony wrote: [Tue Nov 14 2006, 03:30:59AM EST]
> - for (i = 0 ; i < MEM_G >> PAGE_SHIFT; i++)
> - page_array[MMIO_START >> PAGE_SHIFT + i] =
> - page_array[IO_PAGE_START >> PAGE_SHIFT + 1];
> + for (i = 0 ; i < (MEM_G >> PAGE_SHIFT); i++)
> + page_array[(MMIO_START >> PAGE_SHIFT) + i] =
> + page_array[(IO_PAGE_START >> PAGE_SHIFT) + 1];
prev parent reply other threads:[~2006-11-15 21:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-14 8:30 [HVM][IPF][PATCH] A small fix about guest 3G memory Xu, Anthony
2006-11-15 21:04 ` Aron Griffis [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=20061115210435.GD31802@fc.hp.com \
--to=aron@hp.com \
--cc=anthony.xu@intel.com \
--cc=xen-devel@lists.xensource.com \
--cc=xen-ia64-devel@lists.xensource.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.