qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] MAINTAINERS: Cover the firmware JSON schema
@ 2020-07-03 18:34 Philippe Mathieu-Daudé
  2020-07-06  8:52 ` Daniel P. Berrangé
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-07-03 18:34 UTC (permalink / raw)
  To: qemu-devel
  Cc: Daniel P . Berrange, Kashyap Chamarthy,
	Philippe Mathieu-Daudé,
	Michael S . Tsirkin, Gerd Hoffmann, Laszlo Ersek

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 <lersek@redhat.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Michael S. Tsirkin <mst@redhat.com>
Cc: Kashyap Chamarthy <kchamart@redhat.com>
Cc: Daniel P. Berrange <berrange@redhat.com>
Suggested-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
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 <lersek@redhat.com>
+M: Philippe Mathieu-Daudé <philmd@redhat.com>
+R: Daniel P. Berrange <berrange@redhat.com>
+R: Kashyap Chamarthy <kchamart@redhat.com>
+S: Maintained
+F: docs/interop/firmware.json
+
 EDK2 Firmware
 M: Laszlo Ersek <lersek@redhat.com>
 M: Philippe Mathieu-Daudé <philmd@redhat.com>
-- 
2.21.3



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] MAINTAINERS: Cover the firmware JSON schema
  2020-07-03 18:34 [PATCH v2] MAINTAINERS: Cover the firmware JSON schema Philippe Mathieu-Daudé
@ 2020-07-06  8:52 ` Daniel P. Berrangé
  2020-07-07 14:59 ` Laszlo Ersek
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: Daniel P. Berrangé @ 2020-07-06  8:52 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: Michael S . Tsirkin, Laszlo Ersek, qemu-devel, Kashyap Chamarthy,
	Gerd Hoffmann

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 <lersek@redhat.com>
> Cc: Gerd Hoffmann <kraxel@redhat.com>
> Cc: Michael S. Tsirkin <mst@redhat.com>
> Cc: Kashyap Chamarthy <kchamart@redhat.com>
> Cc: Daniel P. Berrange <berrange@redhat.com>
> Suggested-by: Laszlo Ersek <lersek@redhat.com>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> Since RFC v1:
> - Added Daniel & Kashyap as reviewer
> - Added myself as co-maintainer with Laszlo

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] MAINTAINERS: Cover the firmware JSON schema
  2020-07-03 18:34 [PATCH v2] MAINTAINERS: Cover the firmware JSON schema Philippe Mathieu-Daudé
  2020-07-06  8:52 ` Daniel P. Berrangé
@ 2020-07-07 14:59 ` Laszlo Ersek
  2020-07-08  6:45 ` Michael S. Tsirkin
  2020-07-13  8:50 ` Kashyap Chamarthy
  3 siblings, 0 replies; 7+ messages in thread
From: Laszlo Ersek @ 2020-07-07 14:59 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, qemu-devel
  Cc: Kashyap Chamarthy, Daniel P . Berrange, Gerd Hoffmann,
	Michael S . Tsirkin

On 07/03/20 20:34, 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 <lersek@redhat.com>
> Cc: Gerd Hoffmann <kraxel@redhat.com>
> Cc: Michael S. Tsirkin <mst@redhat.com>
> Cc: Kashyap Chamarthy <kchamart@redhat.com>
> Cc: Daniel P. Berrange <berrange@redhat.com>
> Suggested-by: Laszlo Ersek <lersek@redhat.com>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> 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 <lersek@redhat.com>
> +M: Philippe Mathieu-Daudé <philmd@redhat.com>
> +R: Daniel P. Berrange <berrange@redhat.com>
> +R: Kashyap Chamarthy <kchamart@redhat.com>
> +S: Maintained
> +F: docs/interop/firmware.json
> +
>  EDK2 Firmware
>  M: Laszlo Ersek <lersek@redhat.com>
>  M: Philippe Mathieu-Daudé <philmd@redhat.com>
> 

Reviewed-by: Laszlo Ersek <lersek@redhat.com>

Thank you!
Laszlo



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] MAINTAINERS: Cover the firmware JSON schema
  2020-07-03 18:34 [PATCH v2] MAINTAINERS: Cover the firmware JSON schema Philippe Mathieu-Daudé
  2020-07-06  8:52 ` Daniel P. Berrangé
  2020-07-07 14:59 ` Laszlo Ersek
@ 2020-07-08  6:45 ` Michael S. Tsirkin
  2020-07-08  8:57   ` Philippe Mathieu-Daudé
  2020-07-13  8:50 ` Kashyap Chamarthy
  3 siblings, 1 reply; 7+ messages in thread
From: Michael S. Tsirkin @ 2020-07-08  6:45 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: Daniel P . Berrange, Kashyap Chamarthy, Laszlo Ersek, qemu-devel,
	Gerd Hoffmann

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 <lersek@redhat.com>
> Cc: Gerd Hoffmann <kraxel@redhat.com>
> Cc: Michael S. Tsirkin <mst@redhat.com>
> Cc: Kashyap Chamarthy <kchamart@redhat.com>
> Cc: Daniel P. Berrange <berrange@redhat.com>
> Suggested-by: Laszlo Ersek <lersek@redhat.com>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>


Reviewed-by: Michael S. Tsirkin <mst@redhat.com>



> ---
> 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 <lersek@redhat.com>
> +M: Philippe Mathieu-Daudé <philmd@redhat.com>
> +R: Daniel P. Berrange <berrange@redhat.com>
> +R: Kashyap Chamarthy <kchamart@redhat.com>
> +S: Maintained
> +F: docs/interop/firmware.json
> +
>  EDK2 Firmware
>  M: Laszlo Ersek <lersek@redhat.com>
>  M: Philippe Mathieu-Daudé <philmd@redhat.com>
> -- 
> 2.21.3



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] MAINTAINERS: Cover the firmware JSON schema
  2020-07-08  6:45 ` Michael S. Tsirkin
@ 2020-07-08  8:57   ` Philippe Mathieu-Daudé
  2020-07-08 10:37     ` Michael S. Tsirkin
  0 siblings, 1 reply; 7+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-07-08  8:57 UTC (permalink / raw)
  To: Michael S. Tsirkin
  Cc: Daniel P . Berrange, Kashyap Chamarthy, QEMU Trivial, qemu-devel,
	Gerd Hoffmann, Laszlo Ersek

+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 <lersek@redhat.com>
>> Cc: Gerd Hoffmann <kraxel@redhat.com>
>> Cc: Michael S. Tsirkin <mst@redhat.com>
>> Cc: Kashyap Chamarthy <kchamart@redhat.com>
>> Cc: Daniel P. Berrange <berrange@redhat.com>
>> Suggested-by: Laszlo Ersek <lersek@redhat.com>
>> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> 
> 
> Reviewed-by: Michael S. Tsirkin <mst@redhat.com>

Thanks Michael. If you plan to do a pull request, can you
include this patch please? (modulo the weird UTF8 mojibakes)

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 <lersek@redhat.com>
>> +M: Philippe Mathieu-Daudé <philmd@redhat.com>
>> +R: Daniel P. Berrange <berrange@redhat.com>
>> +R: Kashyap Chamarthy <kchamart@redhat.com>
>> +S: Maintained
>> +F: docs/interop/firmware.json
>> +
>>  EDK2 Firmware
>>  M: Laszlo Ersek <lersek@redhat.com>
>>  M: Philippe Mathieu-Daudé <philmd@redhat.com>
>> -- 
>> 2.21.3
> 



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] MAINTAINERS: Cover the firmware JSON schema
  2020-07-08  8:57   ` Philippe Mathieu-Daudé
@ 2020-07-08 10:37     ` Michael S. Tsirkin
  0 siblings, 0 replies; 7+ messages in thread
From: Michael S. Tsirkin @ 2020-07-08 10:37 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: Daniel P . Berrange, Kashyap Chamarthy, QEMU Trivial, qemu-devel,
	Gerd Hoffmann, Laszlo Ersek

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 <lersek@redhat.com>
> >> Cc: Gerd Hoffmann <kraxel@redhat.com>
> >> Cc: Michael S. Tsirkin <mst@redhat.com>
> >> Cc: Kashyap Chamarthy <kchamart@redhat.com>
> >> Cc: Daniel P. Berrange <berrange@redhat.com>
> >> Suggested-by: Laszlo Ersek <lersek@redhat.com>
> >> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> > 
> > 
> > Reviewed-by: Michael S. Tsirkin <mst@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 <lersek@redhat.com>
> >> +M: Philippe Mathieu-Daudé <philmd@redhat.com>
> >> +R: Daniel P. Berrange <berrange@redhat.com>
> >> +R: Kashyap Chamarthy <kchamart@redhat.com>
> >> +S: Maintained
> >> +F: docs/interop/firmware.json
> >> +
> >>  EDK2 Firmware
> >>  M: Laszlo Ersek <lersek@redhat.com>
> >>  M: Philippe Mathieu-Daudé <philmd@redhat.com>
> >> -- 
> >> 2.21.3
> > 



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] MAINTAINERS: Cover the firmware JSON schema
  2020-07-03 18:34 [PATCH v2] MAINTAINERS: Cover the firmware JSON schema Philippe Mathieu-Daudé
                   ` (2 preceding siblings ...)
  2020-07-08  6:45 ` Michael S. Tsirkin
@ 2020-07-13  8:50 ` Kashyap Chamarthy
  3 siblings, 0 replies; 7+ messages in thread
From: Kashyap Chamarthy @ 2020-07-13  8:50 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: Daniel P . Berrange, Michael S . Tsirkin, Laszlo Ersek,
	qemu-devel, Gerd Hoffmann

On Fri, Jul 03, 2020 at 08:34:50PM +0200, Philippe Mathieu-Daudé wrote:

(Was on PTO; just catching up.)

> 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 <lersek@redhat.com>
> Cc: Gerd Hoffmann <kraxel@redhat.com>
> Cc: Michael S. Tsirkin <mst@redhat.com>
> Cc: Kashyap Chamarthy <kchamart@redhat.com>
> Cc: Daniel P. Berrange <berrange@redhat.com>
> Suggested-by: Laszlo Ersek <lersek@redhat.com>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> 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
> ---

Reviewed-by: Kashyap Chamarthy <kchamart@redhat.com> 

>  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 <lersek@redhat.com>
> +M: Philippe Mathieu-Daudé <philmd@redhat.com>
> +R: Daniel P. Berrange <berrange@redhat.com>
> +R: Kashyap Chamarthy <kchamart@redhat.com>
> +S: Maintained
> +F: docs/interop/firmware.json
> +
>  EDK2 Firmware
>  M: Laszlo Ersek <lersek@redhat.com>
>  M: Philippe Mathieu-Daudé <philmd@redhat.com>
> -- 
> 2.21.3
> 

-- 
/kashyap



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-07-13  8:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-03 18:34 [PATCH v2] MAINTAINERS: Cover the firmware JSON schema Philippe Mathieu-Daudé
2020-07-06  8:52 ` Daniel P. Berrangé
2020-07-07 14:59 ` Laszlo Ersek
2020-07-08  6:45 ` Michael S. Tsirkin
2020-07-08  8:57   ` Philippe Mathieu-Daudé
2020-07-08 10:37     ` Michael S. Tsirkin
2020-07-13  8:50 ` Kashyap Chamarthy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).