All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] maintainers: Add myself as a NetBSD reviewer
@ 2017-05-13  2:21 Kamil Rytarowski
  2017-05-15 14:13 ` Stefan Hajnoczi
  2017-05-16 14:35 ` Stefan Hajnoczi
  0 siblings, 2 replies; 6+ messages in thread
From: Kamil Rytarowski @ 2017-05-13  2:21 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, Kamil Rytarowski

I volunteer to review NetBSD patches.
Adding myself will help to not miss some of them.

Restore NetBSD as a maintained host.

All patches to make qemu/pkgsrc building have been emitted to review.

Signed-off-by: Kamil Rytarowski <n54@gmx.com>
---
 MAINTAINERS | 6 ++++++
 configure   | 1 +
 2 files changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 0e8d731ebf..c4eff13ce2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -354,6 +354,12 @@ L: qemu-devel@nongnu.org
 S: Maintained
 F: *posix*
 
+NETBSD
+L: qemu-devel@nongnu.org
+M: Kamil Rytarowski <kamil@netbsd.org>
+S: Maintained
+K: (?i)NetBSD
+
 W32, W64
 L: qemu-devel@nongnu.org
 M: Stefan Weil <sw@weilnetz.de>
diff --git a/configure b/configure
index 7c020c076b..0b3e014c93 100755
--- a/configure
+++ b/configure
@@ -611,6 +611,7 @@ NetBSD)
   audio_possible_drivers="oss sdl"
   oss_lib="-lossaudio"
   HOST_VARIANT_DIR="netbsd"
+  supported_os="yes"
 ;;
 OpenBSD)
   bsd="yes"
-- 
2.12.2

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

* Re: [Qemu-devel] [PATCH] maintainers: Add myself as a NetBSD reviewer
  2017-05-13  2:21 [Qemu-devel] [PATCH] maintainers: Add myself as a NetBSD reviewer Kamil Rytarowski
@ 2017-05-15 14:13 ` Stefan Hajnoczi
  2017-05-15 14:22   ` Kamil Rytarowski
  2017-05-16 14:35 ` Stefan Hajnoczi
  1 sibling, 1 reply; 6+ messages in thread
From: Stefan Hajnoczi @ 2017-05-15 14:13 UTC (permalink / raw)
  To: Kamil Rytarowski; +Cc: qemu-devel, peter.maydell

[-- Attachment #1: Type: text/plain, Size: 557 bytes --]

On Sat, May 13, 2017 at 04:21:43AM +0200, Kamil Rytarowski wrote:
> I volunteer to review NetBSD patches.
> Adding myself will help to not miss some of them.
> 
> Restore NetBSD as a maintained host.
> 
> All patches to make qemu/pkgsrc building have been emitted to review.
> 
> Signed-off-by: Kamil Rytarowski <n54@gmx.com>
> ---
>  MAINTAINERS | 6 ++++++
>  configure   | 1 +
>  2 files changed, 7 insertions(+)

Will you maintain a patch queue (git repo) so you can send pull
requests?  If yes, please add a T: field.

Thanks,
Stefan

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 455 bytes --]

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

* Re: [Qemu-devel] [PATCH] maintainers: Add myself as a NetBSD reviewer
  2017-05-15 14:13 ` Stefan Hajnoczi
@ 2017-05-15 14:22   ` Kamil Rytarowski
  2017-05-15 14:43     ` Paolo Bonzini
  0 siblings, 1 reply; 6+ messages in thread
From: Kamil Rytarowski @ 2017-05-15 14:22 UTC (permalink / raw)
  To: Stefan Hajnoczi; +Cc: peter.maydell, qemu-devel

[-- Attachment #1: Type: text/plain, Size: 851 bytes --]

On 15.05.2017 16:13, Stefan Hajnoczi wrote:
> On Sat, May 13, 2017 at 04:21:43AM +0200, Kamil Rytarowski wrote:
>> I volunteer to review NetBSD patches.
>> Adding myself will help to not miss some of them.
>>
>> Restore NetBSD as a maintained host.
>>
>> All patches to make qemu/pkgsrc building have been emitted to review.
>>
>> Signed-off-by: Kamil Rytarowski <n54@gmx.com>
>> ---
>>  MAINTAINERS | 6 ++++++
>>  configure   | 1 +
>>  2 files changed, 7 insertions(+)
> 
> Will you maintain a patch queue (git repo) so you can send pull
> requests?  If yes, please add a T: field.
> 

I don't think that there is a need for an additional patch queue, at
least in the maintained mode as a volunteer in spare time.

If there would be more BSD people, we could share a dedicated queue of
patches.

> Thanks,
> Stefan
> 



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

* Re: [Qemu-devel] [PATCH] maintainers: Add myself as a NetBSD reviewer
  2017-05-15 14:22   ` Kamil Rytarowski
@ 2017-05-15 14:43     ` Paolo Bonzini
  2017-05-16 14:32       ` Stefan Hajnoczi
  0 siblings, 1 reply; 6+ messages in thread
From: Paolo Bonzini @ 2017-05-15 14:43 UTC (permalink / raw)
  To: Kamil Rytarowski, Stefan Hajnoczi; +Cc: peter.maydell, qemu-devel



On 15/05/2017 16:22, Kamil Rytarowski wrote:
> On 15.05.2017 16:13, Stefan Hajnoczi wrote:
>> On Sat, May 13, 2017 at 04:21:43AM +0200, Kamil Rytarowski wrote:
>>> I volunteer to review NetBSD patches.
>>> Adding myself will help to not miss some of them.
>>>
>>> Restore NetBSD as a maintained host.
>>>
>>> All patches to make qemu/pkgsrc building have been emitted to review.
>>>
>>> Signed-off-by: Kamil Rytarowski <n54@gmx.com>
>>> ---
>>>  MAINTAINERS | 6 ++++++
>>>  configure   | 1 +
>>>  2 files changed, 7 insertions(+)
>>
>> Will you maintain a patch queue (git repo) so you can send pull
>> requests?  If yes, please add a T: field.
>>
> 
> I don't think that there is a need for an additional patch queue, at
> least in the maintained mode as a volunteer in spare time.
> 
> If there would be more BSD people, we could share a dedicated queue of
> patches.

How would patches be sent to the committer then?

Thanks,

Paolo

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

* Re: [Qemu-devel] [PATCH] maintainers: Add myself as a NetBSD reviewer
  2017-05-15 14:43     ` Paolo Bonzini
@ 2017-05-16 14:32       ` Stefan Hajnoczi
  0 siblings, 0 replies; 6+ messages in thread
From: Stefan Hajnoczi @ 2017-05-16 14:32 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: Kamil Rytarowski, peter.maydell, qemu-devel

[-- Attachment #1: Type: text/plain, Size: 1246 bytes --]

On Mon, May 15, 2017 at 04:43:41PM +0200, Paolo Bonzini wrote:
> 
> 
> On 15/05/2017 16:22, Kamil Rytarowski wrote:
> > On 15.05.2017 16:13, Stefan Hajnoczi wrote:
> >> On Sat, May 13, 2017 at 04:21:43AM +0200, Kamil Rytarowski wrote:
> >>> I volunteer to review NetBSD patches.
> >>> Adding myself will help to not miss some of them.
> >>>
> >>> Restore NetBSD as a maintained host.
> >>>
> >>> All patches to make qemu/pkgsrc building have been emitted to review.
> >>>
> >>> Signed-off-by: Kamil Rytarowski <n54@gmx.com>
> >>> ---
> >>>  MAINTAINERS | 6 ++++++
> >>>  configure   | 1 +
> >>>  2 files changed, 7 insertions(+)
> >>
> >> Will you maintain a patch queue (git repo) so you can send pull
> >> requests?  If yes, please add a T: field.
> >>
> > 
> > I don't think that there is a need for an additional patch queue, at
> > least in the maintained mode as a volunteer in spare time.
> > 
> > If there would be more BSD people, we could share a dedicated queue of
> > patches.
> 
> How would patches be sent to the committer then?

After discussing on IRC it seems likely that NetBSD patches will go via
subsystem maintainers.  Therefore Kamil does not plan to send pull
requests directly.

Stefan

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 455 bytes --]

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

* Re: [Qemu-devel] [PATCH] maintainers: Add myself as a NetBSD reviewer
  2017-05-13  2:21 [Qemu-devel] [PATCH] maintainers: Add myself as a NetBSD reviewer Kamil Rytarowski
  2017-05-15 14:13 ` Stefan Hajnoczi
@ 2017-05-16 14:35 ` Stefan Hajnoczi
  1 sibling, 0 replies; 6+ messages in thread
From: Stefan Hajnoczi @ 2017-05-16 14:35 UTC (permalink / raw)
  To: Kamil Rytarowski; +Cc: qemu-devel, peter.maydell

[-- Attachment #1: Type: text/plain, Size: 527 bytes --]

On Sat, May 13, 2017 at 04:21:43AM +0200, Kamil Rytarowski wrote:
> I volunteer to review NetBSD patches.
> Adding myself will help to not miss some of them.
> 
> Restore NetBSD as a maintained host.
> 
> All patches to make qemu/pkgsrc building have been emitted to review.
> 
> Signed-off-by: Kamil Rytarowski <n54@gmx.com>
> ---
>  MAINTAINERS | 6 ++++++
>  configure   | 1 +
>  2 files changed, 7 insertions(+)

Thanks, applied to my staging tree:
https://github.com/stefanha/qemu/commits/staging

Stefan

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 455 bytes --]

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

end of thread, other threads:[~2017-05-16 14:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-13  2:21 [Qemu-devel] [PATCH] maintainers: Add myself as a NetBSD reviewer Kamil Rytarowski
2017-05-15 14:13 ` Stefan Hajnoczi
2017-05-15 14:22   ` Kamil Rytarowski
2017-05-15 14:43     ` Paolo Bonzini
2017-05-16 14:32       ` Stefan Hajnoczi
2017-05-16 14:35 ` Stefan Hajnoczi

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.