[PATCH 20/47] hw/i386/acpi: fix conflicting IO address range for acpi pci hotplug in q35

2021-12-14 Thread Michael Roth
From: Ani Sinha Change caf108bc58790 ("hw/i386/acpi-build: Add ACPI PCI hot-plug methods to Q35") selects an IO address range for acpi based PCI hotplug for q35 arbitrarily. It starts at address 0x0cc4 and ends at 0x0cdb. At the time when the patch was written but the final version of the patch

[PULL 51/57] hw/i386/acpi: fix conflicting IO address range for acpi pci hotplug in q35

2021-10-05 Thread Michael S. Tsirkin
From: Ani Sinha Change caf108bc58790 ("hw/i386/acpi-build: Add ACPI PCI hot-plug methods to Q35") selects an IO address range for acpi based PCI hotplug for q35 arbitrarily. It starts at address 0x0cc4 and ends at 0x0cdb. At the time when the patch was written but the final version of the patch

Re: hw/i386/acpi: fix conflicting IO address range for acpi pci hotplug in q35

2021-09-16 Thread Ani Sinha
: original patch. > > > v2: typo fixed. reviewed-by tags added. > > > > > > Thanks, tagged! > > Ani pls make sure the voer letter in the series has > > subject > > > > [PATCH 0/3] hw/i386/acpi: fix conflicting IO address range for acpi pci > >

Re: hw/i386/acpi: fix conflicting IO address range for acpi pci hotplug in q35

2021-09-16 Thread Ani Sinha
ni pls make sure the voer letter in the series has > subject > > [PATCH 0/3] hw/i386/acpi: fix conflicting IO address range for acpi pci > hotplug in q35 > > > using --cover-letter with git format-patch will do this automatically. > > It will also include diffstat and oth

Re: hw/i386/acpi: fix conflicting IO address range for acpi pci hotplug in q35

2021-09-16 Thread Michael S. Tsirkin
On Thu, Sep 16, 2021 at 06:58:35PM +0530, Ani Sinha wrote: > Here's sending v2. > > changelog : > v1: original patch. > v2: typo fixed. reviewed-by tags added. Thanks, tagged! Ani pls make sure the voer letter in the series has subject [PATCH 0/3] hw/i386/acpi: fix conflict

[PATCH v2 2/3] hw/i386/acpi: fix conflicting IO address range for acpi pci hotplug in q35

2021-09-16 Thread Ani Sinha
Change caf108bc58790 ("hw/i386/acpi-build: Add ACPI PCI hot-plug methods to Q35") selects an IO address range for acpi based PCI hotplug for q35 arbitrarily. It starts at address 0x0cc4 and ends at 0x0cdb. At the time when the patch was written but the final version of the patch was not yet pushed

hw/i386/acpi: fix conflicting IO address range for acpi pci hotplug in q35

2021-09-16 Thread Ani Sinha
Here's sending v2. changelog : v1: original patch. v2: typo fixed. reviewed-by tags added. This issue has been reported here: https://gitlab.com/qemu-project/qemu/-/issues/561 We have disucssed this issue at length here: https://lists.gnu.org/archive/html/qemu-devel/2021-09/msg02146.html This i

Re: [PATCH 2/3] hw/i386/acpi: fix conflicting IO address range for acpi pci hotplug in q35

2021-09-16 Thread Julia Suvorova
On Tue, Sep 14, 2021 at 6:54 AM Ani Sinha wrote: > > Change caf108bc58790 ("hw/i386/acpi-build: Add ACPI PCI hot-plug methods to > Q35") > selects an IO address range for acpi based PCI hotplug for q35 arbitrarily. It > starts at address 0x0cc4 and ends at 0x0cdb. At the time when the patch was >

Re: hw/i386/acpi: fix conflicting IO address range for acpi pci hotplug in q35

2021-09-14 Thread Igor Mammedov
On Tue, 14 Sep 2021 10:24:07 +0530 Ani Sinha wrote: > Hi Igor/Michael : > > This patchset fixes the acpi pci hotplug IO address range conflict issue with > cpu hotplug. > This issue has been reported here: > https://gitlab.com/qemu-project/qemu/-/issues/561 > > We have disucssed this issue at

Re: [PATCH 2/3] hw/i386/acpi: fix conflicting IO address range for acpi pci hotplug in q35

2021-09-14 Thread Igor Mammedov
On Tue, 14 Sep 2021 10:24:09 +0530 Ani Sinha wrote: > Change caf108bc58790 ("hw/i386/acpi-build: Add ACPI PCI hot-plug methods to > Q35") > selects an IO address range for acpi based PCI hotplug for q35 arbitrarily. It > starts at address 0x0cc4 and ends at 0x0cdb. At the time when the patch was

[PATCH 2/3] hw/i386/acpi: fix conflicting IO address range for acpi pci hotplug in q35

2021-09-13 Thread Ani Sinha
Change caf108bc58790 ("hw/i386/acpi-build: Add ACPI PCI hot-plug methods to Q35") selects an IO address range for acpi based PCI hotplug for q35 arbitrarily. It starts at address 0x0cc4 and ends at 0x0cdb. At the time when the patch was written but the final version of the patch was not yet pushed

hw/i386/acpi: fix conflicting IO address range for acpi pci hotplug in q35

2021-09-13 Thread Ani Sinha
Hi Igor/Michael : This patchset fixes the acpi pci hotplug IO address range conflict issue with cpu hotplug. This issue has been reported here: https://gitlab.com/qemu-project/qemu/-/issues/561 We have disucssed this issue at length here: https://lists.gnu.org/archive/html/qemu-devel/2021-09/msg