qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] MAINTAINERS: add maintainers for qtest
@ 2018-08-14 15:41 Paolo Bonzini
  2018-08-14 15:45 ` Laurent Vivier
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Paolo Bonzini @ 2018-08-14 15:41 UTC (permalink / raw)
  To: qemu-devel; +Cc: lvivier, thuth

Thomas has been doing a lot of work on qom-test and device-introspection-test,
and Laurent has ported libqos to sPAPR and co-mentored Emanuele on the
upcoming qtest device framework.  They deserve recognition. :)

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 MAINTAINERS | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 666e936812..657595e6be 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1685,7 +1685,6 @@ F: qom/
 X: qom/cpu.c
 F: tests/check-qom-interface.c
 F: tests/check-qom-proplist.c
-F: tests/qom-test.c
 
 QMP
 M: Markus Armbruster <armbru@redhat.com>
@@ -1697,6 +1696,16 @@ F: scripts/qmp/
 F: tests/qmp-test.c
 T: git git://repo.or.cz/qemu/armbru.git qapi-next
 
+qtest
+M: Paolo Bonzini <pbonzini@redhat.com>
+M: Thomas Huth <thuth@redhat.com>
+M: Laurent Vivier <lvivier@redhat.com>
+S: Maintained
+F: qtest.c
+F: tests/libqtest.*
+F: tests/libqos/
+F: tests/*-test.c
+
 Register API
 M: Alistair Francis <alistair@alistair23.me>
 S: Maintained
-- 
2.17.1

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: add maintainers for qtest
  2018-08-14 15:41 [Qemu-devel] [PATCH] MAINTAINERS: add maintainers for qtest Paolo Bonzini
@ 2018-08-14 15:45 ` Laurent Vivier
  2018-08-14 15:55 ` Thomas Huth
  2018-08-14 18:23 ` John Snow
  2 siblings, 0 replies; 5+ messages in thread
From: Laurent Vivier @ 2018-08-14 15:45 UTC (permalink / raw)
  To: Paolo Bonzini, qemu-devel; +Cc: thuth

On 14/08/2018 17:41, Paolo Bonzini wrote:
> Thomas has been doing a lot of work on qom-test and device-introspection-test,
> and Laurent has ported libqos to sPAPR and co-mentored Emanuele on the
> upcoming qtest device framework.  They deserve recognition. :)
> 
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

Reviewed-by: Laurent Vivier <lvivier@redhat.com>

> ---
>  MAINTAINERS | 11 ++++++++++-
>  1 file changed, 10 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 666e936812..657595e6be 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1685,7 +1685,6 @@ F: qom/
>  X: qom/cpu.c
>  F: tests/check-qom-interface.c
>  F: tests/check-qom-proplist.c
> -F: tests/qom-test.c
>  
>  QMP
>  M: Markus Armbruster <armbru@redhat.com>
> @@ -1697,6 +1696,16 @@ F: scripts/qmp/
>  F: tests/qmp-test.c
>  T: git git://repo.or.cz/qemu/armbru.git qapi-next
>  
> +qtest
> +M: Paolo Bonzini <pbonzini@redhat.com>
> +M: Thomas Huth <thuth@redhat.com>
> +M: Laurent Vivier <lvivier@redhat.com>
> +S: Maintained
> +F: qtest.c
> +F: tests/libqtest.*
> +F: tests/libqos/
> +F: tests/*-test.c
> +
>  Register API
>  M: Alistair Francis <alistair@alistair23.me>
>  S: Maintained
> 

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: add maintainers for qtest
  2018-08-14 15:41 [Qemu-devel] [PATCH] MAINTAINERS: add maintainers for qtest Paolo Bonzini
  2018-08-14 15:45 ` Laurent Vivier
@ 2018-08-14 15:55 ` Thomas Huth
  2018-08-14 18:13   ` Markus Armbruster
  2018-08-14 18:23 ` John Snow
  2 siblings, 1 reply; 5+ messages in thread
From: Thomas Huth @ 2018-08-14 15:55 UTC (permalink / raw)
  To: Paolo Bonzini, qemu-devel; +Cc: lvivier

On 08/14/2018 05:41 PM, Paolo Bonzini wrote:
> Thomas has been doing a lot of work on qom-test and device-introspection-test,
> and Laurent has ported libqos to sPAPR and co-mentored Emanuele on the
> upcoming qtest device framework.  They deserve recognition. :)
> 
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>  MAINTAINERS | 11 ++++++++++-
>  1 file changed, 10 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 666e936812..657595e6be 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1685,7 +1685,6 @@ F: qom/
>  X: qom/cpu.c
>  F: tests/check-qom-interface.c
>  F: tests/check-qom-proplist.c
> -F: tests/qom-test.c

I think you could also leave the entry here ... it should not hurt if a
test has multiple maintainers.

>  QMP
>  M: Markus Armbruster <armbru@redhat.com>
> @@ -1697,6 +1696,16 @@ F: scripts/qmp/
>  F: tests/qmp-test.c
>  T: git git://repo.or.cz/qemu/armbru.git qapi-next
>  
> +qtest
> +M: Paolo Bonzini <pbonzini@redhat.com>
> +M: Thomas Huth <thuth@redhat.com>
> +M: Laurent Vivier <lvivier@redhat.com>
> +S: Maintained
> +F: qtest.c
> +F: tests/libqtest.*
> +F: tests/libqos/
> +F: tests/*-test.c

Basically
Acked-by: Thomas Huth <thuth@redhat.com>
(and thanks for adding me here!), but I think there are even more files
related to qtest:

$ grep -l qtest tests/*.c | grep -v 'test\.c'
tests/boot-sector.c
tests/ptimer-test-stubs.c
tests/test-arm-mptimer.c
tests/test-filter-mirror.c
tests/test-filter-redirector.c
tests/test-hmp.c
tests/test-netfilter.c
tests/test-qga.c
tests/test-rcu-list.c
tests/test-x86-cpuid-compat.c
tests/tpm-tests.c
tests/tpm-util.c

Maybe we should "fix" this properly and move all qtest-related files
into a separate folder tests/qtest now (or at least after the current
qtest-related patch series that are currently in flight hit the master
branch)? Or rename the test-*.c files to *-test.c files?

 Thomas

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: add maintainers for qtest
  2018-08-14 15:55 ` Thomas Huth
@ 2018-08-14 18:13   ` Markus Armbruster
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Armbruster @ 2018-08-14 18:13 UTC (permalink / raw)
  To: Thomas Huth; +Cc: Paolo Bonzini, qemu-devel, lvivier

Thomas Huth <thuth@redhat.com> writes:

> On 08/14/2018 05:41 PM, Paolo Bonzini wrote:
>> Thomas has been doing a lot of work on qom-test and device-introspection-test,
>> and Laurent has ported libqos to sPAPR and co-mentored Emanuele on the
>> upcoming qtest device framework.  They deserve recognition. :)
>> 
>> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
>> ---
>>  MAINTAINERS | 11 ++++++++++-
>>  1 file changed, 10 insertions(+), 1 deletion(-)
>> 
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 666e936812..657595e6be 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -1685,7 +1685,6 @@ F: qom/
>>  X: qom/cpu.c
>>  F: tests/check-qom-interface.c
>>  F: tests/check-qom-proplist.c
>> -F: tests/qom-test.c
>
> I think you could also leave the entry here ... it should not hurt if a
> test has multiple maintainers.
>
>>  QMP
>>  M: Markus Armbruster <armbru@redhat.com>
>> @@ -1697,6 +1696,16 @@ F: scripts/qmp/
>>  F: tests/qmp-test.c
>>  T: git git://repo.or.cz/qemu/armbru.git qapi-next
>>  
>> +qtest
>> +M: Paolo Bonzini <pbonzini@redhat.com>
>> +M: Thomas Huth <thuth@redhat.com>
>> +M: Laurent Vivier <lvivier@redhat.com>
>> +S: Maintained
>> +F: qtest.c
>> +F: tests/libqtest.*
>> +F: tests/libqos/
>> +F: tests/*-test.c
>
> Basically
> Acked-by: Thomas Huth <thuth@redhat.com>
> (and thanks for adding me here!), but I think there are even more files
> related to qtest:
>
> $ grep -l qtest tests/*.c | grep -v 'test\.c'
> tests/boot-sector.c
> tests/ptimer-test-stubs.c
> tests/test-arm-mptimer.c
> tests/test-filter-mirror.c
> tests/test-filter-redirector.c
> tests/test-hmp.c
> tests/test-netfilter.c
> tests/test-qga.c
> tests/test-rcu-list.c
> tests/test-x86-cpuid-compat.c
> tests/tpm-tests.c
> tests/tpm-util.c
>
> Maybe we should "fix" this properly and move all qtest-related files
> into a separate folder tests/qtest now (or at least after the current
> qtest-related patch series that are currently in flight hit the master
> branch)? Or rename the test-*.c files to *-test.c files?

The tests/ directory has become a bit crowded.  Separating unit tests
and qtests make sense to me.

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: add maintainers for qtest
  2018-08-14 15:41 [Qemu-devel] [PATCH] MAINTAINERS: add maintainers for qtest Paolo Bonzini
  2018-08-14 15:45 ` Laurent Vivier
  2018-08-14 15:55 ` Thomas Huth
@ 2018-08-14 18:23 ` John Snow
  2 siblings, 0 replies; 5+ messages in thread
From: John Snow @ 2018-08-14 18:23 UTC (permalink / raw)
  To: Paolo Bonzini, qemu-devel; +Cc: lvivier, thuth



On 08/14/2018 11:41 AM, Paolo Bonzini wrote:
> Thomas has been doing a lot of work on qom-test and device-introspection-test,
> and Laurent has ported libqos to sPAPR and co-mentored Emanuele on the
> upcoming qtest device framework.  They deserve recognition. :)
> 
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

Absolutely! Thanks for polishing up some of the pieces I plopped into
libqos so long ago.

Reviewed-by: John Snow <jsnow@redhat.com>

> ---
>  MAINTAINERS | 11 ++++++++++-
>  1 file changed, 10 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 666e936812..657595e6be 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1685,7 +1685,6 @@ F: qom/
>  X: qom/cpu.c
>  F: tests/check-qom-interface.c
>  F: tests/check-qom-proplist.c
> -F: tests/qom-test.c
>  
>  QMP
>  M: Markus Armbruster <armbru@redhat.com>
> @@ -1697,6 +1696,16 @@ F: scripts/qmp/
>  F: tests/qmp-test.c
>  T: git git://repo.or.cz/qemu/armbru.git qapi-next
>  
> +qtest
> +M: Paolo Bonzini <pbonzini@redhat.com>
> +M: Thomas Huth <thuth@redhat.com>
> +M: Laurent Vivier <lvivier@redhat.com>
> +S: Maintained
> +F: qtest.c
> +F: tests/libqtest.*
> +F: tests/libqos/
> +F: tests/*-test.c
> +
>  Register API
>  M: Alistair Francis <alistair@alistair23.me>
>  S: Maintained
> 

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

end of thread, other threads:[~2018-08-14 18:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-14 15:41 [Qemu-devel] [PATCH] MAINTAINERS: add maintainers for qtest Paolo Bonzini
2018-08-14 15:45 ` Laurent Vivier
2018-08-14 15:55 ` Thomas Huth
2018-08-14 18:13   ` Markus Armbruster
2018-08-14 18:23 ` John Snow

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