From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45773) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJulf-0006m4-Eq for qemu-devel@nongnu.org; Fri, 06 Feb 2015 21:05:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJulc-0008O3-91 for qemu-devel@nongnu.org; Fri, 06 Feb 2015 21:05:07 -0500 Received: from szxga03-in.huawei.com ([119.145.14.66]:21370) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJulb-0008GV-NI for qemu-devel@nongnu.org; Fri, 06 Feb 2015 21:05:04 -0500 Message-ID: <54D572B0.5020305@huawei.com> Date: Sat, 7 Feb 2015 10:04:32 +0800 From: Shannon Zhao MIME-Version: 1.0 References: <1422520633-13456-1-git-send-email-zhaoshenglong@huawei.com> <1422520633-13456-10-git-send-email-zhaoshenglong@huawei.com> <20150203171958.0ecb698b@nial.brq.redhat.com> <54D0FC85.4000204@redhat.com> In-Reply-To: <54D0FC85.4000204@redhat.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH v2 09/11] hw/arm/virt-acpi-build: Generate XSDT table List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek , Igor Mammedov Cc: peter.maydell@linaro.org, hangaohuai@huawei.com, mst@redhat.com, a.spyridakis@virtualopensystems.com, claudio.fontana@huawei.com, qemu-devel@nongnu.org, peter.huangpeng@huawei.com, hanjun.guo@linaro.org, wanghaibin.wang@huawei.com, pbonzini@redhat.com, christoffer.dall@linaro.org On 2015/2/4 0:51, Laszlo Ersek wrote: > On 02/03/15 17:19, Igor Mammedov wrote: >> On Thu, 29 Jan 2015 16:37:11 +0800 >> Shannon Zhao wrote: >> >>> XDST points to other tables except FACS & DSDT. >> Is there any reason to use XSDT instead of RSDT? >> If ACPI tables are below 4Gb which probably would >> be the case then RSDT could be used just fine and >> we could share more code between x86 and ARM. >> >> Laszlo, >> Do you know if OVMF allocates memory below 4G address range? > > Yes, it does. > > https://github.com/tianocore/edk2/blob/master/OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpi.c#L162 > > RSDT should suffice. > Ok, will rethink about this. -- Thanks, Shannon