[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 2/5] qapi/qom: Change Since entry for AcpiGenericPortProperties t
From: |
Jonathan Cameron |
Subject: |
[PATCH 2/5] qapi/qom: Change Since entry for AcpiGenericPortProperties to 9.2 |
Date: |
Thu, 7 Nov 2024 12:34:43 +0000 |
This feature was only applied during the 9.2 cycle, so reflect
that rather than 9.1.
Reported-by: Daniel P. Berrangé <berrange@redhat.com>
Closes: ZyngEiwmYeZ-DvCy@redhat.com/">https://lore.kernel.org/qemu-devel/ZyngEiwmYeZ-DvCy@redhat.com/
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
---
qapi/qom.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qapi/qom.json b/qapi/qom.json
index a8beeabf1f..28ce24cd8d 100644
--- a/qapi/qom.json
+++ b/qapi/qom.json
@@ -877,7 +877,7 @@
# complex as there may be interleaving across multiple devices
# and shared links in the path.
#
-# Since: 9.1
+# Since: 9.2
##
{ 'struct': 'AcpiGenericPortProperties',
'data': { 'pci-bus': 'str',
--
2.43.0
- [PATCH 0/5] hw/acpi: Fixes + tests for ACPI Generic Port Affinity Struturs, Jonathan Cameron, 2024/11/07
- [PATCH 1/5] hw/acpi: Fix size of HID in build_append_srat_acpi_device_handle(), Jonathan Cameron, 2024/11/07
- [PATCH 2/5] qapi/qom: Change Since entry for AcpiGenericPortProperties to 9.2,
Jonathan Cameron <=
- [PATCH 3/5] bios-tables-test: Allow for new acpihmat-generic-x test data., Jonathan Cameron, 2024/11/07
- [PATCH 4/5] bios-tables-test: Add complex SRAT / HMAT test for GI GP, Jonathan Cameron, 2024/11/07
- [PATCH 5/5] bios-tables-test: Add data for complex numa test (GI, GP etc), Jonathan Cameron, 2024/11/07