From: Philippe Mathieu-Daudé <phi...@redhat.com> Add an entry to cover firmware.json (see commit 3a0adfc9bf: schema that describes the different uses and properties of virtual machine firmware).
Cc: Laszlo Ersek <ler...@redhat.com> Cc: Gerd Hoffmann <kra...@redhat.com> Cc: Michael S. Tsirkin <m...@redhat.com> Cc: Kashyap Chamarthy <kcham...@redhat.com> Cc: Daniel P. Berrange <berra...@redhat.com> Suggested-by: Laszlo Ersek <ler...@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com> Message-Id: <20200703183450.32398-1-phi...@redhat.com> Reviewed-by: Daniel P. Berrangé <berra...@redhat.com> Reviewed-by: Laszlo Ersek <ler...@redhat.com> Reviewed-by: Kashyap Chamarthy <kcham...@redhat.com> Reviewed-by: Michael S. Tsirkin <m...@redhat.com> Signed-off-by: Michael S. Tsirkin <m...@redhat.com> --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 3395abd4e1..0886eb3d2b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2667,6 +2667,14 @@ F: include/hw/i2c/smbus_master.h F: include/hw/i2c/smbus_slave.h F: include/hw/i2c/smbus_eeprom.h +Firmware schema specifications +M: Laszlo Ersek <ler...@redhat.com> +M: Philippe Mathieu-Daudé <phi...@redhat.com> +R: Daniel P. Berrange <berra...@redhat.com> +R: Kashyap Chamarthy <kcham...@redhat.com> +S: Maintained +F: docs/interop/firmware.json + EDK2 Firmware M: Laszlo Ersek <ler...@redhat.com> M: Philippe Mathieu-Daudé <phi...@redhat.com> -- MST