On 11/3/24 12:46, Thomas Weißschuh wrote:
Only a small subset of all blockdev drivers make sense for firmware
images. Introduce and use a new enum to represent this.
This also reduces the dependency of firmware.json on the global qapi
definitions.
Suggested-by: Daniel P. Berrangé <berra...@redhat.com>
Signed-off-by: Thomas Weißschuh <thomas.weisssc...@linutronix.de>
---
docs/interop/firmware.json | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)
+##
+# @FirmwareFormat:
+#
+# Formats that are supported for firmware images.
+#
+# Since: 8.3
That will be 9.0 :/
+##
+{ 'enum': 'FirmwareFormat',
+ 'data': [ 'raw', 'qcow2' ] }