From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44017) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gaOEQ-0002Y2-Pr for qemu-devel@nongnu.org; Fri, 21 Dec 2018 12:05:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gaOEM-00078y-PE for qemu-devel@nongnu.org; Fri, 21 Dec 2018 12:05:02 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57854) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gaOEJ-0006ze-Lo for qemu-devel@nongnu.org; Fri, 21 Dec 2018 12:04:56 -0500 Date: Fri, 21 Dec 2018 12:04:49 -0500 From: "Michael S. Tsirkin" Message-ID: <20181221120320-mutt-send-email-mst@kernel.org> References: <1544619939-18102-1-git-send-email-yu.c.zhang@linux.intel.com> <1544619939-18102-2-git-send-email-yu.c.zhang@linux.intel.com> <20181217141740.16ccfaa1@Igors-MacBook-Pro.local> <20181218092723.yhaerzm4vlzgef65@linux.intel.com> <20181218155536.2b35a037@Igors-MacBook-Pro.local> <20181219025717.6m72hq73p2haexkv@linux.intel.com> <20181219114037.5550a562@redhat.com> <20181220211801.GR19442@habkost.net> <20181221151325.39b64733@redhat.com> <20181221160944.65c5skjhkel3of7y@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181221160944.65c5skjhkel3of7y@linux.intel.com> Subject: Re: [Qemu-devel] [PATCH v3 1/2] intel-iommu: differentiate host address width from IOVA address width. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Yu Zhang Cc: Igor Mammedov , Eduardo Habkost , qemu-devel@nongnu.org, Peter Xu , Paolo Bonzini , Richard Henderson On Sat, Dec 22, 2018 at 12:09:44AM +0800, Yu Zhang wrote: > Well, my understanding of the vt-d spec is that the address limitation in > DMAR are referring to the same concept of CPUID.MAXPHYSADDR. I do not think > there's any different in the native scenario. :) I think native machines exist on which the two values are different. Is that true?