diff mbox series

[2/5] qapi/qom: Change Since entry for AcpiGenericPortProperties to 9.2

Message ID 20241107123446.902801-3-Jonathan.Cameron@huawei.com (mailing list archive)
State New
Headers show
Series hw/acpi: Fixes + tests for ACPI Generic Port Affinity Struturs | expand

Commit Message

Jonathan Cameron Nov. 7, 2024, 12:34 p.m. UTC
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: 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(-)

Comments

Daniel P. Berrangé Nov. 7, 2024, 12:36 p.m. UTC | #1
On Thu, Nov 07, 2024 at 12:34:43PM +0000, Jonathan Cameron wrote:
> 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: 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(-)

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


With regards,
Daniel
diff mbox series

Patch

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',