All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Anthony Liguori <aliguori@us.ibm.com>
Cc: Laurent Desnogues <laurent.desnogues@gmail.com>, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Re: [Qemu-commits] [COMMIT aba800a] qemu/virtio: MSI-X support in virtio PCI
Date: Tue, 30 Jun 2009 16:19:52 +0300	[thread overview]
Message-ID: <20090630131952.GB10413@redhat.com> (raw)
In-Reply-To: <4A4A0EDF.9040207@us.ibm.com>

On Tue, Jun 30, 2009 at 08:10:55AM -0500, Anthony Liguori wrote:
> Michael S. Tsirkin wrote:
>> On Tue, Jun 30, 2009 at 08:34:50AM +0200, Laurent Desnogues wrote:
>>   
>>> On Tue, Jun 30, 2009 at 2:57 AM, Anthony Liguori<aliguori@us.ibm.com> wrote:
>>>     
>>>> From: Michael S. Tsirkin <mst@redhat.com>
>>>>
>>>> This enables actual support for MSI-X in virtio PCI.
>>>> First user will be virtio-net.
>>>>
>>>> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
>>>> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
>>>>       
>>> [...]
>>>     
>>>> diff --git a/rules.mak b/rules.mak
>>>> index 8d6d96e..defee1d 100644
>>>> --- a/rules.mak
>>>> +++ b/rules.mak
>>>> @@ -1,6 +1,6 @@
>>>>
>>>>  %.o: %.c
>>>> -       $(call quiet-command,$(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<,"  CC    $(TARGET_DIR)$@")
>>>> +       $(call quiet-command,$(CC) $(CPPFLAGS) $(CFLAGS) -Werror -Wno-error=uninitialized -c -o $@ $<,"  CC    $(TARGET_DIR)$@")
>>>>       
>>> -Wno-error=uninitialized is a rather recent addition to gcc and
>>> will probably break compilation on many systems.
>>>
>>>     
>
> Adding something like this in the middle of a patch, in the middle of a  
> big series, is also a really bad thing to do.

I know. I think I just mistakenly did "git commit -a" at some point,
and it slipped through review.

> If you want to change  
> build arguments, it should be a separate patch.
>
> I removed this.  There are no warnings with my GCC.  You can submit  
> follow up patches trying to make a case for different ways to handle  
> this but please separate this sort of stuff out in the future.
>
> Regards,
>
> Anthony Liguori

      parent reply	other threads:[~2009-06-30 13:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200906300055.n5U0tACD013302@d03av01.boulder.ibm.com>
2009-06-30  6:34 ` [Qemu-devel] Re: [Qemu-commits] [COMMIT aba800a] qemu/virtio: MSI-X support in virtio PCI Laurent Desnogues
2009-06-30 10:25   ` Michael S. Tsirkin
2009-06-30 13:10     ` Anthony Liguori
2009-06-30 13:14       ` Anthony Liguori
2009-06-30 13:19       ` Michael S. Tsirkin [this message]

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=20090630131952.GB10413@redhat.com \
    --to=mst@redhat.com \
    --cc=aliguori@us.ibm.com \
    --cc=laurent.desnogues@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /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 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.