arm/acpi: fix duplicated _UID of PCI interrupt link devices
commitf0ca15ad8954bad5baf8a7d5f625dd810616b53c
authorHeyi Guo <guoheyi@huawei.com>
Tue, 4 Feb 2020 01:43:23 +0000 (4 09:43 +0800)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 13 Feb 2020 14:14:53 +0000 (13 14:14 +0000)
tree9e551eee9d030f6e04d60bc5e3f9343efbe671fe
parentc77b25315941250163d3c226266db584ebf7f3e8
arm/acpi: fix duplicated _UID of PCI interrupt link devices

Using _UID of 0 for all PCI interrupt link devices absolutely violates
the spec. Simply increase one by one.

Signed-off-by: Heyi Guo <guoheyi@huawei.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Message-id: 20200204014325.16279-6-guoheyi@huawei.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/virt-acpi-build.c