All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] MAINTAINERS: Add some missing SPARC-related files
@ 2019-01-02 15:46 Thomas Huth
  2019-01-02 19:34 ` Philippe Mathieu-Daudé
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Huth @ 2019-01-02 15:46 UTC (permalink / raw)
  To: Mark Cave-Ayland, qemu-devel

These files / devices are only used by SPARC machines, so we can sort
them into the corresponding categories in the MAINTAINERS file.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 MAINTAINERS | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index b6c2645..e897963 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1069,9 +1069,11 @@ M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
 S: Maintained
 F: hw/sparc/sun4m.c
 F: hw/sparc/sun4m_iommu.c
+F: hw/display/cg3.c
+F: hw/display/tcx.c
 F: hw/dma/sparc32_dma.c
 F: hw/misc/eccmemctl.c
-F: hw/misc/slavio_misc.c
+F: hw/*/slavio_*.c
 F: include/hw/sparc/sparc32_dma.h
 F: pc-bios/openbios-sparc32
 F: include/hw/sparc/sun4m_iommu.h
@@ -1083,6 +1085,8 @@ F: hw/sparc64/sun4u.c
 F: pc-bios/openbios-sparc64
 F: hw/pci-host/sabre.c
 F: include/hw/pci-host/sabre.h
+F: include/hw/sparc/sun4u_iommu.h
+F: include/hw/nvram/sun_nvram.h
 
 Sun4v
 M: Artyom Tarasenko <atar4qemu@gmail.com>
-- 
1.8.3.1

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Add some missing SPARC-related files
  2019-01-02 15:46 [Qemu-devel] [PATCH] MAINTAINERS: Add some missing SPARC-related files Thomas Huth
@ 2019-01-02 19:34 ` Philippe Mathieu-Daudé
  2019-01-03  7:19   ` Thomas Huth
  0 siblings, 1 reply; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-01-02 19:34 UTC (permalink / raw)
  To: Thomas Huth, Mark Cave-Ayland, qemu-devel

Hi Thomas,

On 1/2/19 4:46 PM, Thomas Huth wrote:
> These files / devices are only used by SPARC machines, so we can sort
> them into the corresponding categories in the MAINTAINERS file.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  MAINTAINERS | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b6c2645..e897963 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1069,9 +1069,11 @@ M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
>  S: Maintained
>  F: hw/sparc/sun4m.c
>  F: hw/sparc/sun4m_iommu.c
> +F: hw/display/cg3.c
> +F: hw/display/tcx.c
>  F: hw/dma/sparc32_dma.c
>  F: hw/misc/eccmemctl.c
> -F: hw/misc/slavio_misc.c
> +F: hw/*/slavio_*.c
>  F: include/hw/sparc/sparc32_dma.h
>  F: pc-bios/openbios-sparc32
>  F: include/hw/sparc/sun4m_iommu.h
> @@ -1083,6 +1085,8 @@ F: hw/sparc64/sun4u.c
>  F: pc-bios/openbios-sparc64
>  F: hw/pci-host/sabre.c
>  F: include/hw/pci-host/sabre.h
> +F: include/hw/sparc/sun4u_iommu.h

I sent a patch to trivial@ with other sun4u changes, reviewed by Mark:
https://lists.gnu.org/archive/html/qemu-devel/2018-12/msg04467.html

Neither mine nor your are complete :)
Can I include your patch when respining the series? (Not sure I need to
respin although).

> +F: include/hw/nvram/sun_nvram.h

sun_nvram.h is also used by sun4m (the previous section this patch updates).

>  
>  Sun4v
>  M: Artyom Tarasenko <atar4qemu@gmail.com>
> 

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Add some missing SPARC-related files
  2019-01-02 19:34 ` Philippe Mathieu-Daudé
@ 2019-01-03  7:19   ` Thomas Huth
  2019-01-03 12:30     ` Mark Cave-Ayland
  2019-01-03 13:51     ` Philippe Mathieu-Daudé
  0 siblings, 2 replies; 5+ messages in thread
From: Thomas Huth @ 2019-01-03  7:19 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, Mark Cave-Ayland, qemu-devel

On 2019-01-02 20:34, Philippe Mathieu-Daudé wrote:
> Hi Thomas,
> 
> On 1/2/19 4:46 PM, Thomas Huth wrote:
>> These files / devices are only used by SPARC machines, so we can sort
>> them into the corresponding categories in the MAINTAINERS file.
>>
>> Signed-off-by: Thomas Huth <thuth@redhat.com>
>> ---
>>  MAINTAINERS | 6 +++++-
>>  1 file changed, 5 insertions(+), 1 deletion(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index b6c2645..e897963 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -1069,9 +1069,11 @@ M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
>>  S: Maintained
>>  F: hw/sparc/sun4m.c
>>  F: hw/sparc/sun4m_iommu.c
>> +F: hw/display/cg3.c
>> +F: hw/display/tcx.c
>>  F: hw/dma/sparc32_dma.c
>>  F: hw/misc/eccmemctl.c
>> -F: hw/misc/slavio_misc.c
>> +F: hw/*/slavio_*.c
>>  F: include/hw/sparc/sparc32_dma.h
>>  F: pc-bios/openbios-sparc32
>>  F: include/hw/sparc/sun4m_iommu.h
>> @@ -1083,6 +1085,8 @@ F: hw/sparc64/sun4u.c
>>  F: pc-bios/openbios-sparc64
>>  F: hw/pci-host/sabre.c
>>  F: include/hw/pci-host/sabre.h
>> +F: include/hw/sparc/sun4u_iommu.h
> 
> I sent a patch to trivial@ with other sun4u changes, reviewed by Mark:
> https://lists.gnu.org/archive/html/qemu-devel/2018-12/msg04467.html

Oh, right, sorry!

> Neither mine nor your are complete :)
> Can I include your patch when respining the series? (Not sure I need to
> respin although).

Sure!

>> +F: include/hw/nvram/sun_nvram.h
> 
> sun_nvram.h is also used by sun4m (the previous section this patch updates).

Right. So it should maybe be listed twice... (but since the maintainer
of sun4u and sun4m is the same, it likely does not really matter)

 Thomas

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Add some missing SPARC-related files
  2019-01-03  7:19   ` Thomas Huth
@ 2019-01-03 12:30     ` Mark Cave-Ayland
  2019-01-03 13:51     ` Philippe Mathieu-Daudé
  1 sibling, 0 replies; 5+ messages in thread
From: Mark Cave-Ayland @ 2019-01-03 12:30 UTC (permalink / raw)
  To: Thomas Huth, Philippe Mathieu-Daudé, qemu-devel

On 03/01/2019 07:19, Thomas Huth wrote:
> On 2019-01-02 20:34, Philippe Mathieu-Daudé wrote:
>> Hi Thomas,
>>
>> On 1/2/19 4:46 PM, Thomas Huth wrote:
>>> These files / devices are only used by SPARC machines, so we can sort
>>> them into the corresponding categories in the MAINTAINERS file.
>>>
>>> Signed-off-by: Thomas Huth <thuth@redhat.com>
>>> ---
>>>  MAINTAINERS | 6 +++++-
>>>  1 file changed, 5 insertions(+), 1 deletion(-)
>>>
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>> index b6c2645..e897963 100644
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -1069,9 +1069,11 @@ M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
>>>  S: Maintained
>>>  F: hw/sparc/sun4m.c
>>>  F: hw/sparc/sun4m_iommu.c
>>> +F: hw/display/cg3.c
>>> +F: hw/display/tcx.c
>>>  F: hw/dma/sparc32_dma.c
>>>  F: hw/misc/eccmemctl.c
>>> -F: hw/misc/slavio_misc.c
>>> +F: hw/*/slavio_*.c
>>>  F: include/hw/sparc/sparc32_dma.h
>>>  F: pc-bios/openbios-sparc32
>>>  F: include/hw/sparc/sun4m_iommu.h
>>> @@ -1083,6 +1085,8 @@ F: hw/sparc64/sun4u.c
>>>  F: pc-bios/openbios-sparc64
>>>  F: hw/pci-host/sabre.c
>>>  F: include/hw/pci-host/sabre.h
>>> +F: include/hw/sparc/sun4u_iommu.h
>>
>> I sent a patch to trivial@ with other sun4u changes, reviewed by Mark:
>> https://lists.gnu.org/archive/html/qemu-devel/2018-12/msg04467.html
> 
> Oh, right, sorry!
> 
>> Neither mine nor your are complete :)
>> Can I include your patch when respining the series? (Not sure I need to
>> respin although).
> 
> Sure!

Certainly these extra files look correct to me - Philippe, I think I already gave R-B
tags for these, so feel free to keep them when you re-post the series with Thomas's
changes.


ATB,

Mark.

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Add some missing SPARC-related files
  2019-01-03  7:19   ` Thomas Huth
  2019-01-03 12:30     ` Mark Cave-Ayland
@ 2019-01-03 13:51     ` Philippe Mathieu-Daudé
  1 sibling, 0 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-01-03 13:51 UTC (permalink / raw)
  To: Thomas Huth, qemu-devel; +Cc: Mark Cave-Ayland

On 1/3/19 8:19 AM, Thomas Huth wrote:
> On 2019-01-02 20:34, Philippe Mathieu-Daudé wrote:
[...]
>> I sent a patch to trivial@ with other sun4u changes, reviewed by Mark:
>> https://lists.gnu.org/archive/html/qemu-devel/2018-12/msg04467.html
> 
> Oh, right, sorry!
> 
>> Neither mine nor your are complete :)
>> Can I include your patch when respining the series? (Not sure I need to
>> respin although).
> 
> Sure!

Thanks :)

> 
>>> +F: include/hw/nvram/sun_nvram.h
>>
>> sun_nvram.h is also used by sun4m (the previous section this patch updates).
> 
> Right. So it should maybe be listed twice... (but since the maintainer
> of sun4u and sun4m is the same, it likely does not really matter)

Yes, this is true as of today, but maybe tomorrow the current maintainer
will give over one of these sections to someone else...

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

end of thread, other threads:[~2019-01-03 13:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-02 15:46 [Qemu-devel] [PATCH] MAINTAINERS: Add some missing SPARC-related files Thomas Huth
2019-01-02 19:34 ` Philippe Mathieu-Daudé
2019-01-03  7:19   ` Thomas Huth
2019-01-03 12:30     ` Mark Cave-Ayland
2019-01-03 13:51     ` Philippe Mathieu-Daudé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.