From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756516AbcBBQtw (ORCPT ); Tue, 2 Feb 2016 11:49:52 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:23940 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754154AbcBBQtu (ORCPT ); Tue, 2 Feb 2016 11:49:50 -0500 Subject: Re: [Xen-devel] [PATCH v2 04/11] xen/hvmlite: Allow HVMlite guests delay initializing grant table To: David Vrabel , konrad.wilk@oracle.com References: <1454341137-14110-1-git-send-email-boris.ostrovsky@oracle.com> <1454341137-14110-5-git-send-email-boris.ostrovsky@oracle.com> <56B0D596.4050301@citrix.com> Cc: xen-devel@lists.xenproject.org, mcgrof@suse.com, linux-kernel@vger.kernel.org, roger.pau@citrix.com From: Boris Ostrovsky Message-ID: <56B0DE2E.9030006@oracle.com> Date: Tue, 2 Feb 2016 11:49:50 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <56B0D596.4050301@citrix.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: userv0022.oracle.com [156.151.31.74] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/02/2016 11:13 AM, David Vrabel wrote: > On 01/02/16 15:38, Boris Ostrovsky wrote: >> .. just like we currently do for PVH guests > I think this description is wrong. In the HVM guess the grant table > initialization is delayed, but here we want to do it immediately (since > we may have no platform PCI device to trigger it otherwise). Yes, it's wrong. I'll re-word it. -boris