On 05/31/2018 12:15 PM, Paolo Bonzini wrote:
From: Laszlo Ersek <[email protected]>
Add a schema that describes the different uses and properties of virtual
machine firmware.
Each firmware executable installed on a host system should come with at
least one JSON file that conforms to this schema. Each file informs the
management applications about
- the firmware's properties and one possible use case / feature set,
- configuration bits that are required to run the firmware binary.
In addition, define rules for management apps for picking the highest
priority firmware JSON file when multiple such files match the search
criteria.
Cc: "Daniel P. Berrange" <[email protected]>
Cc: David Gibson <[email protected]>
Cc: Eric Blake <[email protected]>
Cc: Gerd Hoffmann <[email protected]>
Cc: Kashyap Chamarthy <[email protected]>
Cc: Markus Armbruster <[email protected]>
Cc: Paolo Bonzini <[email protected]>
Cc: Thomas Huth <[email protected]>
Reviewed-by: Gerd Hoffmann <[email protected]>
Signed-off-by: Laszlo Ersek <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Not Laszlo's fault, and not the only such patch that needs it, but
---
docs/interop/firmware.json | 540 +++++++++++++++++++++++++++++++++++++
1 file changed, 540 insertions(+)
create mode 100644 docs/interop/firmware.json
diff --git a/docs/interop/firmware.json b/docs/interop/firmware.json
+#
+# Since: 2.13
s/2.13/3.0/g in the interface files to match Peter's recent commits.
--
Eric Blake, Principal Software Engineer
Red Hat, Inc. +1-919-301-3266
Virtualization: qemu.org | libvirt.org