qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCHv3 1/3] qemu/msi: fix segfault in msix_save


From: Blue Swirl
Subject: Re: [Qemu-devel] [PATCHv3 1/3] qemu/msi: fix segfault in msix_save
Date: Sun, 5 Jul 2009 13:46:53 +0300

On 7/5/09, Michael S. Tsirkin <address@hidden> wrote:
> This fixes segfault reported by Kevin Wolf,
>  and simplifies the code in msix_save.

>  +    if (!dev->cap_present & QEMU_PCI_CAP_MSIX)
>  +        return;

Dubious: !x & y. You also forgot the braces.




reply via email to

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