diff options
author | Igor Mammedov <imammedo@redhat.com> | 2023-03-02 17:15:29 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2023-03-07 12:39:00 -0500 |
commit | 22c8dd000fe4e7ce74531c22a427af58c4042d9a (patch) | |
tree | 147e4335d561ad229505f9d27122a2e5d2ab6096 /tests/qtest | |
parent | 52ad9eb2372245ba5829742fc176f3c8af36f592 (diff) | |
download | qemu-22c8dd000fe4e7ce74531c22a427af58c4042d9a.zip qemu-22c8dd000fe4e7ce74531c22a427af58c4042d9a.tar.gz qemu-22c8dd000fe4e7ce74531c22a427af58c4042d9a.tar.bz2 |
tests: acpi: add device with acpi-index on non-hotpluggble bus
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20230302161543.286002-21-imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'tests/qtest')
-rw-r--r-- | tests/qtest/bios-tables-test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qtest/bios-tables-test.c b/tests/qtest/bios-tables-test.c index 295d807..d7c34ba 100644 --- a/tests/qtest/bios-tables-test.c +++ b/tests/qtest/bios-tables-test.c @@ -1054,6 +1054,7 @@ static void test_acpi_q35_multif_bridge(void) " -device pcie-root-port,id=rphptgt3,port=0x0,chassis=7,addr=2.3" " -device pci-testdev,bus=pcie.0,addr=2.4" " -device pci-testdev,bus=pcie.0,addr=5.0" + " -device pci-testdev,bus=pcie.0,addr=0xf.0,acpi-index=101" " -device pci-testdev,bus=rp0,addr=0.0" " -device pci-testdev,bus=br1" " -device pcie-root-port,id=rpnohp,chassis=8,addr=0xA.0,hotplug=off" |