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

Laszlo Ersek posted 4 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180927212438.32024-1-lersek@redhat.com
Test checkpatch passed
Test docker-clang@ubuntu failed
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
[Qemu-devel] [PATCH v2 0/4] hw/pci-host/x86: extend the 64-bit PCI hole relative to the fw-assigned base
Posted by Laszlo Ersek 7 years, 1 month ago
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

-- 
2.14.1.3.gb7cf6e02401b


Re: [Qemu-devel] [PATCH v2 0/4] hw/pci-host/x86: extend the 64-bit PCI hole relative to the fw-assigned base
Posted by Laszlo Ersek 7 years ago
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
> 


Re: [Qemu-devel] [PATCH v2 0/4] hw/pci-host/x86: extend the 64-bit PCI hole relative to the fw-assigned base
Posted by Laszlo Ersek 7 years ago
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