From: David Vrabel <david.vrabel@citrix.com>
To: Jan Beulich <JBeulich@suse.com>
Cc: xen-devel <xen-devel@lists.xenproject.org>, Keir Fraser <keir@xen.org>
Subject: Re: [PATCH] evtchn/fifo: map correct pages when guest is HVM
Date: Fri, 13 Dec 2013 15:06:59 +0000 [thread overview]
Message-ID: <52AB2293.7090306@citrix.com> (raw)
In-Reply-To: <52AB2ED5020000780010D14D@nat28.tlf.novell.com>
On 13/12/13 14:59, Jan Beulich wrote:
>>>> On 13.12.13 at 15:49, David Vrabel <david.vrabel@citrix.com> wrote:
>> --- a/xen/common/event_fifo.c
>> +++ b/xen/common/event_fifo.c
>> @@ -357,7 +357,7 @@ static int map_guest_page(struct domain *d, uint64_t gfn, void **virt)
>> return -EINVAL;
>> }
>>
>> - *virt = map_domain_page_global(gfn);
>> + *virt = map_domain_page_global(page_to_mfn(p));
>
> That's what we have
>
> #define __map_domain_page_global(pg) map_domain_page_global(__page_to_mfn(pg))
>
> for. No need to re-submit, I could adjust this while committing
> unless you mind.
Please do, thanks.
David
next prev parent reply other threads:[~2013-12-13 15:10 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-13 14:49 [PATCH] evtchn/fifo: map correct pages when guest is HVM David Vrabel
2013-12-13 14:59 ` Jan Beulich
2013-12-13 15:06 ` David Vrabel [this message]
2013-12-13 15:10 ` Konrad Rzeszutek Wilk
2013-12-13 15:14 ` David Vrabel
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=52AB2293.7090306@citrix.com \
--to=david.vrabel@citrix.com \
--cc=JBeulich@suse.com \
--cc=keir@xen.org \
--cc=xen-devel@lists.xenproject.org \
/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.