From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54850) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VgGic-0006Oc-5D for qemu-devel@nongnu.org; Tue, 12 Nov 2013 11:21:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VgGiW-0000ZF-6k for qemu-devel@nongnu.org; Tue, 12 Nov 2013 11:21:34 -0500 Received: from mx1.redhat.com ([209.132.183.28]:15783) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VgGiV-0000Yu-Uo for qemu-devel@nongnu.org; Tue, 12 Nov 2013 11:21:28 -0500 Message-ID: <52825623.6020001@redhat.com> Date: Tue, 12 Nov 2013 17:24:03 +0100 From: Laszlo Ersek MIME-Version: 1.0 References: <1384269110-23613-1-git-send-email-lersek@redhat.com> <20131112170545.46cbf4a3@thinkpad> In-Reply-To: <20131112170545.46cbf4a3@thinkpad> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [edk2 PATCH 0/1] OvmfPkg: grab ACPI tables from QEMU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov Cc: edk2-devel@lists.sourceforge.net, qemu-devel@nongnu.org, "Michael S. Tsirkin" On 11/12/13 17:05, Igor Mammedov wrote: > On Tue, 12 Nov 2013 16:11:49 +0100 > Laszlo Ersek wrote: > > >> Second, I tested the patch under the following circumstances: >> - 3.10-based host kernel, >> - qemu v1.7.0-rc0, with additional patches that shrink the "pci-hole" >> memory range to just below "system.flash" (see the parallel discussion >> on qemu-devel), > Is "pc: map PCI address space as catchall region for not > mapped addresses" works for you instead of shrinking? Yes, it does. Thanks! Laszlo