From owner-freebsd-current@FreeBSD.ORG Fri Feb 14 01:49:35 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AA334FF; Fri, 14 Feb 2014 01:49:35 +0000 (UTC) Received: from SMTP02.CITRIX.COM (smtp02.citrix.com [66.165.176.63]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 37AC61BAF; Fri, 14 Feb 2014 01:49:33 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.95,842,1384300800"; d="scan'208";a="100661686" Received: from accessns.citrite.net (HELO FTLPEX01CL01.citrite.net) ([10.9.154.239]) by FTLPIPO02.CITRIX.COM with ESMTP; 14 Feb 2014 01:49:25 +0000 Received: from AMSPEX01CL01.citrite.net (10.69.46.32) by FTLPEX01CL01.citrite.net (10.13.107.78) with Microsoft SMTP Server (TLS) id 14.2.342.4; Thu, 13 Feb 2014 20:49:25 -0500 Received: from [10.68.19.43] (10.68.19.43) by AMSPEX01CL01.citrite.net (10.69.46.32) with Microsoft SMTP Server id 14.2.342.4; Fri, 14 Feb 2014 02:49:23 +0100 Message-ID: <52FD7624.90202@citrix.com> Date: Fri, 14 Feb 2014 01:49:24 +0000 From: Andrew Cooper User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: John Baldwin , Roger Pau Monne Subject: Re: [Xen-devel] [PATCH RFC 09/13] xen: change quality of the MADT ACPI enumerator References: <1387884062-41154-1-git-send-email-roger.pau@citrix.com> <1387884062-41154-10-git-send-email-roger.pau@citrix.com> <1980951.95r2q2cca3@ralph.baldwin.cx> In-Reply-To: <1980951.95r2q2cca3@ralph.baldwin.cx> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.68.19.43] X-DLP: MIA1 X-Mailman-Approved-At: Fri, 14 Feb 2014 03:29:23 +0000 Cc: julien.grall@citrix.com, freebsd-xen@freebsd.org, freebsd-current@freebsd.org, kib@freebsd.org, xen-devel@lists.xenproject.org, gibbs@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Feb 2014 01:49:35 -0000 On 08/02/2014 21:42, John Baldwin wrote: > On Tuesday, December 24, 2013 12:20:58 PM Roger Pau Monne wrote: >> Lower the quality of the MADT ACPI enumerator, so on Xen Dom0 we can >> force the usage of the Xen mptable enumerator even when ACPI is >> detected. > Hmm, so I think one question is why does the existing MADT parser > not work with the MADT table provided by Xen? This may very well > be correct, but if it's only a small change to make the existing > MADT parser work with Xen's MADT table, that route might be > preferable. > For dom0, the MADT seen is the system MADT, which does not bear any reality to dom0's topology. For PV domU, no MADT will be found. For HVM domU, the MADT seen ought to represent (virtual) reality. ~Andrew