[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: hw/i386/acpi: fix conflicting IO address range for acpi pci hotplug
From: |
Michael S. Tsirkin |
Subject: |
Re: hw/i386/acpi: fix conflicting IO address range for acpi pci hotplug in q35 |
Date: |
Thu, 16 Sep 2021 18:56:38 -0400 |
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 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 other useful info.
> 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 issue affects Qemu version 6.1.
>
> Patch 1 : allows q35 DSDT table changes.
> Patch 2 : actual fix.
> Patch 3: updates DSDT table blobs.
>
>