qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Re: [Qemu-commits] [COMMIT aba800a] qemu/virtio: MSI-X


From: Michael S. Tsirkin
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
User-agent: Mutt/1.5.19 (2009-01-05)

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<address@hidden> wrote:
>>>     
>>>> From: Michael S. Tsirkin <address@hidden>
>>>>
>>>> This enables actual support for MSI-X in virtio PCI.
>>>> First user will be virtio-net.
>>>>
>>>> Signed-off-by: Michael S. Tsirkin <address@hidden>
>>>> Signed-off-by: Anthony Liguori <address@hidden>
>>>>       
>>> [...]
>>>     
>>>> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]