From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753051Ab0CBBMx (ORCPT ); Mon, 1 Mar 2010 20:12:53 -0500 Received: from mga05.intel.com ([192.55.52.89]:60945 "EHLO fmsmga101.fm.intel.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753009Ab0CBBMu (ORCPT ); Mon, 1 Mar 2010 20:12:50 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.49,563,1262592000"; d="scan'208";a="777061407" From: Sheng Yang Organization: Intel Opensource Technology Center To: Konrad Rzeszutek Wilk Subject: Re: [LKML] [PATCH 7/7] xen: Enable grant table and xenbus for PV extension of HVM Date: Tue, 2 Mar 2010 09:13:35 +0800 User-Agent: KMail/1.12.2 (Linux/2.6.31-19-generic; KDE/4.3.2; x86_64; ; ) Cc: Keir Fraser , Jeremy Fitzhardinge , Ian Pratt , Ian Campbell , Stefano Stabellini , "xen-devel" , linux-kernel@vger.kernel.org References: <1267436315-24486-1-git-send-email-sheng@linux.intel.com> <1267436315-24486-8-git-send-email-sheng@linux.intel.com> <20100301173858.GJ7881@phenom.dumpdata.com> In-Reply-To: <20100301173858.GJ7881@phenom.dumpdata.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201003020913.36087.sheng@linux.intel.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday 02 March 2010 01:38:58 Konrad Rzeszutek Wilk wrote: > > +/* The region reserved by QEmu for Xen platform device */ > > +#define GNTTAB_START 0xf2000000ul > > +#define GNTTAB_SIZE 0x20000ul > > I thought that in the earlier review you said: > > "> > +#define GNTTAB_START 0xfbfe0000ul > > > > +#define GNTTAB_SIZE 0x20000ul > > > > Is it possible that there would be a PCI device that would be > > passed in the guest that would conflict with the above mentioned > > E820 region? > > I would change them to a dedicated PCI MMIO address in the next version. > Thanks. > Oops... Thanks for reminder. :) -- regards Yang, Sheng