x86: acpi: cleanup PCI device _DSM duplication
commit5840a16364b8d7b474b2730a4c73ffb4c1dbaf47
authorIgor Mammedov <imammedo@redhat.com>
Fri, 1 Jul 2022 13:35:07 +0000 (1 09:35 -0400)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 9 Oct 2022 20:38:45 +0000 (9 16:38 -0400)
tree0a1eda792a21abcdd31ea42d57d2ff59385e506b
parent18a31b8d3e75f5bb727826dfe6a0c762536bf408
x86: acpi: cleanup PCI device _DSM duplication

add ASUN variable to hotpluggable slots and use it
instead of _SUN which has the same value to reuse
_DMS code on both branches (hot- and non-hotpluggable).
No functional change.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20220701133515.137890-10-imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/acpi-build.c