From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57311) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gAVsQ-00082e-Rk for qemu-devel@nongnu.org; Thu, 11 Oct 2018 03:59:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gAVsM-0006SC-OK for qemu-devel@nongnu.org; Thu, 11 Oct 2018 03:59:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:18812) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gAVsM-0006JI-CV for qemu-devel@nongnu.org; Thu, 11 Oct 2018 03:59:18 -0400 From: Laszlo Ersek References: <20180927212438.32024-1-lersek@redhat.com> Message-ID: <785e1781-398c-725f-4ded-b81b4aabe220@redhat.com> Date: Thu, 11 Oct 2018 09:59:05 +0200 MIME-Version: 1.0 In-Reply-To: <20180927212438.32024-1-lersek@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/4] hw/pci-host/x86: extend the 64-bit PCI hole relative to the fw-assigned base List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu devel list , Igor Mammedov , Alex Williamson , Gerd Hoffmann , "Marcel Apfelbaum (GMail address)" Michael, On 09/27/18 23:24, Laszlo Ersek wrote: > This is v2 of the series previously posted at > . > > Changes are noted on every patch. can you please merge this series? Please note that it depends on v2 of the following patch, from Gerd: > The bios-tables-test case depends on Gerd's "[PATCH] pci-testdev: add > optional memory bar" at > . [Qemu-devel] [PATCH v2] pci-testdev: add optional memory bar message-id: <20180928064419.2106-1-kraxel@redhat.com> so please include that as well (first). Thanks! Laszlo > > Cc: "Michael S. Tsirkin" > Cc: Alex Williamson > Cc: Gerd Hoffmann > Cc: Igor Mammedov > Cc: Marcel Apfelbaum > > Thanks > Laszlo > > Laszlo Ersek (4): > MAINTAINERS: list "tests/acpi-test-data" files in ACPI/SMBIOS section > tests/bios-tables-test: add 64-bit PCI MMIO aperture round-up test on > Q35 > hw/pci-host/x86: extract get_pci_hole64_start_value() helpers > hw/pci-host/x86: extend the 64-bit PCI hole relative to the > fw-assigned base > > hw/pci-host/piix.c | 17 ++++++++++++----- > hw/pci-host/q35.c | 17 ++++++++++++----- > tests/bios-tables-test.c | 16 ++++++++++++++++ > MAINTAINERS | 2 ++ > tests/acpi-test-data/q35/DSDT.mmio64 | Bin 0 -> 8947 bytes > tests/acpi-test-data/q35/SRAT.mmio64 | Bin 0 -> 224 bytes > 6 files changed, 42 insertions(+), 10 deletions(-) > create mode 100644 tests/acpi-test-data/q35/DSDT.mmio64 > create mode 100644 tests/acpi-test-data/q35/SRAT.mmio64 >