From: Michael Tokarev <mjt@tls.msk.ru>
To: Sasha Levin <sasha.levin@oracle.com>
Cc: penberg@kernel.org, will.deacon@arm.com, kvm@vger.kernel.org
Subject: Re: [PATCH] kvm tools: fix boot of guests with more than 4gb of ram
Date: Mon, 24 Jun 2013 14:06:16 +0400 [thread overview]
Message-ID: <51C81A18.4010200@msgid.tls.msk.ru> (raw)
In-Reply-To: <1372037011-19466-1-git-send-email-sasha.levin@oracle.com>
24.06.2013 05:23, Sasha Levin wrote:
> queue = &p9dev->vqs[vq];
> queue->pfn = pfn;
> - p = guest_flat_to_host(kvm, queue->pfn * page_size);
> + p = guest_flat_to_host(kvm, (u64)queue->pfn * page_size);
Maybe it's worth to use a common function for this,
something like guest_queue_to_host(kvm, queue) ?
Thanks,
/mjt
next prev parent reply other threads:[~2013-06-24 10:06 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-24 1:23 [PATCH] kvm tools: fix boot of guests with more than 4gb of ram Sasha Levin
2013-06-24 9:05 ` Will Deacon
2013-06-24 10:06 ` Michael Tokarev [this message]
2013-07-07 15:29 ` Pekka Enberg
2013-06-25 0:58 ` Michael Ellerman
2013-06-25 17:02 ` Sasha Levin
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=51C81A18.4010200@msgid.tls.msk.ru \
--to=mjt@tls.msk.ru \
--cc=kvm@vger.kernel.org \
--cc=penberg@kernel.org \
--cc=sasha.levin@oracle.com \
--cc=will.deacon@arm.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.