qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/3] MAINTAINERS: Small fixes
@ 2017-10-13  8:53 Fam Zheng
  2017-10-13  8:53 ` [Qemu-devel] [PATCH v2 1/3] MAINTAINERS: Clean up SCSI device section Fam Zheng
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Fam Zheng @ 2017-10-13  8:53 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Thomas Huth

v2: Adopt Thomas' suggestions.

Fam Zheng (3):
  MAINTAINERS: Clean up SCSI device section
  MAINTAINERS: Fix Sun4v file
  MAINTAINERS: Track default-configs/pci.mak

 MAINTAINERS | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

-- 
2.13.5

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

* [Qemu-devel] [PATCH v2 1/3] MAINTAINERS: Clean up SCSI device section
  2017-10-13  8:53 [Qemu-devel] [PATCH v2 0/3] MAINTAINERS: Small fixes Fam Zheng
@ 2017-10-13  8:53 ` Fam Zheng
  2017-10-13  8:56   ` Thomas Huth
  2017-10-13  8:53 ` [Qemu-devel] [PATCH v2 2/3] MAINTAINERS: Fix Sun4v file Fam Zheng
  2017-10-13  8:53 ` [Qemu-devel] [PATCH v2 3/3] MAINTAINERS: Track default-configs/pci.mak Fam Zheng
  2 siblings, 1 reply; 8+ messages in thread
From: Fam Zheng @ 2017-10-13  8:53 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Thomas Huth

1. Remove nonexistent file util/scsi*.
2. Drop useless section for LSI53C895A.
3. Leave include/scsi to "Block SCSI subsystem" section.

Suggested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Fam Zheng <famz@redhat.com>
---
 MAINTAINERS | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 772ac209e1..18ddaf4070 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -980,16 +980,10 @@ SCSI
 M: Paolo Bonzini <pbonzini@redhat.com>
 S: Supported
 F: include/hw/scsi/*
-F: include/scsi/*
 F: hw/scsi/*
-F: util/scsi*
 F: tests/virtio-scsi-test.c
 T: git git://github.com/bonzini/qemu.git scsi-next
 
-LSI53C895A
-S: Orphan
-F: hw/scsi/lsi53c895a.c
-
 SSI
 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
 M: Alistair Francis <alistair.francis@xilinx.com>
-- 
2.13.5

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

* [Qemu-devel] [PATCH v2 2/3] MAINTAINERS: Fix Sun4v file
  2017-10-13  8:53 [Qemu-devel] [PATCH v2 0/3] MAINTAINERS: Small fixes Fam Zheng
  2017-10-13  8:53 ` [Qemu-devel] [PATCH v2 1/3] MAINTAINERS: Clean up SCSI device section Fam Zheng
@ 2017-10-13  8:53 ` Fam Zheng
  2017-10-13  8:58   ` Thomas Huth
  2017-10-13  8:53 ` [Qemu-devel] [PATCH v2 3/3] MAINTAINERS: Track default-configs/pci.mak Fam Zheng
  2 siblings, 1 reply; 8+ messages in thread
From: Fam Zheng @ 2017-10-13  8:53 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Thomas Huth

Suggested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Fam Zheng <famz@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 18ddaf4070..3938ccbf8a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -778,7 +778,7 @@ F: pc-bios/openbios-sparc64
 Sun4v
 M: Artyom Tarasenko <atar4qemu@gmail.com>
 S: Maintained
-F: hw/sparc64/sun4v.c
+F: hw/sparc64/niagara.c
 F: hw/timer/sun4v-rtc.c
 F: include/hw/timer/sun4v-rtc.h
 
-- 
2.13.5

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

* [Qemu-devel] [PATCH v2 3/3] MAINTAINERS: Track default-configs/pci.mak
  2017-10-13  8:53 [Qemu-devel] [PATCH v2 0/3] MAINTAINERS: Small fixes Fam Zheng
  2017-10-13  8:53 ` [Qemu-devel] [PATCH v2 1/3] MAINTAINERS: Clean up SCSI device section Fam Zheng
  2017-10-13  8:53 ` [Qemu-devel] [PATCH v2 2/3] MAINTAINERS: Fix Sun4v file Fam Zheng
@ 2017-10-13  8:53 ` Fam Zheng
  2017-10-13  8:57   ` Thomas Huth
  2 siblings, 1 reply; 8+ messages in thread
From: Fam Zheng @ 2017-10-13  8:53 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Thomas Huth

Suggested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Fam Zheng <famz@redhat.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3938ccbf8a..7cb237babc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -934,6 +934,7 @@ F: hw/pci/*
 F: hw/pci-bridge/*
 F: docs/pci*
 F: docs/specs/*pci*
+F: default-configs/pci.mak
 
 ACPI/SMBIOS
 M: Michael S. Tsirkin <mst@redhat.com>
-- 
2.13.5

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

* Re: [Qemu-devel] [PATCH v2 1/3] MAINTAINERS: Clean up SCSI device section
  2017-10-13  8:53 ` [Qemu-devel] [PATCH v2 1/3] MAINTAINERS: Clean up SCSI device section Fam Zheng
@ 2017-10-13  8:56   ` Thomas Huth
  0 siblings, 0 replies; 8+ messages in thread
From: Thomas Huth @ 2017-10-13  8:56 UTC (permalink / raw)
  To: Fam Zheng, qemu-devel; +Cc: qemu-trivial, Paolo Bonzini

On 13.10.2017 10:53, Fam Zheng wrote:
> 1. Remove nonexistent file util/scsi*.
> 2. Drop useless section for LSI53C895A.
> 3. Leave include/scsi to "Block SCSI subsystem" section.
> 
> Suggested-by: Thomas Huth <thuth@redhat.com>
> Signed-off-by: Fam Zheng <famz@redhat.com>
> ---
>  MAINTAINERS | 6 ------
>  1 file changed, 6 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 772ac209e1..18ddaf4070 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -980,16 +980,10 @@ SCSI
>  M: Paolo Bonzini <pbonzini@redhat.com>
>  S: Supported
>  F: include/hw/scsi/*
> -F: include/scsi/*
>  F: hw/scsi/*
> -F: util/scsi*
>  F: tests/virtio-scsi-test.c
>  T: git git://github.com/bonzini/qemu.git scsi-next
>  
> -LSI53C895A
> -S: Orphan
> -F: hw/scsi/lsi53c895a.c
> -
>  SSI
>  M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
>  M: Alistair Francis <alistair.francis@xilinx.com>

Reviewed-by: Thomas Huth <thuth@redhat.com>

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

* Re: [Qemu-devel] [PATCH v2 3/3] MAINTAINERS: Track default-configs/pci.mak
  2017-10-13  8:53 ` [Qemu-devel] [PATCH v2 3/3] MAINTAINERS: Track default-configs/pci.mak Fam Zheng
@ 2017-10-13  8:57   ` Thomas Huth
  0 siblings, 0 replies; 8+ messages in thread
From: Thomas Huth @ 2017-10-13  8:57 UTC (permalink / raw)
  To: Fam Zheng, qemu-devel; +Cc: qemu-trivial, Michael S. Tsirkin, Marcel Apfelbaum

On 13.10.2017 10:53, Fam Zheng wrote:
> Suggested-by: Thomas Huth <thuth@redhat.com>
> Signed-off-by: Fam Zheng <famz@redhat.com>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3938ccbf8a..7cb237babc 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -934,6 +934,7 @@ F: hw/pci/*
>  F: hw/pci-bridge/*
>  F: docs/pci*
>  F: docs/specs/*pci*
> +F: default-configs/pci.mak
>  
>  ACPI/SMBIOS
>  M: Michael S. Tsirkin <mst@redhat.com>
> 

Reviewed-by: Thomas Huth <thuth@redhat.com>

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

* Re: [Qemu-devel] [PATCH v2 2/3] MAINTAINERS: Fix Sun4v file
  2017-10-13  8:53 ` [Qemu-devel] [PATCH v2 2/3] MAINTAINERS: Fix Sun4v file Fam Zheng
@ 2017-10-13  8:58   ` Thomas Huth
  2017-10-13  9:11     ` Artyom Tarasenko
  0 siblings, 1 reply; 8+ messages in thread
From: Thomas Huth @ 2017-10-13  8:58 UTC (permalink / raw)
  To: Fam Zheng, qemu-devel; +Cc: qemu-trivial, Artyom Tarasenko

On 13.10.2017 10:53, Fam Zheng wrote:
> Suggested-by: Thomas Huth <thuth@redhat.com>
> Signed-off-by: Fam Zheng <famz@redhat.com>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 18ddaf4070..3938ccbf8a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -778,7 +778,7 @@ F: pc-bios/openbios-sparc64
>  Sun4v
>  M: Artyom Tarasenko <atar4qemu@gmail.com>
>  S: Maintained
> -F: hw/sparc64/sun4v.c
> +F: hw/sparc64/niagara.c
>  F: hw/timer/sun4v-rtc.c
>  F: include/hw/timer/sun4v-rtc.h
>  
> 

Reviewed-by: Thomas Huth <thuth@redhat.com>

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

* Re: [Qemu-devel] [PATCH v2 2/3] MAINTAINERS: Fix Sun4v file
  2017-10-13  8:58   ` Thomas Huth
@ 2017-10-13  9:11     ` Artyom Tarasenko
  0 siblings, 0 replies; 8+ messages in thread
From: Artyom Tarasenko @ 2017-10-13  9:11 UTC (permalink / raw)
  To: Thomas Huth; +Cc: Fam Zheng, qemu-devel, qemu-trivial

On Fri, Oct 13, 2017 at 10:58 AM, Thomas Huth <thuth@redhat.com> wrote:
> On 13.10.2017 10:53, Fam Zheng wrote:
>> Suggested-by: Thomas Huth <thuth@redhat.com>
>> Signed-off-by: Fam Zheng <famz@redhat.com>
>> ---
>>  MAINTAINERS | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 18ddaf4070..3938ccbf8a 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -778,7 +778,7 @@ F: pc-bios/openbios-sparc64
>>  Sun4v
>>  M: Artyom Tarasenko <atar4qemu@gmail.com>
>>  S: Maintained
>> -F: hw/sparc64/sun4v.c
>> +F: hw/sparc64/niagara.c
>>  F: hw/timer/sun4v-rtc.c
>>  F: include/hw/timer/sun4v-rtc.h
>>
>>
>
> Reviewed-by: Thomas Huth <thuth@redhat.com>

 Acked-By: Artyom Tarasenko <atar4qemu@gmail.com>

-- 
Regards,
Artyom Tarasenko

SPARC and PPC PReP under qemu blog: http://tyom.blogspot.com/search/label/qemu

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

end of thread, other threads:[~2017-10-13  9:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-13  8:53 [Qemu-devel] [PATCH v2 0/3] MAINTAINERS: Small fixes Fam Zheng
2017-10-13  8:53 ` [Qemu-devel] [PATCH v2 1/3] MAINTAINERS: Clean up SCSI device section Fam Zheng
2017-10-13  8:56   ` Thomas Huth
2017-10-13  8:53 ` [Qemu-devel] [PATCH v2 2/3] MAINTAINERS: Fix Sun4v file Fam Zheng
2017-10-13  8:58   ` Thomas Huth
2017-10-13  9:11     ` Artyom Tarasenko
2017-10-13  8:53 ` [Qemu-devel] [PATCH v2 3/3] MAINTAINERS: Track default-configs/pci.mak Fam Zheng
2017-10-13  8:57   ` Thomas Huth

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).