From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57602) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPEHF-0003Rr-B7 for qemu-devel@nongnu.org; Mon, 18 Jul 2016 15:32:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPEHC-0000xH-6t for qemu-devel@nongnu.org; Mon, 18 Jul 2016 15:32:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38585) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPEHC-0000wz-0z for qemu-devel@nongnu.org; Mon, 18 Jul 2016 15:32:26 -0400 References: <1468774394-23009-1-git-send-email-marcel@redhat.com> <1468774394-23009-3-git-send-email-marcel@redhat.com> <20160718153459.7aba3a1c@nial.brq.redhat.com> <2c3931eb-ae8b-51c7-5a6b-9166a459c87a@redhat.com> From: Marcel Apfelbaum Message-ID: <578D2EC6.6080807@redhat.com> Date: Mon, 18 Jul 2016 22:32:22 +0300 MIME-Version: 1.0 In-Reply-To: <2c3931eb-ae8b-51c7-5a6b-9166a459c87a@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH V5 2/7] tests/acpi: add pxb/pxb-pcie tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek , Igor Mammedov Cc: qemu-devel@nongnu.org, mst@redhat.com, pbonzini@redhat.com, ehabkost@redhat.com, peter.maydell@linaro.org On 07/18/2016 08:52 PM, Laszlo Ersek wrote: > On 07/18/16 15:34, Igor Mammedov wrote: >> On Sun, 17 Jul 2016 19:53:09 +0300 >> Marcel Apfelbaum wrote: >> >>> Add an ivshmem device with 1G shared memory to >>> pxb in order to check the ACPI code of 64bit MMIO allocation. >> what is forcing ivshmem to be mapped above 4G? > > Speaking for OVMF: unlike SeaBIOS, the edk2 PCI bus driver prefers to > map 64-bit BARs outside of 32-bit address space, regardless of how much > room is left in the 32-bit MMIO aperture. Thanks Laszlo, we need to support make check with ovmf (not immediate, of course). There is no integration yet with QEMU, right? Having a set of binaries like with SeaBIOS makes sense? Are there any licensing issues? Thanks, Marcel > > Thanks > Laszlo >