From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.90_1) id 1jBdjy-0005d4-6y for mharc-qemu-trivial@gnu.org; Tue, 10 Mar 2020 08:12:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53160) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jBdjv-0005Yd-Ah for qemu-trivial@nongnu.org; Tue, 10 Mar 2020 08:12:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jBdjt-0005ik-25 for qemu-trivial@nongnu.org; Tue, 10 Mar 2020 08:12:03 -0400 Received: from us-smtp-delivery-1.mimecast.com ([205.139.110.120]:21748 helo=us-smtp-1.mimecast.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jBdjs-0005ga-TV for qemu-trivial@nongnu.org; Tue, 10 Mar 2020 08:12:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1583842320; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=FzC93OPPr1WY7OjgIekilNVM+YLGWNqOdOR7/NdCoAo=; b=i8StdWQFhRAIuYfhvtQxjJBkTZr9HBzAP1Dy5QOLYC8O/3X42luKgloG6z0aqXpyTvYX6D t8jFkAqt3hJzpdonJ5r38GG8RPNV1wqH41Z7kVgngBtdCXAMjjRg5Bx9i4igBTlS98Yrst 4MIcMR0wYbxkOPZMoy8dxFw4nLih8OQ= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-188-phlM-FQZMeKHXN36KeSXYg-1; Tue, 10 Mar 2020 08:11:56 -0400 X-MC-Unique: phlM-FQZMeKHXN36KeSXYg-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id C2C791005509; Tue, 10 Mar 2020 12:11:53 +0000 (UTC) Received: from redhat.com (ovpn-112-62.ams2.redhat.com [10.36.112.62]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 60E161001B3F; Tue, 10 Mar 2020 12:11:37 +0000 (UTC) Date: Tue, 10 Mar 2020 12:11:34 +0000 From: Daniel =?utf-8?B?UC4gQmVycmFuZ8Op?= To: Philippe =?utf-8?Q?Mathieu-Daud=C3=A9?= Cc: Kevin Wolf , Laurent Vivier , Paolo Bonzini , "Michael S. Tsirkin" , Stefan Hajnoczi , qemu-devel@nongnu.org, Greg Kurz , qemu-block@nongnu.org, Gerd Hoffmann , Peter Maydell , Richard Henderson , Jason Wang , Alistair Francis , Max Reitz , Igor Mitsyanko , Aleksandar Markovic , "Edgar E. Iglesias" , Michael Tokarev , Christian Schoenebeck , Fam Zheng , "Dr. David Alan Gilbert" , qemu-arm@nongnu.org, Marcel Apfelbaum , Igor Mammedov , Eduardo Habkost , Andrzej Zaborowski , Helge Deller , qemu-trivial@nongnu.org, Aurelien Jarno , Dmitry Fleytman , John Snow Subject: Re: [PULL 00/33] Trivial branch patches Message-ID: <20200310121134.GG3234052@redhat.com> Reply-To: Daniel =?utf-8?B?UC4gQmVycmFuZ8Op?= References: <20200309150837.3193387-1-laurent@vivier.eu> <20200309151621-mutt-send-email-mst@kernel.org> <8db36062-b45d-6c2e-c7d8-98dd2b9db06f@redhat.com> <0bb2eac1-74ab-bee8-e8d0-bac542562cdd@vivier.eu> <20200310114548.GA6926@linux.fritz.box> MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.13.3 (2020-01-12) X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 205.139.110.120 X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Mar 2020 12:12:04 -0000 On Tue, Mar 10, 2020 at 01:00:12PM +0100, Philippe Mathieu-Daud=C3=A9 wrote= : > On 3/10/20 12:45 PM, Kevin Wolf wrote: > > Am 10.03.2020 um 09:02 hat Laurent Vivier geschrieben: > > > Le 09/03/2020 =C3=A0 20:30, Philippe Mathieu-Daud=C3=A9 a =C3=A9crit= =C2=A0: > > > > On 3/9/20 8:17 PM, Michael S. Tsirkin wrote: > > > > > On Mon, Mar 09, 2020 at 04:08:04PM +0100, Laurent Vivier wrote: > > > > > > The following changes since commit > > > > > > 7a5853cec479a448edae0fb2aaf4e2f78c9c774d: > > > > > >=20 > > > > > > =C2=A0=C2=A0 Merge remote-tracking branch 'remotes/mst/tags/fo= r_upstream' into > > > > > > staging (2020-03-09 10:32:53 +0000) > > > > > >=20 > > > > > > are available in the Git repository at: > > > > > >=20 > > > > > > =C2=A0=C2=A0 git://github.com/vivier/qemu.git tags/trivial-bra= nch-pull-request > > > > > >=20 > > > > > > for you to fetch changes up to 916c92503bd5348a33e561db600d8894= bde636bb: > > > > > >=20 > > > > > > =C2=A0=C2=A0 monitor/hmp-cmds: Remove redundant statement in > > > > > > hmp_rocker_of_dpa_groups() (2020-03-09 15:59:31 +0100) > > > > >=20 > > > > >=20 > > > > > Could you avoid CC everyone involved on the whole PULL req? > > > > > I was involved in a patch or two and don't really need to see > > > > > the whole series. Just the cover and the relevant patches > > > > > would be enough - if I do want it there's always lore. > > > >=20 > > > > I suppose Laurent used git-publish, which has this limitation. > > > >=20 > > >=20 > > > Yes, I use git publish and CC are automatically added. > > >=20 > > > Philippe, you told me some time ago you have a patch to fix this > > > behaviour and only CC people on a patch base. Is it available? >=20 > I guess you mean https://github.com/philmd/git-publish/commit/5bab6e2cc77= , I > haven't improved it but plan to spend time on it during my next holidays. >=20 > > Actually, I don't think it's even necessary to CC anyone at all (except > > the relevant lists) for pull requests. These patches were already > > reviewed. >=20 > Well as a contributor I find useful to get notified when patches are merg= ed. Yeah, I tend to agree with that - it is good to know when something is merged, more so if you are an infrequent contributor to an area of code or QEMU in general. Regards, Daniel --=20 |: https://berrange.com -o- https://www.flickr.com/photos/dberrange= :| |: https://libvirt.org -o- https://fstop138.berrange.com= :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange= :| From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 2002:a19:f015:0:0:0:0:0 with SMTP id p21csp674156lfc; Tue, 10 Mar 2020 05:12:09 -0700 (PDT) X-Google-Smtp-Source: ADFU+vtfl8imM4FjCW4dBOXCU61K1psSbj7bVWtwYMxIooD1mq6MVuETwseyqX4mNjYuvgQp3Bsn X-Received: by 2002:a05:6214:6f0:: with SMTP id bk16mr18836370qvb.23.1583842328742; Tue, 10 Mar 2020 05:12:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1583842328; cv=none; d=google.com; s=arc-20160816; b=bP+nLOy2I+6qvYE4edkB5hvBkcFEFIvRYuK2MchNfOPhayQ2bGY+ioFt71zRPtR44a DlsS98gvP2KVGbwA1olpBBQtxnnUZODnU/F1ToQTf4gSAyfgCrpldSIgpwJaJxRD2iK/ kegQOYlbjVfH0Jy9Ywf6EM3o9ea6eRrYO5KgxLhteVzcxz4+8VW+ISp803GPJtRW6wEo WfcPNvfx/rcFrEhZW/02WoGwRVCvtey2UzT7dsTDgi+4+B5jILF/Egq5WQ3UsM9A+B24 lzaONgU55n6Fbs1nZzieiZETlzHVMxq6hrZVJm/8psyME7zvvN5e7vl9gLz4bI+oDLQj K6AA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:cc:reply-to:list-subscribe:list-help:list-post :list-archive:list-unsubscribe:list-id:precedence :content-disposition:content-transfer-encoding:user-agent :in-reply-to:mime-version:references:message-id:subject:to:from:date :dkim-signature; bh=FzC93OPPr1WY7OjgIekilNVM+YLGWNqOdOR7/NdCoAo=; b=f9C04kMo+pmwMrY/bQOXSGX28M4dtadVJNKfLvnQNQn4Au6AF39M0mWxwsopY+B47P S/TKAwkyyQMO55B3tMmL9jWNrsRAjGNs/7Woto8S7tLNch0A05qDAS64o+Uhh6mmJ5di YtY3DjvfDA9tUGPnBpjHjYtzKgh2MJvQG4hx9cC11Gw59J+I+iLUuabCfL41fFzym8tC /Oxzob/xXx6YJ3GHCrdggjiVwvi64C918qiLCrSQoVFl72dFqYHJvGjWgQ8TPDkmFtl2 QDditD5x1vC6/AVMA3zD5PYD5Ombk84PJyA5bhIVHbRZC7pgMASA68BF4T06wmUMS2YL YLgQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=fail header.i=@redhat.com header.s=mimecast20190719 header.b="hTe7XXR/"; spf=pass (google.com: domain of qemu-arm-bounces+alex.bennee=linaro.org@nongnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom="qemu-arm-bounces+alex.bennee=linaro.org@nongnu.org"; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org. [209.51.188.17]) by mx.google.com with ESMTPS id a17si7798981qkk.221.2020.03.10.05.12.08 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 10 Mar 2020 05:12:08 -0700 (PDT) Received-SPF: pass (google.com: domain of qemu-arm-bounces+alex.bennee=linaro.org@nongnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; Authentication-Results: mx.google.com; dkim=fail header.i=@redhat.com header.s=mimecast20190719 header.b="hTe7XXR/"; spf=pass (google.com: domain of qemu-arm-bounces+alex.bennee=linaro.org@nongnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom="qemu-arm-bounces+alex.bennee=linaro.org@nongnu.org"; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Received: from localhost ([::1]:59494 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jBdk0-0005Xc-5s for alex.bennee@linaro.org; Tue, 10 Mar 2020 08:12:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53007) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jBdjr-0005XW-US for qemu-arm@nongnu.org; Tue, 10 Mar 2020 08:12:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jBdjq-0005Xy-Om for qemu-arm@nongnu.org; Tue, 10 Mar 2020 08:11:59 -0400 Received: from us-smtp-2.mimecast.com ([205.139.110.61]:45007 helo=us-smtp-delivery-1.mimecast.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jBdjq-0005Xj-Kj for qemu-arm@nongnu.org; Tue, 10 Mar 2020 08:11:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1583842318; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=FzC93OPPr1WY7OjgIekilNVM+YLGWNqOdOR7/NdCoAo=; b=hTe7XXR/uuXT+uzCJD3X0PP1lC7q2r9GWeA/TFs0kbiLZqBQd1WpqtOpp/+ajo7IbMFByk lSCa2uNvPAgVZGrGw/RkXeh6dAFfMNCZ6N8IqdUqIaMVhQGXjjWBXKd0BIcXmD29O5+XhK vmg+Hc4RoXoP0VO8apj+EdOZ3i9wS5o= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-188-phlM-FQZMeKHXN36KeSXYg-1; Tue, 10 Mar 2020 08:11:56 -0400 X-MC-Unique: phlM-FQZMeKHXN36KeSXYg-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id C2C791005509; Tue, 10 Mar 2020 12:11:53 +0000 (UTC) Received: from redhat.com (ovpn-112-62.ams2.redhat.com [10.36.112.62]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 60E161001B3F; Tue, 10 Mar 2020 12:11:37 +0000 (UTC) Date: Tue, 10 Mar 2020 12:11:34 +0000 From: Daniel =?utf-8?B?UC4gQmVycmFuZ8Op?= To: Philippe =?utf-8?Q?Mathieu-Daud=C3=A9?= Subject: Re: [PULL 00/33] Trivial branch patches Message-ID: <20200310121134.GG3234052@redhat.com> References: <20200309150837.3193387-1-laurent@vivier.eu> <20200309151621-mutt-send-email-mst@kernel.org> <8db36062-b45d-6c2e-c7d8-98dd2b9db06f@redhat.com> <0bb2eac1-74ab-bee8-e8d0-bac542562cdd@vivier.eu> <20200310114548.GA6926@linux.fritz.box> MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.13.3 (2020-01-12) X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 205.139.110.61 X-BeenThere: qemu-arm@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Daniel =?utf-8?B?UC4gQmVycmFuZ8Op?= Cc: Fam Zheng , Peter Maydell , Dmitry Fleytman , "Michael S. Tsirkin" , Jason Wang , Christian Schoenebeck , qemu-devel@nongnu.org, Gerd Hoffmann , qemu-block@nongnu.org, qemu-trivial@nongnu.org, Helge Deller , Marcel Apfelbaum , Andrzej Zaborowski , Eduardo Habkost , Michael Tokarev , Alistair Francis , Greg Kurz , "Dr. David Alan Gilbert" , qemu-arm@nongnu.org, Stefan Hajnoczi , Igor Mammedov , John Snow , Richard Henderson , Kevin Wolf , Igor Mitsyanko , Laurent Vivier , Max Reitz , Aleksandar Markovic , Paolo Bonzini , Aurelien Jarno Errors-To: qemu-arm-bounces+alex.bennee=linaro.org@nongnu.org Sender: "Qemu-arm" X-TUID: t/DIQLUcq4rd On Tue, Mar 10, 2020 at 01:00:12PM +0100, Philippe Mathieu-Daud=C3=A9 wrote= : > On 3/10/20 12:45 PM, Kevin Wolf wrote: > > Am 10.03.2020 um 09:02 hat Laurent Vivier geschrieben: > > > Le 09/03/2020 =C3=A0 20:30, Philippe Mathieu-Daud=C3=A9 a =C3=A9crit= =C2=A0: > > > > On 3/9/20 8:17 PM, Michael S. Tsirkin wrote: > > > > > On Mon, Mar 09, 2020 at 04:08:04PM +0100, Laurent Vivier wrote: > > > > > > The following changes since commit > > > > > > 7a5853cec479a448edae0fb2aaf4e2f78c9c774d: > > > > > >=20 > > > > > > =C2=A0=C2=A0 Merge remote-tracking branch 'remotes/mst/tags/fo= r_upstream' into > > > > > > staging (2020-03-09 10:32:53 +0000) > > > > > >=20 > > > > > > are available in the Git repository at: > > > > > >=20 > > > > > > =C2=A0=C2=A0 git://github.com/vivier/qemu.git tags/trivial-bra= nch-pull-request > > > > > >=20 > > > > > > for you to fetch changes up to 916c92503bd5348a33e561db600d8894= bde636bb: > > > > > >=20 > > > > > > =C2=A0=C2=A0 monitor/hmp-cmds: Remove redundant statement in > > > > > > hmp_rocker_of_dpa_groups() (2020-03-09 15:59:31 +0100) > > > > >=20 > > > > >=20 > > > > > Could you avoid CC everyone involved on the whole PULL req? > > > > > I was involved in a patch or two and don't really need to see > > > > > the whole series. Just the cover and the relevant patches > > > > > would be enough - if I do want it there's always lore. > > > >=20 > > > > I suppose Laurent used git-publish, which has this limitation. > > > >=20 > > >=20 > > > Yes, I use git publish and CC are automatically added. > > >=20 > > > Philippe, you told me some time ago you have a patch to fix this > > > behaviour and only CC people on a patch base. Is it available? >=20 > I guess you mean https://github.com/philmd/git-publish/commit/5bab6e2cc77= , I > haven't improved it but plan to spend time on it during my next holidays. >=20 > > Actually, I don't think it's even necessary to CC anyone at all (except > > the relevant lists) for pull requests. These patches were already > > reviewed. >=20 > Well as a contributor I find useful to get notified when patches are merg= ed. Yeah, I tend to agree with that - it is good to know when something is merged, more so if you are an infrequent contributor to an area of code or QEMU in general. Regards, Daniel --=20 |: https://berrange.com -o- https://www.flickr.com/photos/dberrange= :| |: https://libvirt.org -o- https://fstop138.berrange.com= :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange= :| From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.1 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F01D6C10F27 for ; Tue, 10 Mar 2020 12:12:55 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B6E412467D for ; Tue, 10 Mar 2020 12:12:55 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="GofxBo69" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B6E412467D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:59514 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jBdkl-0006GZ-0A for qemu-devel@archiver.kernel.org; Tue, 10 Mar 2020 08:12:55 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53229) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jBdjw-0005ak-Jz for qemu-devel@nongnu.org; Tue, 10 Mar 2020 08:12:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jBdjv-0005pN-AX for qemu-devel@nongnu.org; Tue, 10 Mar 2020 08:12:04 -0400 Received: from us-smtp-delivery-1.mimecast.com ([205.139.110.120]:29350 helo=us-smtp-1.mimecast.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jBdjv-0005jg-5q for qemu-devel@nongnu.org; Tue, 10 Mar 2020 08:12:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1583842321; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=FzC93OPPr1WY7OjgIekilNVM+YLGWNqOdOR7/NdCoAo=; b=GofxBo692eq/6q3UsgFkXt6MpA0+xw2iuuLsB4qqrSRINGCqNU1WKCqyFhVrRMmt/EcJBH XQ7YvjmtJbOt3SzvjxbdTtQYUA7hKtI1+7rFcrQrmpK9ir9kdThT3hn3/Zwi2hMR6bDqnc ypL0xpCYCpaEeZcgJDUs2EKzzbT0qt4= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-188-phlM-FQZMeKHXN36KeSXYg-1; Tue, 10 Mar 2020 08:11:56 -0400 X-MC-Unique: phlM-FQZMeKHXN36KeSXYg-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id C2C791005509; Tue, 10 Mar 2020 12:11:53 +0000 (UTC) Received: from redhat.com (ovpn-112-62.ams2.redhat.com [10.36.112.62]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 60E161001B3F; Tue, 10 Mar 2020 12:11:37 +0000 (UTC) Date: Tue, 10 Mar 2020 12:11:34 +0000 From: Daniel =?utf-8?B?UC4gQmVycmFuZ8Op?= To: Philippe =?utf-8?Q?Mathieu-Daud=C3=A9?= Subject: Re: [PULL 00/33] Trivial branch patches Message-ID: <20200310121134.GG3234052@redhat.com> References: <20200309150837.3193387-1-laurent@vivier.eu> <20200309151621-mutt-send-email-mst@kernel.org> <8db36062-b45d-6c2e-c7d8-98dd2b9db06f@redhat.com> <0bb2eac1-74ab-bee8-e8d0-bac542562cdd@vivier.eu> <20200310114548.GA6926@linux.fritz.box> MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.13.3 (2020-01-12) X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 205.139.110.120 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Daniel =?utf-8?B?UC4gQmVycmFuZ8Op?= Cc: Fam Zheng , Peter Maydell , Dmitry Fleytman , "Michael S. Tsirkin" , Jason Wang , Christian Schoenebeck , qemu-devel@nongnu.org, Gerd Hoffmann , "Edgar E. Iglesias" , qemu-block@nongnu.org, qemu-trivial@nongnu.org, Helge Deller , Eduardo Habkost , Michael Tokarev , Alistair Francis , Greg Kurz , "Dr. David Alan Gilbert" , qemu-arm@nongnu.org, Stefan Hajnoczi , Igor Mammedov , John Snow , Richard Henderson , Kevin Wolf , Igor Mitsyanko , Laurent Vivier , Max Reitz , Aleksandar Markovic , Paolo Bonzini , Aurelien Jarno Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" On Tue, Mar 10, 2020 at 01:00:12PM +0100, Philippe Mathieu-Daud=C3=A9 wrote= : > On 3/10/20 12:45 PM, Kevin Wolf wrote: > > Am 10.03.2020 um 09:02 hat Laurent Vivier geschrieben: > > > Le 09/03/2020 =C3=A0 20:30, Philippe Mathieu-Daud=C3=A9 a =C3=A9crit= =C2=A0: > > > > On 3/9/20 8:17 PM, Michael S. Tsirkin wrote: > > > > > On Mon, Mar 09, 2020 at 04:08:04PM +0100, Laurent Vivier wrote: > > > > > > The following changes since commit > > > > > > 7a5853cec479a448edae0fb2aaf4e2f78c9c774d: > > > > > >=20 > > > > > > =C2=A0=C2=A0 Merge remote-tracking branch 'remotes/mst/tags/fo= r_upstream' into > > > > > > staging (2020-03-09 10:32:53 +0000) > > > > > >=20 > > > > > > are available in the Git repository at: > > > > > >=20 > > > > > > =C2=A0=C2=A0 git://github.com/vivier/qemu.git tags/trivial-bra= nch-pull-request > > > > > >=20 > > > > > > for you to fetch changes up to 916c92503bd5348a33e561db600d8894= bde636bb: > > > > > >=20 > > > > > > =C2=A0=C2=A0 monitor/hmp-cmds: Remove redundant statement in > > > > > > hmp_rocker_of_dpa_groups() (2020-03-09 15:59:31 +0100) > > > > >=20 > > > > >=20 > > > > > Could you avoid CC everyone involved on the whole PULL req? > > > > > I was involved in a patch or two and don't really need to see > > > > > the whole series. Just the cover and the relevant patches > > > > > would be enough - if I do want it there's always lore. > > > >=20 > > > > I suppose Laurent used git-publish, which has this limitation. > > > >=20 > > >=20 > > > Yes, I use git publish and CC are automatically added. > > >=20 > > > Philippe, you told me some time ago you have a patch to fix this > > > behaviour and only CC people on a patch base. Is it available? >=20 > I guess you mean https://github.com/philmd/git-publish/commit/5bab6e2cc77= , I > haven't improved it but plan to spend time on it during my next holidays. >=20 > > Actually, I don't think it's even necessary to CC anyone at all (except > > the relevant lists) for pull requests. These patches were already > > reviewed. >=20 > Well as a contributor I find useful to get notified when patches are merg= ed. Yeah, I tend to agree with that - it is good to know when something is merged, more so if you are an infrequent contributor to an area of code or QEMU in general. Regards, Daniel --=20 |: https://berrange.com -o- https://www.flickr.com/photos/dberrange= :| |: https://libvirt.org -o- https://fstop138.berrange.com= :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange= :|