Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1503181

Re: [Xen-devel] [PATCH 6/8] xen/pvh: Initialize grant table for PVH guests

From Juergen Gross <jgross@suse.com>
Newsgroups linux.kernel
Subject Re: [Xen-devel] [PATCH 6/8] xen/pvh: Initialize grant table for PVH guests
Date 2016-10-18 18:10 +0200
Message-ID <stF7I-42I-39@gated-at.bofh.it> (permalink)
References (1 earlier) <ssffk-4Pd-15@gated-at.bofh.it> <ssgl3-5wE-3@gated-at.bofh.it> <ssgEp-5Iq-5@gated-at.bofh.it> <ssgOa-5LV-3@gated-at.bofh.it> <ssgXL-64U-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 14/10/16 22:02, Boris Ostrovsky wrote:
> On 10/14/2016 03:51 PM, Konrad Rzeszutek Wilk wrote:
>> On Fri, Oct 14, 2016 at 03:43:19PM -0400, Boris Ostrovsky wrote:
>>> On 10/14/2016 03:19 PM, Konrad Rzeszutek Wilk wrote:
>>>> On Fri, Oct 14, 2016 at 02:05:16PM -0400, Boris Ostrovsky wrote:
>>>>
>>>> Perhaps add in here:
>>>>
>>>> PVH is like PV in that there are no PCI devices - which HVM
>>>> code would piggyback on to find the Xen PCI platform device and
>>>> use its MMIO space to stash the grants in.
>>>>
>>>> For PVH we balloon out memory and stash the grants in there.
>>>>
>>>> (Which begs the next question - where and when do we balloon out the
>>>> normal memory back in?)
>>> Are you saying that we should get back memory that we gave to grant tables?
>> Yes.
>>
>> In pure HVM that area is MMIO - which hvmloader has balloonned out.
>>
>> The hvmloader then balloons that number of pages back  at the end of
>> guest memory (after 4GB).
> 
> We don't do this for PV though, do we?

Uuh, kind of. We try to allocate granted pages from the ballooned area.
See gnttab_alloc_pages().

So for PV(H) we don't need to balloon this memory back in as it was
never shadowed by a grant.


Juergen

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 6/8] xen/pvh: Initialize grant table for PVH guests Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2016-10-14 20:20 +0200
  Re: [Xen-devel] [PATCH 6/8] xen/pvh: Initialize grant table for PVH  guests Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> - 2016-10-14 21:30 +0200
    Re: [Xen-devel] [PATCH 6/8] xen/pvh: Initialize grant table for PVH  guests Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2016-10-14 21:50 +0200
      Re: [Xen-devel] [PATCH 6/8] xen/pvh: Initialize grant table for PVH  guests Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> - 2016-10-14 22:00 +0200
        Re: [Xen-devel] [PATCH 6/8] xen/pvh: Initialize grant table for PVH  guests Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2016-10-14 22:10 +0200
          Re: [Xen-devel] [PATCH 6/8] xen/pvh: Initialize grant table for PVH  guests Juergen Gross <jgross@suse.com> - 2016-10-18 18:10 +0200
            Re: [Xen-devel] [PATCH 6/8] xen/pvh: Initialize grant table for PVH  guests Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2016-10-18 18:40 +0200
              Re: [Xen-devel] [PATCH 6/8] xen/pvh: Initialize grant table for PVH  guests Juergen Gross <jgross@suse.com> - 2016-10-19 07:50 +0200

csiph-web