[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] pc: acpi: revert back to 5.2 PCI slot enumeration
From: |
Igor Mammedov |
Subject: |
[PATCH 0/2] pc: acpi: revert back to 5.2 PCI slot enumeration |
Date: |
Thu, 24 Jun 2021 16:42:26 -0400 |
Commit b7f23f62e40 (pci: acpi: add _DSM method to PCI devices),
regressed network interface naming for Linux guests in some cases.
This reverts PCI slot enumeration to its state before 6.0.
For details see 2/3 patch.
Thanks Stefan for troubleshooting!
Reported-by: john.sucaet@ekinops.com
CC: stefanha@redhat.com
CC: qemu-stable@nongnu.org
CC: mst@redhat.com
CC: marcel.apfelbaum@gmail.com
CC: berrange@redhat.com
Igor Mammedov (2):
tests: acpi: prepare for changing DSDT tables
acpi: pc: revert back to v5.2 PCI slot enumeration
tests/qtest/bios-tables-test-allowed-diff.h | 10 ++++++++++
hw/i386/acpi-build.c | 9 +++++++--
2 files changed, 17 insertions(+), 2 deletions(-)
--
2.27.0
- [PATCH 0/2] pc: acpi: revert back to 5.2 PCI slot enumeration,
Igor Mammedov <=
- [PATCH 1/2] tests: acpi: prepare for changing DSDT tables, Igor Mammedov, 2021/06/24
- [PATCH 3/3] tests: acpi: pc: update expected DSDT blobs, Igor Mammedov, 2021/06/24
- [PATCH 2/2] acpi: pc: revert back to v5.2 PCI slot enumeration, Igor Mammedov, 2021/06/24
- Re: [PATCH 0/2] pc: acpi: revert back to 5.2 PCI slot enumeration, John Sucaet, 2021/06/25
- Re: [PATCH 0/2] pc: acpi: revert back to 5.2 PCI slot enumeration, Stefan Hajnoczi, 2021/06/28