On Wed, Jul 08, 2020 at 10:57:31AM +0200, Philippe Mathieu-Daudé wrote: > +qemu-trivial > > On 7/8/20 8:45 AM, Michael S. Tsirkin wrote: > > On Fri, Jul 03, 2020 at 08:34:50PM +0200, Philippe Mathieu-Daudé wrote: > >> 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> > > > > > > Reviewed-by: Michael S. Tsirkin <m...@redhat.com> > > Thanks Michael. If you plan to do a pull request, can you > include this patch please? (modulo the weird UTF8 mojibakes)
I'll try, hopefully utf8 will be fine when I do. > Else it can simply go via the trivial tree. > > > > >> --- > >> Since RFC v1: > >> - Added Daniel & Kashyap as reviewer > >> - Added myself as co-maintainer with Laszlo > >> > >> Based on a comment from Laszlo: > >> https://www.mail-archive.com/qemu-devel@nongnu.org/msg604925.html > >> Background info from Kashyap: > >> https://lists.nongnu.org/archive/html/qemu-devel/2018-03/msg01978.html > >> --- > >> MAINTAINERS | 8 ++++++++ > >> 1 file changed, 8 insertions(+) > >> > >> diff --git a/MAINTAINERS b/MAINTAINERS > >> index dec252f38b..64bcea658d 100644 > >> --- a/MAINTAINERS > >> +++ b/MAINTAINERS > >> @@ -2601,6 +2601,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> > >> -- > >> 2.21.3 > >