qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 1/3] docs/interop/firmware.json: add new enum FirmwareForm


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v3 1/3] docs/interop/firmware.json: add new enum FirmwareFormat
Date: Mon, 11 Mar 2024 13:08:19 +0100
User-agent: Mozilla Thunderbird

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é <berrange@redhat.com>
Signed-off-by: Thomas Weißschuh <thomas.weissschuh@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' ] }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]