Message ID | 7ecb5ece9d1e0a607e801d547d387bc840b250ea.1651779343.git.maciej.szmigiero@oracle.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [RESEND] MAINTAINERS: Add myself as a reviewer for Hyper-V VMBus | expand |
On 05/05/2022 21.36, Maciej S. Szmigiero wrote: > From: "Maciej S. Szmigiero" <maciej.szmigiero@oracle.com> > > This way there is at least some contact point for incoming patches. > > We'll see whether the code still gets just a random patch a few times > a year or whether it requires a permanent maintainer to take care of it. > > Signed-off-by: Maciej S. Szmigiero <maciej.szmigiero@oracle.com> > --- > Resending, since the previous submission at [1] wasn't picked up. > > [1]: https://lore.kernel.org/qemu-devel/b145dcf08ae606e9d29e55b2f701a3fe4f16b347.1637433881.git.maciej.szmigiero@oracle.com/ > > MAINTAINERS | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 218c9459b6..907f1d4a88 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1776,6 +1776,12 @@ F: include/hw/block/fdc.h > F: tests/qtest/fdc-test.c > T: git https://gitlab.com/jsnow/qemu.git ide > > +Hyper-V VMBus > +S: Odd Fixes > +R: Maciej S. Szmigiero <maciej.szmigiero@oracle.com> > +F: hw/hyperv/vmbus.c > +F: include/hw/hyperv/vmbus*.h If there's no dedicated maintainer, I'd rather pick "Orphan" instead of "Odd Fixes" here? Who's supposed to pick up the related patches? Thomas
On 6.05.2022 07:31, Thomas Huth wrote: > On 05/05/2022 21.36, Maciej S. Szmigiero wrote: >> From: "Maciej S. Szmigiero" <maciej.szmigiero@oracle.com> >> >> This way there is at least some contact point for incoming patches. >> >> We'll see whether the code still gets just a random patch a few times >> a year or whether it requires a permanent maintainer to take care of it. >> >> Signed-off-by: Maciej S. Szmigiero <maciej.szmigiero@oracle.com> >> --- >> Resending, since the previous submission at [1] wasn't picked up. >> [1]: https://lore.kernel.org/qemu-devel/b145dcf08ae606e9d29e55b2f701a3fe4f16b347.1637433881.git.maciej.szmigiero@oracle.com/ >> >> MAINTAINERS | 6 ++++++ >> 1 file changed, 6 insertions(+) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 218c9459b6..907f1d4a88 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -1776,6 +1776,12 @@ F: include/hw/block/fdc.h >> F: tests/qtest/fdc-test.c >> T: git https://gitlab.com/jsnow/qemu.git ide >> +Hyper-V VMBus >> +S: Odd Fixes >> +R: Maciej S. Szmigiero <maciej.szmigiero@oracle.com> >> +F: hw/hyperv/vmbus.c >> +F: include/hw/hyperv/vmbus*.h > > If there's no dedicated maintainer, I'd rather pick "Orphan" instead of "Odd Fixes" here? > Who's supposed to pick up the related patches? I think I can do this, as long as I know who to send pull requests to and on what schedule. > Thomas > Thanks, Maciej
On 09/05/2022 19.59, Maciej S. Szmigiero wrote: > On 6.05.2022 07:31, Thomas Huth wrote: >> On 05/05/2022 21.36, Maciej S. Szmigiero wrote: >>> From: "Maciej S. Szmigiero" <maciej.szmigiero@oracle.com> >>> >>> This way there is at least some contact point for incoming patches. >>> >>> We'll see whether the code still gets just a random patch a few times >>> a year or whether it requires a permanent maintainer to take care of it. >>> >>> Signed-off-by: Maciej S. Szmigiero <maciej.szmigiero@oracle.com> >>> --- >>> Resending, since the previous submission at [1] wasn't picked up. >>> [1]: >>> https://lore.kernel.org/qemu-devel/b145dcf08ae606e9d29e55b2f701a3fe4f16b347.1637433881.git.maciej.szmigiero@oracle.com/ >>> >>> >>> MAINTAINERS | 6 ++++++ >>> 1 file changed, 6 insertions(+) >>> >>> diff --git a/MAINTAINERS b/MAINTAINERS >>> index 218c9459b6..907f1d4a88 100644 >>> --- a/MAINTAINERS >>> +++ b/MAINTAINERS >>> @@ -1776,6 +1776,12 @@ F: include/hw/block/fdc.h >>> F: tests/qtest/fdc-test.c >>> T: git https://gitlab.com/jsnow/qemu.git ide >>> +Hyper-V VMBus >>> +S: Odd Fixes >>> +R: Maciej S. Szmigiero <maciej.szmigiero@oracle.com> >>> +F: hw/hyperv/vmbus.c >>> +F: include/hw/hyperv/vmbus*.h >> >> If there's no dedicated maintainer, I'd rather pick "Orphan" instead of >> "Odd Fixes" here? >> Who's supposed to pick up the related patches? > > I think I can do this, as long as I know who to send pull requests to > and on what schedule. Pull requests are sent via mail to the qemu-devel mailing list, see https://www.qemu.org/docs/master/devel/submitting-a-pull-request.html for some details. During the normal development phase, pull requests can be sent as necessary for new patches. Just during the freeze period (the next one will be announced on https://wiki.qemu.org/Planning/7.1 later), only bug fixes (no new feature) should be sent. Thomas
diff --git a/MAINTAINERS b/MAINTAINERS index 218c9459b6..907f1d4a88 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1776,6 +1776,12 @@ F: include/hw/block/fdc.h F: tests/qtest/fdc-test.c T: git https://gitlab.com/jsnow/qemu.git ide +Hyper-V VMBus +S: Odd Fixes +R: Maciej S. Szmigiero <maciej.szmigiero@oracle.com> +F: hw/hyperv/vmbus.c +F: include/hw/hyperv/vmbus*.h + OMAP M: Peter Maydell <peter.maydell@linaro.org> L: qemu-arm@nongnu.org