mbox series

[v2,0/4] hw/pci-host/x86: extend the 64-bit PCI hole relative to the fw-assigned base

Message ID 20180927212438.32024-1-lersek@redhat.com (mailing list archive)
Headers show
Series hw/pci-host/x86: extend the 64-bit PCI hole relative to the fw-assigned base | expand

Message

Laszlo Ersek Sept. 27, 2018, 9:24 p.m. UTC
This is v2 of the series previously posted at
<http://mid.mail-archive.com/20180924221346.16733-1-lersek@redhat.com>.

Changes are noted on every patch.

The bios-tables-test case depends on Gerd's "[PATCH] pci-testdev: add
optional memory bar" at
<https://patchew.org/QEMU/20180927121055.28361-1-kraxel@redhat.com/>.

Cc: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Alex Williamson <alex.williamson@redhat.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Igor Mammedov <imammedo@redhat.com>
Cc: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>

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

Comments

Laszlo Ersek Oct. 11, 2018, 7:59 a.m. UTC | #1
Michael,

On 09/27/18 23:24, Laszlo Ersek wrote:
> This is v2 of the series previously posted at
> <http://mid.mail-archive.com/20180924221346.16733-1-lersek@redhat.com>.
> 
> 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
> <https://patchew.org/QEMU/20180927121055.28361-1-kraxel@redhat.com/>.

[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" <mst@redhat.com>
> Cc: Alex Williamson <alex.williamson@redhat.com>
> Cc: Gerd Hoffmann <kraxel@redhat.com>
> Cc: Igor Mammedov <imammedo@redhat.com>
> Cc: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
> 
> 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
>
Laszlo Ersek Oct. 18, 2018, 1:47 p.m. UTC | #2
On 10/11/18 09:59, Laszlo Ersek wrote:
> Michael,
> 
> On 09/27/18 23:24, Laszlo Ersek wrote:
>> This is v2 of the series previously posted at
>> <http://mid.mail-archive.com/20180924221346.16733-1-lersek@redhat.com>.
>>
>> 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
>> <https://patchew.org/QEMU/20180927121055.28361-1-kraxel@redhat.com/>.
> 
> [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).

Ping