From: Cornelia Huck <cohuck@redhat.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: "Thomas Huth" <thuth@redhat.com>,
"Philippe Mathieu-Daudé" <f4bug@amsat.org>,
qemu-trivial@nongnu.org, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 05/47] MAINTAINERS: add missing KVM entry
Date: Fri, 28 Jul 2017 14:13:53 +0200 [thread overview]
Message-ID: <20170728141353.3b8382be@gondolin> (raw)
In-Reply-To: <3abbfa87-d882-39ab-b4ab-66f3e68a2fb4@redhat.com>
On Fri, 28 Jul 2017 13:59:08 +0200
Paolo Bonzini <pbonzini@redhat.com> wrote:
> On 28/07/2017 13:56, Cornelia Huck wrote:
> > On Fri, 28 Jul 2017 13:51:14 +0200
> > Paolo Bonzini <pbonzini@redhat.com> wrote:
> >
> >> On 28/07/2017 09:00, Thomas Huth wrote:
> >>> On 28.07.2017 07:35, Philippe Mathieu-Daudé wrote:
> >>>> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> >>>> ---
> >>>> MAINTAINERS | 1 +
> >>>> 1 file changed, 1 insertion(+)
> >>>>
> >>>> diff --git a/MAINTAINERS b/MAINTAINERS
> >>>> index 3b472d7a09..ece02522be 100644
> >>>> --- a/MAINTAINERS
> >>>> +++ b/MAINTAINERS
> >>>> @@ -278,6 +278,7 @@ S: Supported
> >>>> F: */kvm.*
> >>>> F: accel/kvm/
> >>>> F: include/sysemu/kvm*.h
> >>>> +F: linux-headers/asm-*/kvm*.h
> >>>
> >>> The linux-headers are not really maintained by the QEMU project - so I
> >>> guess we do not need an entry for these?
> >>
> >> Actually I agree with the patch. I'd like to be CCed on
> >> update-linux-headers patches, and this achieves it. :)
> >
> > But would it not a better idea to add an entry for all headers touched
> > by update-linux-headers, then?
>
> One thing doesn't exclude the other. That entry would also list the
> script itself and linux-headers. KVM, VFIO and virtio patterns can only
> list the files they care about. Migration could list userfaultfd,
> possibly. And there's also include/standard-headers/, which includes
> PCI and input subsystem files... It has to be perfected, but it's a
> good idea.
Personally, I'm not really a fan. If something is changed in one of the
headers, it implies that either it has already been changed in the
original headers in Linux (and I will have seen it then), or that
someone is sending a preliminary patch (and I should hope that I'm
already cc:ed for the changes that this headers change is for then). It
does not really hurt, but it feels wrong.
next prev parent reply other threads:[~2017-07-28 12:14 UTC|newest]
Thread overview: 114+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-28 5:35 [Qemu-devel] [PATCH 00/47] add missing entries in MAINTAINERS Philippe Mathieu-Daudé
2017-07-28 5:35 ` [Qemu-devel] [RFC PATCH 01/47] MAINTAINERS: add missing entry for documentation Philippe Mathieu-Daudé
2017-07-28 6:47 ` Thomas Huth
2017-08-30 21:08 ` Philippe Mathieu-Daudé
2017-07-28 5:35 ` [Qemu-devel] [PATCH 02/47] MAINTAINERS: add missing ARM entries Philippe Mathieu-Daudé
2017-07-28 6:55 ` Thomas Huth
2017-08-30 21:14 ` Philippe Mathieu-Daudé
2017-07-28 5:35 ` [Qemu-devel] [PATCH 03/47] MAINTAINERS: add missing STM32 entry Philippe Mathieu-Daudé
2017-07-28 6:58 ` Thomas Huth
2017-07-28 16:47 ` Alistair Francis
2017-07-28 16:49 ` Alistair Francis
2017-07-28 5:35 ` [Qemu-devel] [PATCH 04/47] MAINTAINERS: add missing USB entry Philippe Mathieu-Daudé
2017-07-28 6:59 ` Thomas Huth
2017-07-28 5:35 ` [Qemu-devel] [PATCH 05/47] MAINTAINERS: add missing KVM entry Philippe Mathieu-Daudé
2017-07-28 7:00 ` Thomas Huth
2017-07-28 11:51 ` Paolo Bonzini
2017-07-28 11:56 ` Cornelia Huck
2017-07-28 11:59 ` Paolo Bonzini
2017-07-28 12:13 ` Cornelia Huck [this message]
2017-07-28 12:25 ` Paolo Bonzini
2017-07-28 12:37 ` Cornelia Huck
2017-07-28 5:35 ` [Qemu-devel] [PATCH 06/47] MAINTAINERS: add missing entry for vhost Philippe Mathieu-Daudé
2017-07-28 5:35 ` [Qemu-devel] [PATCH 07/47] MAINTAINERS: add missing entry for vfio/ccw Philippe Mathieu-Daudé
2017-07-28 7:02 ` Thomas Huth
2017-07-28 7:14 ` Cornelia Huck
2017-07-28 5:35 ` [Qemu-devel] [PATCH 08/47] MAINTAINERS: add missing entry for virtio Philippe Mathieu-Daudé
2017-07-28 7:05 ` Thomas Huth
2017-07-28 12:10 ` Stefan Hajnoczi
2017-07-28 5:35 ` [Qemu-devel] [PATCH 09/47] MAINTAINERS: add missing entry for virtio/9p Philippe Mathieu-Daudé
2017-07-28 8:22 ` Greg Kurz
2017-07-28 5:35 ` [Qemu-devel] [PATCH 10/47] MAINTAINERS: add missing entry for virtio/blk Philippe Mathieu-Daudé
2017-07-28 12:09 ` Stefan Hajnoczi
2017-07-28 5:35 ` [Qemu-devel] [PATCH 11/47] MAINTAINERS: add missing entry for virtio/ccw Philippe Mathieu-Daudé
2017-07-28 7:15 ` Cornelia Huck
2017-07-28 5:35 ` [Qemu-devel] [PATCH 12/47] MAINTAINERS: add missing entry for virtio/input Philippe Mathieu-Daudé
2017-07-28 5:35 ` [Qemu-devel] [PATCH 13/47] MAINTAINERS: add missing entry for virtio/rng Philippe Mathieu-Daudé
2017-07-28 5:35 ` [Qemu-devel] [PATCH 14/47] MAINTAINERS: add missing entry for virtio/crypto Philippe Mathieu-Daudé
2017-07-28 5:35 ` [Qemu-devel] [RFC PATCH 15/47] MAINTAINERS: add missing VMWare entry Philippe Mathieu-Daudé
2017-07-28 7:08 ` Thomas Huth
2017-07-28 7:30 ` Dmitry Fleytman
2017-07-28 5:35 ` [Qemu-devel] [PATCH 16/47] MAINTAINERS: add missing entry for gdb Philippe Mathieu-Daudé
2017-07-28 12:00 ` Paolo Bonzini
2017-07-29 0:50 ` Philippe Mathieu-Daudé
2017-07-28 5:35 ` [Qemu-devel] [PATCH 17/47] MAINTAINERS: add missing Guest Agent entries Philippe Mathieu-Daudé
2017-07-28 5:35 ` [Qemu-devel] [PATCH 18/47] MAINTAINERS: add missing TCG entry Philippe Mathieu-Daudé
2017-08-08 15:11 ` Alex Bennée
2017-08-09 14:06 ` Philippe Mathieu-Daudé
2017-08-09 14:38 ` Alex Bennée
2017-08-09 21:30 ` Philippe Mathieu-Daudé
2017-08-10 8:46 ` Cornelia Huck
2017-08-10 9:22 ` Peter Maydell
2017-08-10 10:25 ` Cornelia Huck
2017-08-11 7:54 ` Fam Zheng
2017-08-11 12:06 ` Paolo Bonzini
2017-08-11 12:44 ` Fam Zheng
2017-08-10 9:35 ` Peter Maydell
2017-08-10 9:47 ` Paolo Bonzini
2017-07-28 5:35 ` [Qemu-devel] [PATCH 19/47] MAINTAINERS: add missing qcow2 entry Philippe Mathieu-Daudé
2017-07-28 9:12 ` Kevin Wolf
2017-07-28 12:07 ` Stefan Hajnoczi
2017-07-28 5:35 ` [Qemu-devel] [PATCH 20/47] MAINTAINERS: add missing PCI entries Philippe Mathieu-Daudé
2017-07-28 5:35 ` [Qemu-devel] [PATCH 21/47] MAINTAINERS: add missing CRIS entry Philippe Mathieu-Daudé
2017-07-28 5:35 ` [Qemu-devel] [PATCH 22/47] MAINTAINERS: add missing M68k entry Philippe Mathieu-Daudé
2017-07-28 7:53 ` Laurent Vivier
2017-07-28 5:35 ` [Qemu-devel] [PATCH 23/47] MAINTAINERS: add missing LM32 entry Philippe Mathieu-Daudé
2017-07-28 5:35 ` [Qemu-devel] [PATCH 24/47] MAINTAINERS: add missing MicroBlaze entry Philippe Mathieu-Daudé
2017-07-28 5:35 ` [Qemu-devel] [PATCH 25/47] MAINTAINERS: add missing MIPS entry Philippe Mathieu-Daudé
2017-07-28 9:54 ` Yongbok Kim
2017-07-28 5:35 ` [Qemu-devel] [PATCH 26/47] MAINTAINERS: add missing NiosII entry Philippe Mathieu-Daudé
2017-07-28 5:35 ` [Qemu-devel] [PATCH 27/47] MAINTAINERS: add missing OpenRISC entry Philippe Mathieu-Daudé
2017-07-28 6:37 ` Stafford Horne
2017-07-28 5:35 ` [Qemu-devel] [PATCH 28/47] MAINTAINERS: add missing PowerPC entry Philippe Mathieu-Daudé
2017-07-28 5:35 ` [Qemu-devel] [PATCH 29/47] MAINTAINERS: add missing SH-4 entry Philippe Mathieu-Daudé
2017-07-28 11:18 ` Aurelien Jarno
2017-07-28 5:35 ` [Qemu-devel] [PATCH 30/47] MAINTAINERS: add missing SPARC entry Philippe Mathieu-Daudé
2017-07-28 9:17 ` Artyom Tarasenko
2017-07-28 5:35 ` [Qemu-devel] [PATCH 31/47] MAINTAINERS: add missing TriCore entry Philippe Mathieu-Daudé
2017-07-28 5:35 ` [Qemu-devel] [PATCH 32/47] MAINTAINERS: add missing UniCore32 entry Philippe Mathieu-Daudé
2017-07-28 5:35 ` [Qemu-devel] [PATCH 33/47] MAINTAINERS: add missing Xtensa entry Philippe Mathieu-Daudé
2017-07-28 5:35 ` [Qemu-devel] [PATCH 34/47] MAINTAINERS: add missing X86 entries Philippe Mathieu-Daudé
2017-07-28 5:35 ` [Qemu-devel] [PATCH 35/47] MAINTAINERS: add missing entries for throttling infra Philippe Mathieu-Daudé
2017-07-28 12:07 ` Stefan Hajnoczi
2017-07-28 5:35 ` [Qemu-devel] [PATCH 36/47] MAINTAINERS: add missing entry test for megasas Philippe Mathieu-Daudé
2017-07-28 5:36 ` [Qemu-devel] [PATCH 37/47] MAINTAINERS: update docs/devel/ entries Philippe Mathieu-Daudé
2017-07-28 12:16 ` Eric Blake
2017-07-28 5:36 ` [Qemu-devel] [PATCH 38/47] MAINTAINERS: update docs/interop/ entries Philippe Mathieu-Daudé
2017-07-28 6:16 ` Fam Zheng
2017-07-28 20:34 ` John Snow
2017-07-28 5:36 ` [Qemu-devel] [PATCH 39/47] MAINTAINERS: add missing SSI entries Philippe Mathieu-Daudé
2017-07-28 23:56 ` Alistair Francis
2017-07-29 0:49 ` Philippe Mathieu-Daudé
2017-08-03 14:32 ` Alistair Francis
2017-07-28 5:36 ` [Qemu-devel] [PATCH 40/47] MAINTAINERS: add missing entry for AIO Philippe Mathieu-Daudé
2017-07-28 6:17 ` Fam Zheng
2017-07-28 12:07 ` Stefan Hajnoczi
2017-07-28 5:36 ` [Qemu-devel] [RFC PATCH 41/47] MAINTAINERS: add missing I2C entries Philippe Mathieu-Daudé
2017-07-28 5:36 ` [Qemu-devel] [RFC PATCH 42/47] MAINTAINERS: add missing Bluetooth entries Philippe Mathieu-Daudé
2017-07-28 5:36 ` [Qemu-devel] [RFC PATCH 43/47] MAINTAINERS: add missing TPM entries Philippe Mathieu-Daudé
2017-07-28 5:36 ` [Qemu-devel] [RFC PATCH 44/47] MAINTAINERS: add missing entry for tilegx Philippe Mathieu-Daudé
2017-08-09 14:12 ` Philippe Mathieu-Daudé
2017-07-28 5:36 ` [Qemu-devel] [RFC PATCH 45/47] MAINTAINERS: add missing entries for loader Philippe Mathieu-Daudé
2017-07-28 16:47 ` Alistair Francis
2017-07-28 5:36 ` [Qemu-devel] [RFC PATCH 46/47] MAINTAINERS: add missing entries for Coccinelle scripts Philippe Mathieu-Daudé
2017-07-28 6:24 ` Fam Zheng
2017-07-28 11:50 ` Paolo Bonzini
2017-07-29 0:43 ` Philippe Mathieu-Daudé
2017-08-09 14:31 ` Philippe Mathieu-Daudé
2017-07-28 12:18 ` Eric Blake
2017-07-28 5:36 ` [Qemu-devel] [RFC PATCH 47/47] script to find outdated entry in MAINTAINERS Philippe Mathieu-Daudé
2017-07-28 16:26 ` Markus Armbruster
2017-07-28 19:44 ` Eric Blake
2017-07-28 19:52 ` Eric Blake
2017-08-28 11:28 ` [Qemu-devel] [PATCH 00/47] add missing entries " Markus Armbruster
2017-08-30 21:19 ` Philippe Mathieu-Daudé
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170728141353.3b8382be@gondolin \
--to=cohuck@redhat.com \
--cc=f4bug@amsat.org \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
--cc=thuth@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).